Home
last modified time | relevance | path

Searched defs:colorSpaceId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/contentsuggestions/
H A DIContentSuggestionsService.aidl35 int colorSpaceId, in provideContextImage()
/aosp12/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DRemoteContentSuggestionsService.java71 int colorSpaceId, @NonNull Bundle imageContextRequestExtras) { in provideContextImage()
H A DContentSuggestionsManagerService.java161 int colorSpaceId = 0; in provideContextImage() local
/aosp12/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java244 int colorSpaceId = bundle.getInt(BUNDLE_SNAPSHOT_COLOR_SPACE, 0); in onCreateSnapshotView() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurface.java95 HardwareBuffer buffer, int colorSpaceId); in nativeAttachAndQueueBufferWithColorSpace()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp416 jobject hardwareBuffer, jint colorSpaceId) { in nativeAttachAndQueueBufferWithColorSpace()