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

1 2 3 4 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java 75 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) {
77 event.getActionMasked(), (int) event.getX(), (int) event.getY());
PhoneStatusBarView.java 136 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) {
138 event.getActionMasked(), (int) event.getX(), (int) event.getY(),
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFrame.java 62 if (!steal && ev.getActionMasked() == MotionEvent.ACTION_DOWN
73 switch (ev.getActionMasked()) {
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 125 if (MotionEvent.ACTION_DOWN == m.getActionMasked()) {
148 if (MotionEvent.ACTION_POINTER_DOWN == m.getActionMasked()) {
159 if (!mScale.isInProgress() && MotionEvent.ACTION_POINTER_UP == m.getActionMasked()) {
172 if (MotionEvent.ACTION_POINTER_DOWN == m.getActionMasked()) {
182 && MotionEvent.ACTION_POINTER_UP == m.getActionMasked()) {
196 if (MotionEvent.ACTION_UP == m.getActionMasked()) {
208 } else if (MotionEvent.ACTION_MOVE == m.getActionMasked()) {
316 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
325 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TapGestureDetector.java 81 switch (event.getActionMasked()) {
129 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
140 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_UP) {
SwipePinchDetector.java 82 int action = event.getActionMasked();
  /packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java 80 if (ev.getActionMasked() == MotionEvent.ACTION_DOWN) {
90 } else if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
107 if (ev.getActionMasked() == MotionEvent.ACTION_MOVE
BottomBar.java 183 if (MotionEvent.ACTION_DOWN == event.getActionMasked()) {
185 } else if (MotionEvent.ACTION_UP == event.getActionMasked() ||
186 MotionEvent.ACTION_CANCEL == event.getActionMasked()) {
188 } else if (MotionEvent.ACTION_MOVE == event.getActionMasked()) {
203 if (MotionEvent.ACTION_DOWN == event.getActionMasked()) {
205 } else if (MotionEvent.ACTION_UP == event.getActionMasked() ||
206 MotionEvent.ACTION_CANCEL == event.getActionMasked()) {
208 } else if (MotionEvent.ACTION_MOVE == event.getActionMasked()) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MotionEventTest.java 61 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked());
63 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked());
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 123 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
126 } else if (event.getActionMasked() == MotionEvent.ACTION_UP) {
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 56 int action = motionEvent.getActionMasked();
  /developers/samples/android/ui/views/Elevation/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 56 int action = motionEvent.getActionMasked();
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 56 int action = motionEvent.getActionMasked();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuButtonHelper.java 83 switch (event.getActionMasked()) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
LiftToActivateListener.java 45 switch (event.getActionMasked()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 171 if (event.getActionMasked() == MotionEvent.ACTION_UP) {
177 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
181 if (event.getActionMasked() == MotionEvent.ACTION_UP) {
185 if (event.getActionMasked() == MotionEvent.ACTION_MOVE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 310 if (event.getActionMasked() == MotionEvent.ACTION_UP) {
313 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
320 if (event.getActionMasked() == MotionEvent.ACTION_UP
321 || event.getActionMasked() == MotionEvent.ACTION_CANCEL) {
325 if (mType != BEGIN && event.getActionMasked() == MotionEvent.ACTION_UP) {
339 if (mType != BEGIN && event.getActionMasked() == MotionEvent.ACTION_MOVE) {
StatePanelTrack.java 238 if (event.getActionMasked() == MotionEvent.ACTION_MOVE) {
258 && event.getActionMasked() == MotionEvent.ACTION_UP
268 if (event.getActionMasked() == MotionEvent.ACTION_UP
269 || (!mStartedDrag && event.getActionMasked() == MotionEvent.ACTION_CANCEL)) {
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboView.java 60 int act = ev.getActionMasked();
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 86 if (m.getActionMasked() == MotionEvent.ACTION_UP) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 66 switch (event.getActionMasked()) {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 185 if (event.getActionMasked() == MotionEvent.ACTION_SCROLL) {
192 if (event.getActionMasked() != MotionEvent.ACTION_DOWN) {
200 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_ENTER) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPointView.java 64 if (event.getActionMasked() == MotionEvent.ACTION_UP) {
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 106 final int action = ev.getActionMasked();
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 106 final int action = ev.getActionMasked();

Completed in 820 milliseconds

1 2 3 4 5 6 7 8