Searched refs:SCALING_MODE_SCALE_TO_WINDOW (Results 1 – 3 of 3) sorted by relevance
136 SCALING_MODE_SCALE_TO_WINDOW,145 public static final int SCALING_MODE_SCALE_TO_WINDOW = 1; field in Surface
20 import static android.view.Surface.SCALING_MODE_SCALE_TO_WINDOW;463 int scalingMode = force ? SCALING_MODE_SCALE_TO_WINDOW : -1; in forceScaleableInTransaction()
271 t2.setOverrideScalingMode(mSurfaceControl, Surface.SCALING_MODE_SCALE_TO_WINDOW); in ScreenRotationAnimation()