Home
last modified time | relevance | path

Searched refs:getFocusedChild (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplKeyboardFocusTest.java52 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsFocusApp()
71 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsExitSearchAndFocusApp()
102 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild() in testAllAppsExitSearchAndFocusSearchResults()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderRow.java55 View getFocusedChild(); in getFocusedChild() method
DFloatingHeaderView.java211 public View getFocusedChild() { in getFocusedChild() method in FloatingHeaderView
215 return row.getFocusedChild(); in getFocusedChild()
220 return super.getFocusedChild(); in getFocusedChild()
DPluginHeaderRow.java72 public View getFocusedChild() { in getFocusedChild() method in PluginHeaderRow
DAlphabeticalAppsList.java157 public AdapterItem getFocusedChild() { in getFocusedChild() method in AlphabeticalAppsList
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java92 if (!isInTouchMode() && (getFocusedChild() != null || mFocusHUNWhenShown) in addView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java254 public View getFocusedChild() { in getFocusedChild() method in AppsDividerView
DPredictionRowView.java284 public View getFocusedChild() { in getFocusedChild() method in PredictionRowView
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java133 mChildFocusListener.onRequestChildFocus(getFocusedChild(), child); in requestChildFocus()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java901 boolean receiveFocus = getFocusedChild() == null && child != null;
1674 View currentTop = getFocusedChild();
2519 View focusedChild = getFocusedChild();
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayout.java144 if (!isInTouchMode && hasFocus() && isDescendantClipped(getFocusedChild())) {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1788 int previousFocusedPage = indexOfChild(getFocusedChild()); in applyLoadPlan()