Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1347 KeyButtonView keyButtonView = (KeyButtonView) v; in onLongPressNavigationButtons() local
1348 keyButtonView.sendEvent(KeyEvent.ACTION_DOWN, KeyEvent.FLAG_LONG_PRESS); in onLongPressNavigationButtons()
1349 keyButtonView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED); in onLongPressNavigationButtons()