Searched refs:pressed (Results 1 - 10 of 10) sorted by last modified time

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java538 private RecipientChip constructChipSpan(RecipientEntry contact, int offset, boolean pressed) argument
551 if (pressed) {
586 private float calculateAvailableWidth(boolean pressed) { argument
916 * Dismiss any selected chips when the back key is pressed.
1410 private CharSequence createChip(RecipientEntry entry, boolean pressed) { argument
1423 RecipientChip chip = constructChipSpan(entry, start, pressed);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java174 public void setPressed(boolean pressed) { argument
176 if (pressed != isPressed()) {
178 if (pressed) {
200 super.setPressed(pressed);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java179 private Bitmap createSelectedBitmap(Bitmap src, boolean pressed) { argument
190 pressed ? mGlowColorPressedPaint : mGlowColorFocusedPaint);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java256 /** The current pressed state of this key */
257 public boolean pressed; field in class:Keyboard.Key
260 /** Text to output when pressed. This can be multiple characters, like ".com" */
395 * Informs the key that it has been pressed, in case it needs to change its appearance or
400 pressed = !pressed;
404 * Changes the pressed state of the key. If it is a sticky key, it will also change the
410 pressed = !pressed;
482 if (pressed) {
[all...]
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java55 * keyboard already reported as being pressed in {@link KeyEvent#getMetaState()}.
151 * @param text the buffer in which the meta key would have been pressed.
153 * @return an integer in which each bit set to one represents a pressed
167 * @param text the buffer in which the meta key would have been pressed.
395 * @return an integer in which each bit set to one represents a pressed
502 long locked, long pressed, long released, long used) {
503 if ((state & pressed) != 0) {
512 state |= what | pressed;
540 long pressed, long released, long used, KeyEvent event) {
545 } else if ((state & pressed) !
501 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
539 release(long state, int what, long mask, long pressed, long released, long used, KeyEvent event) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1113 * Indicates the view is pressed. States are used with
1218 * Indicates the view is pressed and its window has the focus.
1225 * Indicates the view is pressed and selected.
1232 * Indicates the view is pressed, selected and its window has the focus.
1240 * Indicates the view is pressed and focused.
1247 * Indicates the view is pressed, focused and its window has the focus.
1255 * Indicates the view is pressed, focused and selected.
1263 * Indicates the view is pressed, focused, selected and its window has the focus.
1272 * Indicates the view is pressed and enabled.
1279 * Indicates the view is pressed, enable
4937 setPressed(boolean pressed) argument
4954 dispatchSetPressed(boolean pressed) argument
[all...]
H A DViewGroup.java3020 protected void dispatchSetPressed(boolean pressed) { argument
3024 children[i].setPressed(pressed);
5158 * Return true if the pressed state should be delayed for children or descendants of this
5160 * This prevents the pressed state from appearing when the user is actually trying to scroll
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2142 * @return True if the current touch mode requires that we draw the selector in the pressed
2159 * the pressed state for an item.
2226 * Sets the selector state to "pressed" and posts a CheckForKeyLongPress to see if
2667 protected void dispatchSetPressed(boolean pressed) { argument
H A DGallery.java1116 protected void dispatchSetPressed(boolean pressed) { argument
1118 // Show the pressed state on the selected child
1120 mSelectedChild.setPressed(pressed);
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java245 pressed = !pressed;

Completed in 212 milliseconds