Home
last modified time | relevance | path

Searched defs:mPixelFormat (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayedContentSamplingAttributes.java23 private int mPixelFormat; field in DisplayedContentSamplingAttributes
/aosp14/frameworks/base/core/java/android/window/
H A DScreenCapture.java269 public final int mPixelFormat; field in ScreenCapture.CaptureArgs
351 private int mPixelFormat = PixelFormat.RGBA_8888; field in ScreenCapture.CaptureArgs.Builder