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.java88 final static int MSG_CHECK_INVALID_LAYOUT = 8686; field in NavigationBarView
160 case MSG_CHECK_INVALID_LAYOUT: in handleMessage()
683 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget(); in postCheckForInvalidLayout()