OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastOrientation
(Results
1 - 5
of
5
) 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;
/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) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java
193
private int
mLastOrientation
= -1;
236
mLastOrientation
= getResources().getConfiguration().orientation;
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
549
int
mLastOrientation
= ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
[
all
...]
Completed in 1076 milliseconds