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

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
demo.html 55 focusable-button[pressed] {
  /external/opencv3/doc/tutorials/viz/launching_viz/
launching_viz.markdown 47 /// Event loop is over when pressed q, Q, e, E
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 77 * the user might have pressed SHIFT when they meant ALT,
  /frameworks/base/core/java/android/widget/
DropDownListView.java 71 /** Whether to force drawing of the pressed state selector. */
255 // Ordering is essential. First, update the container's pressed state.
266 // Manage the pressed view based on motion position. This allows us to
286 // Refresh the drawable state to reflect the new pressed state,
  /frameworks/base/core/res/res/drawable/
tab_indicator_ab_holo.xml 26 <!-- Pressed -->
tab_indicator_holo.xml 26 <!-- Pressed -->
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 19 android.widget.Button} widget can exist in one of several different states (pressed, focused,
97 <dd><em>Boolean</em>. "true" if this item should be used when the object is pressed (such as when a button
98 is touched/clicked); "false" if this item should be used in the default, non-pressed state.</dd>
136 android:color="#ffff0000"/> &lt;!-- pressed --&gt;
  /frameworks/base/docs/html/training/accessibility/
index.jd 28 state when a button is pressed, can be less optimal if the user is visually
  /frameworks/native/include/input/
Keyboard.h 86 * Updates a meta state field when a key is pressed or released.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java 31 * A text view which, when pressed or activated, displays a blue circle around the text.
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
at42qt1070.js 33 process.stdout.write("Buttons Pressed: ");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
at42qt1070.py 32 sys.stdout.write("Buttons Pressed: ")
mpr121.py 54 outputStr = "Buttons Pressed: "
  /packages/apps/Camera2/src/com/android/camera/burst/
ToastingBurstFacadeDecorator.java 54 "Keep capture button pressed for duration of burst.";
  /packages/apps/Messaging/res/drawable/
tab_indicator.xml 43 <!-- Pressed -->
  /packages/apps/TV/src/com/android/tv/dialog/
FullscreenDialogFragment.java 112 * Called when a back key is pressed.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
InlineAttachmentViewIntentBuilderCreatorHolder.java 39 * when an image is long-pressed to determine whether "View image" should be a menu
  /system/bt/bta/include/
bta_hh_api.h 251 /* modifier key: is Shift key pressed */
252 /* modifier key: is Ctrl key pressed */
253 /* modifier key: is Alt key pressed */
256 BOOLEAN num_lock; /* is Num key pressed */
  /bootable/recovery/
device.h 39 // and waiting for input, and a key is pressed. (Note that "at"
45 // key is the code of the key just pressed. (You can call
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/
paper-button.html 139 <core-a11y-keys keys="space enter" target="{{}}" on-keys-pressed="{{_activate}}"></core-a11y-keys>
182 if (!this.pressed) {
  /external/proguard/src/proguard/gui/
TabbedPane.java 100 stateMask |= PRESSED;
104 stateMask &= ~PRESSED;
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 133 * into latched or locked states when pressed independently.
416 * has pressed the required modifier.
419 * numbers when ALT is pressed such that ALT-Q maps to '1'. So for that keyboard
654 * <li>Chorded behavior: When the modifier key is pressed together with one or more
657 * <li>Toggled behavior: When the modifier key is pressed and released on its own
659 * to next character key that is pressed and will then reset itself to the initial state.
660 * If the modifier is already latched and the modifier key is pressed and release on
662 * apply to all subsequent character keys that are pressed until unlocked by pressing

Completed in 1276 milliseconds

1 2 3 4 5 6 7 891011>>