/frameworks/base/core/java/android/widget/ |
Button.java | 28 * pressed, or clicked, by the user to perform an action.
|
SearchView.java | 483 * Sets a listener to inform when the search button is pressed. This is only 559 * shown by default and expands to show the text field and other buttons when pressed. Also, 561 * is pressed. Changes to this property will take effect immediately. [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
controls.jd | 58 <td>A push-button that can be pressed, or clicked, by the user to perform an action.</td>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
ancestral.jd | 74 // This is called when the Home (Up) button is pressed
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCall.java | 178 * Called when this Call is being hung up locally (eg, user pressed "end")
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCall.java | 174 * Called when this Call is being hung up locally (eg, user pressed "end")
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeBackupActivity.java | 200 * most recent data when the button is pressed.
|
/packages/apps/Calendar/res/values/ |
colors.xml | 22 <color name="pressed">#330066ff</color>
|
/packages/apps/Calendar/src/com/android/calendar/ |
MultiStateButton.java | 28 * A button with more than two states. When the button is pressed
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectCalendarsSyncFragment.java | 187 // Called when the Accounts button is pressed. Takes the user to the
|
/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorControl.java | 140 // Return false so the pressed feedback of the back/front camera switch
|
IndicatorControlWheelContainer.java | 106 // Send cancel to the shutter button if it was pressed.
|
ZoomControlWheel.java | 114 // We assume the slider button is pressed all the time when the
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
TextHighlightingAnimation.java | 148 // Only dim the text in the basic state; not selected, focused or pressed
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControl.java | 118 // Return false so the pressed feedback of the back/front camera switch
|
IndicatorControlWheelContainer.java | 90 // Send cancel to the shutter button if it was pressed.
|
ZoomControlWheel.java | 99 // We assume the slider button is pressed all the time when the
|
/packages/inputmethods/LatinIME/java/res/values/ |
attrs.xml | 43 possible states: normal, pressed, checkable, checkable+pressed, checkable+checked, 44 checkable+checked+pressed. --> 263 <!-- The string of characters to output when this key is pressed. -->
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidatesViewManager.java | 73 /** The word pressed */
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MainActivity.java | 83 // If back is pressed, we stop the service automatically.
|
/external/qemu/android/skin/ |
window.c | 708 Button* pressed; member in struct:__anon10513 715 button->pressed = NULL; [all...] |
/frameworks/base/services/input/ |
InputReader.h | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 989 int pressed; local 997 pressed = SDL_RELEASED; 999 pressed = SDL_PRESSED; 1018 if ( pressed ) { 1025 posted += SDL_PrivateKeyboard(pressed, &keysym);
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeMac.mm | 607 bool pressed = (o->node() && o->node()->active()); 608 if (pressed != oldPressed) 609 [cell setHighlighted:pressed]; [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 79 * @param primaryCode the unicode of the key being pressed. If the touch is not on a valid 93 * @param primaryCode this is the key that was pressed 506 * @return true if the shift is in a pressed state, false otherwise. If there is 686 // Switch the character to uppercase if shift is pressed [all...] |