HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DOWN (Results 151 - 175 of 516) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Camera2/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 126 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_FOCUS));
  /packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
ImageCaptureIntentTest.java 126 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_FOCUS));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 62 if (event.getAction() == MotionEvent.ACTION_DOWN) {
ImageTinyPlanet.java 118 case (MotionEvent.ACTION_DOWN):
ImageDraw.java 148 if (event.getAction() != MotionEvent.ACTION_DOWN) {
154 if (event.getAction() == MotionEvent.ACTION_DOWN) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 123 (event.getAction() & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_DOWN) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractIndicatorButton.java 78 if (action == MotionEvent.ACTION_DOWN && !isOverridden()) {
IndicatorControlWheelContainer.java 83 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_UP) {
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 150 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_FOCUS));
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 87 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java 95 case MotionEvent.ACTION_DOWN:
AudioRecordView.java 129 case MotionEvent.ACTION_DOWN:
148 case MotionEvent.ACTION_DOWN:
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 150 case MotionEvent.ACTION_DOWN:
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 192 case MotionEvent.ACTION_DOWN:
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
InputTestFragment.java 122 if (action == MotionEvent.ACTION_DOWN) {
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
AndroidControllers.java 162 if(controller.getButton(keyCode) && keyEvent.getAction() == KeyEvent.ACTION_DOWN) {
168 if(keyEvent.getAction() == KeyEvent.ACTION_DOWN) {
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 56 if (event.getAction() == KeyEvent.ACTION_DOWN
241 if (action == MotionEvent.ACTION_DOWN) {
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 112 if (action == MotionEvent.ACTION_DOWN) {
118 if (action == MotionEvent.ACTION_DOWN && !handled) {
DecorCaptionView.java 157 if (ev.getAction() == MotionEvent.ACTION_DOWN) {
191 case MotionEvent.ACTION_DOWN:
  /frameworks/base/core/java/android/view/
KeyEvent.java 31 * starts with a key event with {@link #ACTION_DOWN}. If the key is held
33 * additional key events with {@link #ACTION_DOWN} and a non-zero value for
74 * situations such as receiving a new {@link #ACTION_DOWN} without first having
    [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 602 case MotionEvent.ACTION_DOWN:
679 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
757 if (event.getActionMasked() == MotionEvent.ACTION_DOWN && isFullyCollapsed()) {
767 if (action == MotionEvent.ACTION_DOWN && getExpandedFraction() == 1f
    [all...]
PanelView.java 220 || (mMotionAborted && event.getActionMasked() != MotionEvent.ACTION_DOWN)) {
249 if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
255 case MotionEvent.ACTION_DOWN:
448 || (mMotionAborted && event.getActionMasked() != MotionEvent.ACTION_DOWN)) {
470 case MotionEvent.ACTION_DOWN:
    [all...]
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 175 MotionEvent orig = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN,
323 MotionEvent orig = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN,
455 KeyEvent key = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 341 if (action == MotionEvent.ACTION_DOWN) {
346 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_MOVE) {
402 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_MOVE

Completed in 1185 milliseconds

1 2 3 4 5 67 8 91011>>