Home
last modified time | relevance | path

Searched refs:SCALING_MODE_SCALE_TO_WINDOW (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java145 SCALING_MODE_SCALE_TO_WINDOW,
154 public static final int SCALING_MODE_SCALE_TO_WINDOW = 1; field in Surface
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java20 import static android.view.Surface.SCALING_MODE_SCALE_TO_WINDOW;
474 int scalingMode = force ? SCALING_MODE_SCALE_TO_WINDOW : -1; in forceScaleableInTransaction()
DScreenRotationAnimation.java210 t2.setOverrideScalingMode(mScreenshotLayer, Surface.SCALING_MODE_SCALE_TO_WINDOW); in ScreenRotationAnimation()