HomeSort by relevance Sort by last modified time
    Searched refs:pressed (Results 26 - 50 of 55) sorted by null

12 3

  /external/skia/src/views/
SkWidgets.cpp 223 return "enabled-pressed";
233 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
243 if (pressed)
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 172 boolean pressed, Bitmap src) {
189 pressed ? sGlowColorPressedPaint : sGlowColorFocusedPaint);
AllApps3D.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 764 int pressed; local
772 pressed = SDL_RELEASED;
774 pressed = SDL_PRESSED;
777 posted += SDL_PrivateKeyboard(pressed, &keysym);
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 642 bool pressed = (o->node() && o->node()->active());
643 if (pressed != oldPressed)
644 [cell setHighlighted:pressed];
    [all...]
RenderThemeMac.mm 571 bool pressed = (o->node() && o->node()->active());
572 if (pressed != oldPressed)
573 [cell setHighlighted:pressed];
    [all...]
RenderThemeSafari.cpp 1007 bool pressed = toRenderSlider(o->parent())->inDragMode(); local
    [all...]
  /external/qemu/android/skin/
window.c 597 Button* pressed; member in struct:__anon5899
604 button->pressed = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 371 void SDL_QWin::QueueKey(QKeyEvent *e, int pressed)
474 // pressed = 1;
478 if ( pressed ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 60 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed);
823 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed)
830 if ( pressed && SDL_TranslateUNICODE ) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java 515 public void onShutterButtonFocus(ShutterButton button, boolean pressed) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java     [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 81 * was pressed, it will run the statement, navigate the history, or update the
  /frameworks/base/core/java/android/widget/
Gallery.java     [all...]
AbsListView.java     [all...]
  /external/webkit/WebKit/android/nav/
WebView.cpp 247 // If not, we do not want to draw the button in a selected or pressed state
248 void nativeRecordButtons(bool hasFocus, bool pressed, bool invalidate)
279 } else if (m_ring.m_followedLink || pressed) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewGroup.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]
ViewTest.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 145 * The selection modes are HIDDEN, PRESSED, SELECTED, and LONGPRESS.
275 mPressedColor = res.getColor(R.color.pressed);
    [all...]
CalendarView.java 375 * The selection modes are HIDDEN, PRESSED, SELECTED, and LONGPRESS.
477 mPressedColor = mResources.getColor(R.color.pressed);
575 * This is called when the popup window is pressed.
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 782 milliseconds

12 3