Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarViewTest.java77 mNavBarView.setStatusBarWindowTouchListener(mNavBarTouchListener); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
98 mNavBarView.setStatusBarWindowTouchListener(mNavBarTouchListener); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java347 view.setStatusBarWindowTouchListener(statusBarTouchListener); in setupBar()
393 mTopView.setStatusBarWindowTouchListener(mTopBarTouchListener); in registerTopBarTouchListener()
401 mBottomView.setStatusBarWindowTouchListener(mBottomBarTouchListener); in registerBottomBarTouchListener()
409 mLeftView.setStatusBarWindowTouchListener(mLeftBarTouchListener); in registerLeftBarTouchListener()
417 mRightView.setStatusBarWindowTouchListener(mRightBarTouchListener); in registerRightBarTouchListener()
H A DCarSystemBarView.java179 public void setStatusBarWindowTouchListener(OnTouchListener statusBarWindowTouchListener) { in setStatusBarWindowTouchListener() method in CarSystemBarView