Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java141 final static int MSG_CHECK_INVALID_LAYOUT = 8686; field in NavigationBarView
222 case MSG_CHECK_INVALID_LAYOUT: in handleMessage()
1119 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget(); in postCheckForInvalidLayout()