Searched refs:mLastOrientation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
H A DLocationDialogLayout.java41 private int mLastOrientation; field in class:LocationDialogLayout
54 mLastOrientation = context.getResources().getConfiguration().orientation;
67 if (config.orientation == mLastOrientation) {
70 mLastOrientation = config.orientation;
H A DAspectRatioDialogLayout.java41 private int mLastOrientation; field in class:AspectRatioDialogLayout
52 mLastOrientation = context.getResources().getConfiguration().orientation;
66 if (config.orientation == mLastOrientation) {
69 mLastOrientation = config.orientation;

Completed in 91 milliseconds