Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java123 private UserAspectRatioSettingsWindowManager mUserAspectRatioSettingsLayout; field in CompatUIController
308 if (mUserAspectRatioSettingsLayout != null) { in onCompatInfoChanged()
309 mUserAspectRatioSettingsLayout.release(); in onCompatInfoChanged()
310 mUserAspectRatioSettingsLayout = null; in onCompatInfoChanged()
642 if (mUserAspectRatioSettingsLayout != null) { in createOrUpdateUserAspectRatioSettingsLayout()
643 if (mUserAspectRatioSettingsLayout.needsToBeRecreated(taskInfo, taskListener)) { in createOrUpdateUserAspectRatioSettingsLayout()
644 mUserAspectRatioSettingsLayout.release(); in createOrUpdateUserAspectRatioSettingsLayout()
645 mUserAspectRatioSettingsLayout = null; in createOrUpdateUserAspectRatioSettingsLayout()
648 if (!mUserAspectRatioSettingsLayout.updateCompatInfo(taskInfo, taskListener, in createOrUpdateUserAspectRatioSettingsLayout()
649 showOnDisplay(mUserAspectRatioSettingsLayout.getDisplayId()))) { in createOrUpdateUserAspectRatioSettingsLayout()
[all …]