/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
KeyboardInterpreter.java | 93 mTable.moveFocus(focus, 0f); 98 mTable.moveFocus(focus, 90f); 103 mTable.moveFocus(focus, 180f); 108 mTable.moveFocus(focus, 270f);
|
PhotoTable.java | 355 public View moveFocus(View focus, float direction) { 356 return moveFocus(focus, direction, 90f); 359 public View moveFocus(View focus, float direction, float angle) { 390 return moveFocus(focus, direction, 180f); 795 if (moveFocus(photo, 0f) == null) { 796 moveFocus(photo, 180f); [all...] |
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 64 g_signal_connect(handler, "move-focus", G_CALLBACK(MoveFocus), NULL); 105 G_CALLBACK(MoveFocus)); 316 void GtkKeyBindingsHandler::MoveFocus(GtkWidget* widget,
|
gtk_key_bindings_handler.h | 120 static void MoveFocus(GtkWidget* widget, GtkDirectionType arg1);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidates1LineViewManager.java | 575 moveFocus(-1); 579 moveFocus(1); 583 moveFocus(-1); 587 moveFocus(1); 675 private void moveFocus(int direction) {
|
TextCandidatesViewManager.java | 259 moveFocus(msg.arg1, msg.arg2 == 1); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler.h | 122 static void MoveFocus(GtkWidget* widget, GtkDirectionType arg1);
|
gtk_key_bindings_handler.cc | 95 G_CALLBACK(MoveFocus)); 288 void GtkKeyBindingsHandler::MoveFocus(GtkWidget* widget,
|
/external/chromium_org/third_party/skia/src/views/ |
SkWindow.cpp | 260 if (this->moveFocus(key == kUp_SkKey ? kPrev_FocusDirection : kNext_FocusDirection) == NULL)
|
SkView.cpp | 244 SkView* SkView::moveFocus(FocusDirection dir)
|
/external/skia/src/views/ |
SkWindow.cpp | 260 if (this->moveFocus(key == kUp_SkKey ? kPrev_FocusDirection : kNext_FocusDirection) == NULL)
|
SkView.cpp | 244 SkView* SkView::moveFocus(FocusDirection dir)
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.js | 613 * @param {function(element)} moveFocus - function that will determine next 621 moveFocus, 631 if (moveFocus) 632 moveFocus(element); [all...] |
/external/chromium_org/third_party/skia/include/views/ |
SkView.h | 136 SkView* moveFocus(FocusDirection);
|
/external/skia/include/views/ |
SkView.h | 136 SkView* moveFocus(FocusDirection);
|