Home
last modified time | relevance | path

Searched refs:getFocus (Results 1 – 4 of 4) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DKeyboardInterpreter.java38 final View focus = mTable.getFocus(); in onKeyDown()
77 mTable.setSelection(mTable.getFocus()); in onKeyDown()
87 mTable.fling(mTable.getFocus()); in onKeyDown()
DPhotoTable.java277 public View getFocus() { in getFocus() method in PhotoTable
283 setHighlight(getFocus(), false); in clearFocus()
396 return getFocus(); in moveFocus()
683 if (photo == getFocus()) { in fadeAway()
794 if (photo == getFocus()) { in fling()
DEdgeSwipeDetector.java65 mTable.fling(mTable.getFocus()); in onTouchEvent()
DDragGestureDetector.java105 mTable.move(mTable.getFocus(), in move()