Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkProfileManager.java116 if (getAH() != null) { in updateCurrentState()
117 getAH().mAppsList.updateAdapterItems(); in updateCurrentState()
148 if (getAH() != null) { in attachWorkModeSwitch()
149 getAH().applyPadding(); in attachWorkModeSwitch()
169 private ActivityAllAppsContainerView.AdapterHolder getAH() { in getAH() method in WorkProfileManager