HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MASK (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 45 switch (ev.getAction() & MotionEvent.ACTION_MASK) {
  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 17 final int actualEvent = action & MotionEvent.ACTION_MASK;
  /frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java 103 * Synonym for {@link MotionEvent#ACTION_MASK}.
105 public static final int ACTION_MASK = 0xff;
373 * Call {@link MotionEvent#getAction}, returning only the {@link #ACTION_MASK}
377 return event.getAction() & ACTION_MASK;
GestureDetectorCompat.java 236 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP;
253 switch (action & MotionEventCompat.ACTION_MASK) {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMouseHandler.java 38 final int action = event.getAction() & MotionEvent.ACTION_MASK;
AndroidMultiTouchHandler.java 32 final int action = event.getAction() & MotionEvent.ACTION_MASK;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 124 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 69 switch (action & MotionEvent.ACTION_MASK) {
Hotseat.java 123 (event.getAction() & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_DOWN) {
  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 67 switch (action & MotionEvent.ACTION_MASK) {
142 final int action = motionEvent.getAction() & MotionEvent.ACTION_MASK;
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 113 switch (action & MotionEvent.ACTION_MASK) {
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 105 switch (ev.getAction() & MotionEvent.ACTION_MASK) {
  /frameworks/base/core/java/android/view/
GestureDetector.java 503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
520 switch (action & MotionEvent.ACTION_MASK) {
MotionEvent.java 184 public static final int ACTION_MASK = 0xff;
    [all...]
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 139 * applying the MotionEvent.ACTION_MASK. Alternatively a call to
142 switch (action & MotionEvent.ACTION_MASK) {
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 139 * applying the MotionEvent.ACTION_MASK. Alternatively a call to
142 switch (action & MotionEvent.ACTION_MASK) {
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 139 * applying the MotionEvent.ACTION_MASK. Alternatively a call to
142 switch (action & MotionEvent.ACTION_MASK) {
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
TouchZoomExampleActivity.java 126 switch (event.getAction() & MotionEvent.ACTION_MASK) {
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 53 int action = event.getAction() & MotionEvent.ACTION_MASK;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 225 switch (action & MotionEvent.ACTION_MASK) {
418 switch (action & MotionEvent.ACTION_MASK) {
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 282 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK;
323 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarGestureHelper.java 109 switch (action & MotionEvent.ACTION_MASK) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 446 switch (action & MotionEvent.ACTION_MASK) {
531 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) {
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) {
    [all...]
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 249 switch (event.getAction() & MotionEvent.ACTION_MASK) {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 229 switch (event.getAction() & MotionEvent.ACTION_MASK)

Completed in 634 milliseconds

1 2 3 4