HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 276 - 300 of 811) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 140 * Called when this Call is being hung up locally (eg, user pressed "end")
  /frameworks/support/design/lollipop/android/support/design/widget/
FloatingActionButtonLollipop.java 98 // Animate translationZ to our value when pressed or focused
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 212 * is opened, indicating that in the open state the drawer will move off-screen when pressed
213 * and in the closed state the drawer will move on-screen when pressed.</p>
243 * is opened, indicating that in the open state the drawer will move off-screen when pressed
244 * and in the closed state the drawer will move on-screen when pressed.</p>
  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 85 * Called when back key is pressed.
  /packages/apps/Contacts/res/layout/
group_browse_list_item.xml 19 thing when pressed or set the activated background to it. So we disable the default hilighting
  /packages/apps/Email/src/com/android/email/activity/setup/
SecurityRequiredDialogFragment.java 49 * @param ok True for OK pressed, false for cancel
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 170 ConversationDrawables.get().getFastScrollThumbDrawable(true /* pressed */));
172 ConversationDrawables.get().getFastScrollThumbDrawable(false /* pressed */));
177 // just the regular (non-pressed) drawable.
179 ConversationDrawables.get().getFastScrollThumbDrawable(false /* pressed */));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 36 // COMMIT_TYPE_MANUAL_PICK is used when the user pressed a field in the suggestion strip.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
SpaceState.java 32 // Double space: the state where the user pressed space twice quickly, which LatinIME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
joystick.h 43 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h 43 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
  /prebuilts/misc/windows/sdl2/test/
testmessage.c 75 SDL_Log("Pressed button: %d, %s\n", button, button == 1 ? "Cancel" : "OK");
  /system/extras/slideshow/
slideshow.cpp 138 * image and wait until the power button is pressed or LAST_TIMEOUT_MS
  /frameworks/base/core/java/android/app/
AlertDialog.java 298 * Set a message to be sent when a button is pressed.
312 * Set a listener to be invoked when the positive button of the dialog is pressed.
353 * Set a listener to be invoked when button 1 of the dialog is pressed.
367 * Set a listener to be invoked when button 2 of the dialog is pressed.
380 * Set a listener to be invoked when button 3 of the dialog is pressed.
603 * Set a listener to be invoked when the positive button of the dialog is pressed.
616 * Set a listener to be invoked when the positive button of the dialog is pressed.
629 * Set a listener to be invoked when the negative button of the dialog is pressed.
642 * Set a listener to be invoked when the negative button of the dialog is pressed.
655 * Set a listener to be invoked when the neutral button of the dialog is pressed
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java 252 LogHelper.d(TAG, "Play button pressed, in state " + state);
262 LogHelper.d(TAG, "Start button pressed, in state " + state);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java 252 LogHelper.d(TAG, "Play button pressed, in state " + state);
262 LogHelper.d(TAG, "Start button pressed, in state " + state);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 137 // being pressed.
149 // just from the view that was pressed. We make sure the view is
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
QueueFragment.java 261 Log.d(TAG, "Play button pressed, in state " + state);
271 Log.d(TAG, "Start button pressed, in state " + state);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java 252 LogHelper.d(TAG, "Play button pressed, in state " + state);
262 LogHelper.d(TAG, "Start button pressed, in state " + state);
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_registration.cpp 187 // Show image until ESC pressed
248 // Wait until ESC pressed
  /frameworks/base/core/java/android/view/
MotionEvent.java 138 * or {@link #ACTION_UP} motion events when the trackball button is pressed or released.
187 * Constant for {@link #getActionMasked}: A pressed gesture has started, the
198 * Constant for {@link #getActionMasked}: A pressed gesture has finished, the
306 * Constant for {@link #getActionMasked}: A button has been pressed.
309 * Use {@link #getActionButton()} to get which button was pressed.
540 * <li>For a trackball, the value is set to 1 if the trackball button is pressed
542 * <li>For a mouse, the value is set to 1 if the primary mouse button is pressed
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 244 pressed = !pressed;
  /frameworks/base/core/res/res/values/
dimens_material.xml 96 <!-- Elevation when button is pressed -->
98 <!-- Z translation to apply when button is pressed -->
  /frameworks/base/docs/html/training/managing-audio/
volume-playback.jd 107 <p>The receiver implementation itself needs to extract which key was pressed to cause the broadcast.
114 <p>The following snippet shows how to extract the media button pressed and affects the media playback accordingly.</p>
  /frameworks/support/v4/java/android/support/v4/view/
InputDeviceCompat.java 54 * the finger touches the display or when the selection button is pressed/released.
70 * is pressed/released.

Completed in 2891 milliseconds

<<11121314151617181920>>