HomeSort by relevance Sort by last modified time
    Searched refs:moveFocus (Results 1 - 10 of 10) sorted by null

  /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...]
  /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/third_party/skia/include/views/
SkView.h 136 SkView* moveFocus(FocusDirection);
  /external/skia/include/views/
SkView.h 136 SkView* moveFocus(FocusDirection);
  /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)

Completed in 574 milliseconds