Searched refs:mControlBarView (Results 1 – 2 of 2) sorted by relevance
160 private LinearLayout mControlBarView; field in CarUiPortraitHomeScreen525 mControlBarView = findViewById(R.id.control_bar_area); in onCreate()526 mControlBarView.addOnLayoutChangeListener(mControlBarOnLayoutChangeListener); in onCreate()638 mControlBarView.setBackground(background); in onConfigurationChanged()723 if (mControlBarView == null) { in setControlBarSpacerVisibility()727 (FrameLayout.LayoutParams) mControlBarView.getLayoutParams(); in setControlBarSpacerVisibility()730 mControlBarView.requestLayout(); in setControlBarSpacerVisibility()754 mControlBarView.getBoundsOnScreen(controlBarRect); in updateObscuredTouchRegion()796 int bottomOverlap = mControlBarView.getTop(); in updateBackgroundTaskViewInsets()843 mControlBarView.getHeight() + mNavBarHeight); in updateTaskViewInsets()[all …]
78 private View mControlBarView; field in HomeCardFragment348 mControlBarView = mDescriptiveTextWithControlsLayoutView.findViewById(R.id.button_trio); in getDescriptiveTextWithControlsLayoutView()