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

  /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/pip/tv/
PipManager.java 121 private int mLastOrientation = Configuration.ORIENTATION_UNDEFINED;
272 mLastOrientation = initialConfig.orientation;
288 if (mLastOrientation != newConfig.orientation) {
291 mLastOrientation = newConfig.orientation;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
TestingCamera2.java 85 private int mLastOrientation = ORIENTATION_UNINITIALIZED;
284 if (mLastOrientation != newConfig.orientation) {
285 mLastOrientation = newConfig.orientation;
304 if (mLastOrientation == Configuration.ORIENTATION_LANDSCAPE) {
310 } else if (mLastOrientation == Configuration.ORIENTATION_PORTRAIT) {
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
WindowManagerState.java 88 ".*mLastOrientation=(\\d)");
134 private int mLastOrientation;
340 mLastOrientation = Integer.parseInt(matcher.group(1));
472 return mLastOrientation;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 238 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 216 private int mLastOrientation = -1;
270 mLastOrientation = getResources().getConfiguration().orientation;
    [all...]

Completed in 603 milliseconds