[android-developers] SensorManager constants

2012-02-27 Thread bob
Are all of these constants in SensorManager a joke?  Is there any use
for any of these? (except maybe GRAVITY_EARTH)

public static final float GRAVITY_DEATH_STAR_I
Since: API Level 1
Gravity (estimate) on the first Death Star in Empire units (m/s^2)
Constant Value: 3.5303614E-7
public static final float GRAVITY_EARTH
Since: API Level 1
Earth's gravity in SI units (m/s^2)
Constant Value: 9.80665
public static final float GRAVITY_JUPITER
Since: API Level 1
Jupiter's gravity in SI units (m/s^2)
Constant Value: 23.12
public static final float GRAVITY_MARS
Since: API Level 1
Mars' gravity in SI units (m/s^2)
Constant Value: 3.71
public static final float GRAVITY_MERCURY
Since: API Level 1
Mercury's gravity in SI units (m/s^2)
Constant Value: 3.7
public static final float GRAVITY_MOON
Since: API Level 1
The Moon's gravity in SI units (m/s^2)
Constant Value: 1.6
public static final float GRAVITY_NEPTUNE
Since: API Level 1
Neptune's gravity in SI units (m/s^2)
Constant Value: 11.0
public static final float GRAVITY_PLUTO
Since: API Level 1
Pluto's gravity in SI units (m/s^2)
Constant Value: 0.6
public static final float GRAVITY_SATURN
Since: API Level 1
Saturn's gravity in SI units (m/s^2)
Constant Value: 8.96
public static final float GRAVITY_SUN
Since: API Level 1
Sun's gravity in SI units (m/s^2)
Constant Value: 275.0
public static final float GRAVITY_THE_ISLAND
Since: API Level 1
Gravity on the island
Constant Value: 4.815162
public static final float GRAVITY_URANUS
Since: API Level 1
Uranus' gravity in SI units (m/s^2)
Constant Value: 8.69
public static final float GRAVITY_VENUS
Since: API Level 1
Venus' gravity in SI units (m/s^2)
Constant Value: 8.87

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] SensorManager constants

2012-02-27 Thread Mark Murphy
They are Easter eggs, nothing more.

On Mon, Feb 27, 2012 at 12:14 PM, bob b...@coolfone.comze.com wrote:
 Are all of these constants in SensorManager a joke?  Is there any use
 for any of these? (except maybe GRAVITY_EARTH)

 public static final float GRAVITY_DEATH_STAR_I
 Since: API Level 1
 Gravity (estimate) on the first Death Star in Empire units (m/s^2)
 Constant Value: 3.5303614E-7
 public static final float GRAVITY_EARTH
 Since: API Level 1
 Earth's gravity in SI units (m/s^2)
 Constant Value: 9.80665
 public static final float GRAVITY_JUPITER
 Since: API Level 1
 Jupiter's gravity in SI units (m/s^2)
 Constant Value: 23.12
 public static final float GRAVITY_MARS
 Since: API Level 1
 Mars' gravity in SI units (m/s^2)
 Constant Value: 3.71
 public static final float GRAVITY_MERCURY
 Since: API Level 1
 Mercury's gravity in SI units (m/s^2)
 Constant Value: 3.7
 public static final float GRAVITY_MOON
 Since: API Level 1
 The Moon's gravity in SI units (m/s^2)
 Constant Value: 1.6
 public static final float GRAVITY_NEPTUNE
 Since: API Level 1
 Neptune's gravity in SI units (m/s^2)
 Constant Value: 11.0
 public static final float GRAVITY_PLUTO
 Since: API Level 1
 Pluto's gravity in SI units (m/s^2)
 Constant Value: 0.6
 public static final float GRAVITY_SATURN
 Since: API Level 1
 Saturn's gravity in SI units (m/s^2)
 Constant Value: 8.96
 public static final float GRAVITY_SUN
 Since: API Level 1
 Sun's gravity in SI units (m/s^2)
 Constant Value: 275.0
 public static final float GRAVITY_THE_ISLAND
 Since: API Level 1
 Gravity on the island
 Constant Value: 4.815162
 public static final float GRAVITY_URANUS
 Since: API Level 1
 Uranus' gravity in SI units (m/s^2)
 Constant Value: 8.69
 public static final float GRAVITY_VENUS
 Since: API Level 1
 Venus' gravity in SI units (m/s^2)
 Constant Value: 8.87

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] SensorManager constants

2012-02-27 Thread Kostya Vasilyev

On the other hand, this one:

http://developer.android.com/reference/android/os/IBinder.html#TWEET_TRANSACTION

is real.

upon completing the dispatch, the object must make a cup of tea, 
return it to the caller, and exclaim jolly good message old boy!


I have a little app with a button that executes said transaction, and 
use it whenever I get thirsty while working.


-- K


On 02/27/2012 11:35 PM, Mark Murphy wrote:

They are Easter eggs, nothing more.

On Mon, Feb 27, 2012 at 12:14 PM, bobb...@coolfone.comze.com  wrote:

Are all of these constants in SensorManager a joke?  Is there any use
for any of these? (except maybe GRAVITY_EARTH)

public static final float GRAVITY_DEATH_STAR_I
Since: API Level 1
Gravity (estimate) on the first Death Star in Empire units (m/s^2)
Constant Value: 3.5303614E-7
public static final float GRAVITY_EARTH
Since: API Level 1
Earth's gravity in SI units (m/s^2)
Constant Value: 9.80665
public static final float GRAVITY_JUPITER
Since: API Level 1
Jupiter's gravity in SI units (m/s^2)
Constant Value: 23.12
public static final float GRAVITY_MARS
Since: API Level 1
Mars' gravity in SI units (m/s^2)
Constant Value: 3.71
public static final float GRAVITY_MERCURY
Since: API Level 1
Mercury's gravity in SI units (m/s^2)
Constant Value: 3.7
public static final float GRAVITY_MOON
Since: API Level 1
The Moon's gravity in SI units (m/s^2)
Constant Value: 1.6
public static final float GRAVITY_NEPTUNE
Since: API Level 1
Neptune's gravity in SI units (m/s^2)
Constant Value: 11.0
public static final float GRAVITY_PLUTO
Since: API Level 1
Pluto's gravity in SI units (m/s^2)
Constant Value: 0.6
public static final float GRAVITY_SATURN
Since: API Level 1
Saturn's gravity in SI units (m/s^2)
Constant Value: 8.96
public static final float GRAVITY_SUN
Since: API Level 1
Sun's gravity in SI units (m/s^2)
Constant Value: 275.0
public static final float GRAVITY_THE_ISLAND
Since: API Level 1
Gravity on the island
Constant Value: 4.815162
public static final float GRAVITY_URANUS
Since: API Level 1
Uranus' gravity in SI units (m/s^2)
Constant Value: 8.69
public static final float GRAVITY_VENUS
Since: API Level 1
Venus' gravity in SI units (m/s^2)
Constant Value: 8.87

--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en





--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en