android.view
Class InputDevice.MotionRange

java.lang.Object
  extended by android.view.InputDevice.MotionRange
Enclosing class:
InputDevice

public static final class InputDevice.MotionRange
extends Object


Method Summary
 int getAxis()
           
 float getFlat()
           
 float getFuzz()
           
 float getMax()
           
 float getMin()
           
 float getRange()
           
 int getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAxis

public int getAxis()

getSource

public int getSource()

getMin

public float getMin()

getMax

public float getMax()

getRange

public float getRange()

getFlat

public float getFlat()

getFuzz

public float getFuzz()


Copyright © 2008-2012. All Rights Reserved.