Home
last modified time | relevance | path

Searched refs:MSG_ROTATION_PROPOSAL (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java128 private static final int MSG_ROTATION_PROPOSAL = 38 << MSG_SHIFT; field in CommandQueue
852 mHandler.removeMessages(MSG_ROTATION_PROPOSAL); in onProposedRotationChanged()
853 mHandler.obtainMessage(MSG_ROTATION_PROPOSAL, rotation, isValid ? 1 : 0, in onProposedRotationChanged()
1315 case MSG_ROTATION_PROPOSAL: in handleMessage()