Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java454 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateCompatLayout()
504 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateLetterboxEduLayout()
553 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateRestartDialogLayout()
605 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateReachabilityEduLayout()
658 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateUserAspectRatioSettingsLayout()
728 private Context getOrCreateDisplayContext(int displayId) { in getOrCreateDisplayContext() method in CompatUIController