Home | History | Annotate | Download | only in view

Lines Matching defs:SurfaceControl

28  * SurfaceControl
31 public class SurfaceControl {
32 private static final String TAG = "SurfaceControl";
78 private static native SurfaceControl.PhysicalDisplayInfo[] nativeGetDisplayConfigs(
208 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
214 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
222 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
228 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
234 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
240 * low power mode. Use only with {@link SurfaceControl#setDisplayPowerMode}.
265 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
267 public SurfaceControl(SurfaceSession session,
277 if ((flags & SurfaceControl.HIDDEN) == 0) {
290 "Couldn't allocate SurfaceControl native object");
534 public static SurfaceControl.PhysicalDisplayInfo[] getDisplayConfigs(IBinder displayToken) {
676 * {@link SurfaceControl#screenshot(IBinder, Surface)}.
704 IBinder displayToken = SurfaceControl.getBuiltInDisplay(
705 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN);
711 * Like {@link SurfaceControl#screenshot(int, int, int, int, boolean)} but
724 IBinder displayToken = SurfaceControl.getBuiltInDisplay(
725 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN);