public class AdUnitMotionEvent
extends java.lang.Object
| Constructor and Description |
|---|
AdUnitMotionEvent(int action,
boolean isObscured,
int toolType,
int source,
int deviceId,
float x,
float y,
long eventTime,
float pressure,
float size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
int |
getDeviceId() |
long |
getEventTime() |
float |
getPressure() |
float |
getSize() |
int |
getSource() |
int |
getToolType() |
float |
getX() |
float |
getY() |
boolean |
isObscured() |
public AdUnitMotionEvent(int action,
boolean isObscured,
int toolType,
int source,
int deviceId,
float x,
float y,
long eventTime,
float pressure,
float size)
public int getAction()
public boolean isObscured()
public int getToolType()
public int getSource()
public int getDeviceId()
public float getX()
public float getY()
public long getEventTime()
public float getPressure()
public float getSize()