Searched refs:mDisplayRotation (Results 1 – 4 of 4) sorted by relevance
60 private int mDisplayRotation; field in DeadZone99 mDisplayRotation = rotation; in onConfigurationChanged()143 if (mDisplayRotation == Surface.ROTATION_270) { in onTouchEvent()188 if (mDisplayRotation == Surface.ROTATION_270) {
101 private int mDisplayRotation; field in PipTouchHandler320 mDisplayRotation = displayRotation; in onMovementBoundsChanged()545 if (mDisplayRotation != displayRotation) {
129 private int mDisplayRotation; field in DividerView408 if (mDisplayRotation != mDefaultDisplay.getRotation()) { in startDragging()778 if (mDisplayRotation != mDefaultDisplay.getRotation()) { in setMinimizedDockStack()942 mDisplayRotation = mDefaultDisplay.getRotation(); in updateDisplayInfo()
330 private DisplayRotation mDisplayRotation; field in DisplayContent941 mDisplayRotation = new DisplayRotation(service, this); in DisplayContent()1122 return mDisplayRotation; in getDisplayRotation()1144 mDisplayRotation = displayRotation; in setDisplayRotation()1154 mDisplayRotation.setRotation(newRotation); in setRotation()1207 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in rotationNeedsUpdate()1328 mDisplayRotation.setCurrentOrientation(req); in updateOrientationFromAppTokens()1409 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation); in updateRotationUnchecked()1413 boolean mayRotateSeamlessly = mDisplayPolicy.shouldRotateSeamlessly(mDisplayRotation, in updateRotationUnchecked()1490 mDisplayRotation.setRotation(rotation); in applyRotationLocked()[all …]