Home
last modified time | relevance | path

Searched refs:getFocusedChildIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java158 if (mAdapterItems.size() == 0 || getFocusedChildIndex() == -1) { in getFocusedChild()
161 return mAdapterItems.get(getFocusedChildIndex()); in getFocusedChild()
167 public int getFocusedChildIndex() { in getFocusedChildIndex() method in AlphabeticalAppsList
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java246 int focusedChildIndex = getFocusedChildIndex(); in focusFind()
293 private int getFocusedChildIndex() { in getFocusedChildIndex() method in ProgramGrid