Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/privacy/
DPrivacyIndicatorFragment.java65 Button barView = view.findViewById(R.id.bar_icon); in onCreateView() local
70 barView.setOnClickListener( in onCreateView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java326 for (CarSystemBarView barView : getAllAvailableSystemBarViews()) { in setDisabledSystemBarButton()
327 barView.setDisabledSystemBarButton(viewId, disabled, in setDisabledSystemBarButton()
334 for (CarSystemBarView barView : getAllAvailableSystemBarViews()) { in setDisabledSystemBarContainer()
335 barView.setVisibilityByViewId(viewId, viewName, in setDisabledSystemBarContainer()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java96 public BubbleBarViewController(TaskbarActivityContext activity, BubbleBarView barView) { in BubbleBarViewController() argument
98 mBarView = barView; in BubbleBarViewController()