Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java92 private final Set<View.OnTouchListener> mTopBarTouchListeners = new ArraySet<>(); field in CarSystemBarController
356 setupBar(mTopView, mTopBarTouchListeners, mNotificationsShadeController, in getTopBar()
467 boolean setModified = mTopBarTouchListeners.add(listener); in registerTopBarTouchListener()
469 mTopView.setStatusBarWindowTouchListeners(mTopBarTouchListeners); in registerTopBarTouchListener()