Searched refs:mHandleBar (Results 1 – 1 of 1) sorted by relevance
186 private View mHandleBar; field in CarStatusBar765 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()