Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIController.java409 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateCompatLayout()
459 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateLetterboxEduLayout()
508 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateRestartDialogLayout()
560 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateReachabilityEduLayout()
612 final Context context = getOrCreateDisplayContext(taskInfo.displayId); in createOrUpdateUserAspectRatioSettingsLayout()
682 private Context getOrCreateDisplayContext(int displayId) { in getOrCreateDisplayContext() method in CompatUIController