android.view
Class MotionEvent.PointerProperties

java.lang.Object
  extended by android.view.MotionEvent.PointerProperties
Enclosing class:
MotionEvent

public static final class MotionEvent.PointerProperties
extends Object


Field Summary
 int id
           
 int toolType
           
 
Constructor Summary
MotionEvent.PointerProperties()
           
MotionEvent.PointerProperties(MotionEvent.PointerProperties other)
           
 
Method Summary
 void clear()
           
 void copyFrom(MotionEvent.PointerProperties other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

toolType

public int toolType
Constructor Detail

MotionEvent.PointerProperties

public MotionEvent.PointerProperties()

MotionEvent.PointerProperties

public MotionEvent.PointerProperties(MotionEvent.PointerProperties other)
Method Detail

clear

public void clear()

copyFrom

public void copyFrom(MotionEvent.PointerProperties other)


Copyright © 2008-2012. All Rights Reserved.