Home
last modified time | relevance | path

Searched defs: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
45 Message.obtain(HANDLER.get(activity), MSG_SET_ORIENTATION, orientation, 0, activity) in setOrientationAsync() local