Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkProfileManager.java61 private WorkModeSwitch mWorkModeSwitch; field in WorkProfileManager
86 if (mWorkModeSwitch != null) { in updateWorkFAB()
88 mWorkModeSwitch.animateVisibility(false); in updateWorkFAB()
90 mWorkModeSwitch.animateVisibility(true); in updateWorkFAB()
107 if (mWorkModeSwitch != null) { in reset()
109 mWorkModeSwitch.getImeInsets().setEmpty(); in reset()
110 mWorkModeSwitch.updateTranslationY(); in reset()
119 if (mWorkModeSwitch != null) { in updateCurrentState()
138 if (mWorkModeSwitch == null) { in attachWorkModeSwitch()
139 mWorkModeSwitch = (WorkModeSwitch) mAllApps.getLayoutInflater().inflate( in attachWorkModeSwitch()
[all …]