/external/webkit/Source/WebKit/android/nav/ |
WebView.cpp | 83 // Duration to show the pressed cursor ring [all...] |
/external/webkit/Source/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | 494 // Most of the time the handling of the cancel key will be done by Carbon, but this method will be invoked if an NSCarbonWindow is wrapping a Carbon window that contains an NSViewCarbonControl, and the escape key or whatever is pressed with an NSTextView focused. Just do what Carbon would do. [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebsettings.cpp | 383 \value SearchCancelButtonPressedGraphic The graphic shown when SearchCancelButtonGraphic is pressed. [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | [all...] |
HorizontalScrollView.java | [all...] |
ListPopupWindow.java | [all...] |
ScrollView.java | [all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | 44 <!-- Default highlight color for items that are pressed. --> 46 <!-- Default highlight color for items that are long-pressed. --> [all...] |
config.xml | 74 when volume up is pressed. --> [all...] |
/frameworks/base/core/tests/coretests/src/android/webkit/ |
AccessibilityInjectorTest.java | 55 /** The meta state for pressed left ALT. */ [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.1.jd | 212 position of the mouse when no buttons are pressed, as well as any intermediate [all...] |
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 201 pressed a button before the device locks the screen. When this happens, users [all...] |
/frameworks/base/services/input/ |
InputReader.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 869 // Check if a button is pressed; no hovers during drags [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | [all...] |
/external/libusb/libusb/ |
io.c | 72 * to determine when the button is pressed, you would likely submit a request 74 * Data will arrive when the button is pressed by the user, which is [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewCore.java | 691 * @param textGeneration Text generation number when delete was pressed. [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 197 private static final int PRESSED = Spannable.SPAN_MARK_MARK | (1 << Spannable.SPAN_USER_SHIFT); 930 content.setSpan(SELECTING, 0, 0, PRESSED); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | 339 // We draw the pressed or focused BubbleTextView's background in CellLayout because it 412 // We draw the pressed or focused BubbleTextView's background in CellLayout because it [all...] |
/packages/apps/Phone/res/values/ |
strings.xml | [all...] |
/external/mksh/src/ |
mksh.1 | [all...] |
/docs/source.android.com/src/tech/input/ |
touch-devices.md | 463 3. If the BACK or FORWARD buttons were pressed or released, the `InputReader` [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | [all...] |
/external/chromium/chrome/common/ |
pref_names.cc | 39 // The URLs to restore on startup or when the home button is pressed. The URLs [all...] |
/external/v8/tools/ |
test.py | 395 raise BreakNowException("User pressed CTRL+C or IO went wrong") [all...] |