HomeSort by relevance Sort by last modified time
    Searched refs:mLastOrientation (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputQuickSettingsDisabler.java 39 private int mLastOrientation;
45 mLastOrientation = mContext.getResources().getConfiguration().orientation;
66 if (newConfig.orientation != mLastOrientation) {
68 mLastOrientation = newConfig.orientation;
  /packages/apps/Camera2/src/com/android/camera/widget/
LocationDialogLayout.java 41 private int mLastOrientation;
54 mLastOrientation = context.getResources().getConfiguration().orientation;
67 if (config.orientation == mLastOrientation) {
70 mLastOrientation = config.orientation;
AspectRatioDialogLayout.java 41 private int mLastOrientation;
52 mLastOrientation = context.getResources().getConfiguration().orientation;
66 if (config.orientation == mLastOrientation) {
69 mLastOrientation = config.orientation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 72 private int mLastOrientation;
139 if (updateOrientationAndCutout(mLastOrientation)) {
154 if (mLastOrientation != newOrientation) {
156 mLastOrientation = newOrientation;
312 || mLastOrientation != ORIENTATION_PORTRAIT || cornerCutoutMargins != null) {
NotificationPanelView.java 220 private int mLastOrientation = -1;
312 mLastOrientation = getResources().getConfiguration().orientation;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipManager.java 123 private int mLastOrientation = Configuration.ORIENTATION_UNDEFINED;
279 mLastOrientation = initialConfig.orientation;
295 if (mLastOrientation != newConfig.orientation) {
298 mLastOrientation = newConfig.orientation;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
TestingCamera2.java 87 private int mLastOrientation = ORIENTATION_UNINITIALIZED;
316 if (mLastOrientation != newConfig.orientation) {
317 mLastOrientation = newConfig.orientation;
337 if (mLastOrientation == Configuration.ORIENTATION_LANDSCAPE) {
343 } else if (mLastOrientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 115 private int mLastOrientation;
228 mLastOrientation = state.lastOrientation;
416 return mLastOrientation;
569 mLastOrientation = 0;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 270 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
    [all...]

Completed in 437 milliseconds