Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java437 if (onHomeLongClick(mView.getHomeButton().getCurrentView())) {
1011 mView.getHomeButton().setOnLongClickListener(this::onHomeLongClick); in reconfigureHomeLongClick()
1368 boolean onHomeLongClick(View v) { in onHomeLongClick() method in NavigationBar
1478 : onHomeLongClick(mView.getHomeButton().getCurrentView()); in onLongPressNavigationButtons()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java298 mNavigationBar.onHomeLongClick(mNavigationBar.getView()); in testHomeLongPress()