Searched defs:taskConfig (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/ |
H A D | CompatUIControllerTest.java | 109 final Configuration taskConfig = new Configuration(); in testOnCompatInfoChanged() local 142 final Configuration taskConfig = new Configuration(); in testOnDisplayRemoved() local 160 final Configuration taskConfig = new Configuration(); in testOnDisplayConfigurationChanged() local 177 final Configuration taskConfig = new Configuration(); in testInsetsChanged() local 199 final Configuration taskConfig = new Configuration(); in testChangeButtonVisibilityOnImeShowHide() local 221 final Configuration taskConfig = new Configuration(); in testChangeButtonVisibilityOnKeyguardOccludedChanged() local 243 final Configuration taskConfig = new Configuration(); in testButtonRemainsHiddenOnKeyguardOccludedFalseWhenImeIsShowing() local 266 final Configuration taskConfig = new Configuration(); in testButtonRemainsHiddenOnImeHideWhenKeyguardIsOccluded() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 131 @Nullable Configuration taskConfig, in onCompatInfoChanged() 218 private void createLayout(int displayId, int taskId, Configuration taskConfig, in createLayout() 234 Configuration taskConfig, ShellTaskOrganizer.TaskListener taskListener) { in createLayout() 243 private void updateLayout(int taskId, Configuration taskConfig, in updateLayout()
|
H A D | CompatUIWindowManager.java | 78 CompatUIWindowManager(Context context, Configuration taskConfig, in CompatUIWindowManager() 129 void updateCompatInfo(Configuration taskConfig, in updateCompatInfo()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurfaceDrawer.java | 209 final Configuration taskConfig = taskInfo.getConfiguration(); in addSplashScreenStartingWindow() local
|