Searched refs:displayRotation (Results 1 – 8 of 8) sorted by relevance
92 int displayRotation = getDisplayRotation(); in calculateCurrentScreenOrientation() local94 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation()101 if (displayRotation == 90 || displayRotation == 270) { in calculateCurrentScreenOrientation()
26 val displayRotation: Int, constant in com.android.quickstep.util.NavBarPosition35 get() = mode != NO_BUTTON && displayRotation == Surface.ROTATION_90 && !isTablet37 get() = mode != NO_BUTTON && displayRotation == Surface.ROTATION_270 && !isTablet
220 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update() argument221 mDisplayRotation = displayRotation; in update()252 private int inferRecentsActivityRotation(@SurfaceRotation int displayRotation) { in inferRecentsActivityRotation() argument254 return mRecentsRotation < 0 ? displayRotation : mRecentsRotation; in inferRecentsActivityRotation()511 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation() argument513 switch (displayRotation) { in postDisplayRotation()534 public static void preDisplayRotation(@SurfaceRotation int displayRotation, in preDisplayRotation() argument536 switch (displayRotation) { in preDisplayRotation()
178 int displayRotation = CameraUtil.getDisplayRotation(mActivity); in calculateCurrentScreenOrientation() local180 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation()187 if (displayRotation == 90 || displayRotation == 270) { in calculateCurrentScreenOrientation()
232 int displayRotation = 0; in layoutContentPane() local237 displayRotation = mOrientationSource.getDisplayRotation(); in layoutContentPane()240 displayRotation = 0; in layoutContentPane()256 mDisplayRotation = displayRotation; in layoutContentPane()
488 int displayRotation = root.getDisplayRotation(); in onLayout() local490 if (mDisplayRotation != displayRotation in onLayout()492 mDisplayRotation = displayRotation; in onLayout()
226 int displayRotation = DisplayController.INSTANCE.get(context).getInfo().rotation; in createRecentsWindowAnimator() local227 tvsLocal.getOrientationState().update(displayRotation, displayRotation); in createRecentsWindowAnimator()
4399 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation() argument4400 if (mOrientationState.update(touchRotation, displayRotation)) { in setLayoutRotation()