Searched refs:moveFocus (Results 1 – 4 of 4) sorted by relevance
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | KeyboardInterpreter.java | 93 mTable.moveFocus(focus, 0f); in onKeyDown() 98 mTable.moveFocus(focus, 90f); in onKeyDown() 103 mTable.moveFocus(focus, 180f); in onKeyDown() 108 mTable.moveFocus(focus, 270f); in onKeyDown()
|
D | PhotoTable.java | 355 public View moveFocus(View focus, float direction) { in moveFocus() method in PhotoTable 356 return moveFocus(focus, direction, 90f); in moveFocus() 359 public View moveFocus(View focus, float direction, float angle) { in moveFocus() method in PhotoTable 390 return moveFocus(focus, direction, 180f); in moveFocus() 795 if (moveFocus(photo, 0f) == null) { in fling() 796 moveFocus(photo, 180f); in fling()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | TextCandidates1LineViewManager.java | 575 moveFocus(-1); in processMoveKeyEvent() 579 moveFocus(1); in processMoveKeyEvent() 583 moveFocus(-1); in processMoveKeyEvent() 587 moveFocus(1); in processMoveKeyEvent() 675 private void moveFocus(int direction) { in moveFocus() method in TextCandidates1LineViewManager
|
D | TextCandidatesViewManager.java | 259 moveFocus(msg.arg1, msg.arg2 == 1); 1633 moveFocus(-1, true); in processMoveKeyEvent() 1637 moveFocus(1, true); in processMoveKeyEvent() 1641 moveFocus(-1, false); in processMoveKeyEvent() 1645 moveFocus(1, false); in processMoveKeyEvent() 1799 public void moveFocus(int direction, boolean updown) { in moveFocus() method in TextCandidatesViewManager
|