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)
           
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2012. All Rights Reserved.