Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DUiThreadHelper.java37 private static final int MSG_SET_ORIENTATION = 2; field in UiThreadHelper
62 Message.obtain(getHandler(activity), MSG_SET_ORIENTATION, orientation, 0, activity) in setOrientationAsync() local
84 case MSG_SET_ORIENTATION: in handleMessage()