Searched refs:KEY_COLOR_SPACE (Results 1 – 1 of 1) sorted by relevance
267 private static final String KEY_COLOR_SPACE = "bitmap_util_color_space"; field in ScreenshotRequest.HardwareBitmapBundler304 bundle.putParcelable(KEY_COLOR_SPACE, colorSpace); in hardwareBitmapToBundle()323 if (!bundle.containsKey(KEY_BUFFER) || !bundle.containsKey(KEY_COLOR_SPACE)) { in bundleToHardwareBitmap()328 ParcelableColorSpace colorSpace = bundle.getParcelable(KEY_COLOR_SPACE, in bundleToHardwareBitmap()