Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DIStartingWindowListener.aidl30 oneway void onTaskLaunching(int taskId, int supportedType, int splashScreenBackgroundColor); in onTaskLaunching() argument
H A DStartingWindowController.java276 (taskId, supportedType, startingWindowBackgroundColor) -> {
277 mListener.call(l -> l.onTaskLaunching(taskId, supportedType,
/aosp14/frameworks/base/core/java/android/view/
H A DDisplay.java1246 for (int supportedType : getMode().getSupportedHdrTypes()) { in getHdrCapabilities()
1247 if (!contains(mDisplayInfo.userDisabledHdrTypes, supportedType)) { in getHdrCapabilities()
1248 enabledTypesSet.add(supportedType); in getHdrCapabilities()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/
H A DUiModeManagerServiceTest.java333 for (Integer supportedType : SUPPORTED_NIGHT_MODE_CUSTOM_TYPES) { in setNightModeCustomType_customTypeUnsupported_shouldThrow()
334 maxSupportedCustomType = Math.max(maxSupportedCustomType, supportedType); in setNightModeCustomType_customTypeUnsupported_shouldThrow()