Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java186 private View mHandleBar; field in CarStatusBar
765 mHandleBar = mStatusBarWindow.findViewById(R.id.handle_bar); in connectNotificationsUI()
787 mHandleBar.setOnTouchListener((v, event) -> { in connectNotificationsUI()
1487 if (mHandleBar != null) { in setNotificationViewClipBounds()
1489 (ViewGroup.MarginLayoutParams) mHandleBar.getLayoutParams(); in setNotificationViewClipBounds()
1490 mHandleBar.setTranslationY(height - mHandleBar.getHeight() - lp.bottomMargin); in setNotificationViewClipBounds()