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

/packages/apps/InCallUI/src/com/android/incallui/
H A DAccelerometerListener.java44 // mPendingOrientation is the latest orientation computed based on the sensor value.
47 private int mPendingOrientation; field in class:AccelerometerListener
77 mPendingOrientation = ORIENTATION_UNKNOWN;
89 if (mPendingOrientation == orientation) {
102 mPendingOrientation = orientation;
110 mPendingOrientation = ORIENTATION_UNKNOWN;
148 mOrientation = mPendingOrientation;
/packages/services/Telephony/src/com/android/phone/
H A DAccelerometerListener.java44 // mPendingOrientation is the latest orientation computed based on the sensor value.
47 private int mPendingOrientation; field in class:AccelerometerListener
77 mPendingOrientation = ORIENTATION_UNKNOWN;
89 if (mPendingOrientation == orientation) {
102 mPendingOrientation = orientation;
110 mPendingOrientation = ORIENTATION_UNKNOWN;
148 mOrientation = mPendingOrientation;

Completed in 172 milliseconds