Searched refs:moveFocus (Results 1 – 2 of 2) 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()
|