Searched refs:mLastOrientation (Results 1 – 4 of 4) sorted by relevance
81 private int mLastOrientation; field in QSPanelControllerBase95 final int previousOrientation = mLastOrientation;98 mLastOrientation = newConfig.orientation;102 /* newOrientation= */ mLastOrientation,184 mLastOrientation = getResources().getConfiguration().orientation; in onViewAttached()185 mQSLogger.logOnViewAttached(mLastOrientation, mView.getDumpableTag()); in onViewAttached()193 mQSLogger.logOnViewDetached(mLastOrientation, mView.getDumpableTag()); in onViewDetached()402 && mLastOrientation == Configuration.ORIENTATION_LANDSCAPE; in shouldUseHorizontalLayout()434 pw.println(" last orientation: " + mLastOrientation); in dump()
154 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation464 return mLastOrientation; in getLastOrientation()468 if (newOrientation == mLastOrientation && !forceUpdate) { in updateOrientation()471 mLastOrientation = newOrientation; in updateOrientation()540 mLastOrientation = SCREEN_ORIENTATION_UNSET; in updateRotationUnchecked()558 final int lastOrientation = mLastOrientation; in updateRotationUnchecked()1181 final int rotation = rotationForOrientation(mLastOrientation, oldRotation); in needsUpdate()1656 pw.println(prefix + " mLastOrientation=" + mLastOrientation); in dump()1717 proto.write(LAST_ORIENTATION, mLastOrientation); in dumpDebug()1930 mUserRotation, mLastSensorRotation, mLastOrientation, mRotation); in foldStateChanged()
94 private int mLastOrientation = ORIENTATION_UNDEFINED; field in ContentRecorder583 onConfigurationChanged(mLastOrientation); in onMergedOverrideConfigurationChanged()584 mLastOrientation = mergedOverrideConfiguration.orientation; in onMergedOverrideConfigurationChanged()
148 private int mLastOrientation; field in KeyguardSecurityContainerController466 mLastOrientation = getResources().getConfiguration().orientation; in KeyguardSecurityContainerController()1172 if (newOrientation != mLastOrientation) { in updateResources()1173 mLastOrientation = newOrientation; in updateResources()