Searched refs:mControlBarView (Results 1 – 2 of 2) sorted by relevance
183 private LinearLayout mControlBarView; field in CarUiPortraitHomeScreen552 mControlBarView = findViewById(R.id.control_bar_area); in onCreate()553 mControlBarView.addOnLayoutChangeListener(mControlBarOnLayoutChangeListener); in onCreate()675 mControlBarView.setBackground(background); in onConfigurationChanged()799 if (mControlBarView == null) { in setControlBarSpacerVisibility()803 (FrameLayout.LayoutParams) mControlBarView.getLayoutParams(); in setControlBarSpacerVisibility()806 mControlBarView.requestLayout(); in setControlBarSpacerVisibility()835 mControlBarView.getBoundsOnScreen(controlBarRect); in updateObscuredTouchRegion()881 int bottomOverlap = mControlBarView.getTop(); in updateBackgroundTaskViewInsets()919 int bottom = mIsSUWInProgress ? 0 : mControlBarView.getHeight() + mNavBarHeight; in updateTaskViewInsets()[all …]
82 private View mControlBarView; field in HomeCardFragment353 mControlBarView = mDescriptiveTextWithControlsLayoutView.findViewById(R.id.button_trio); in getDescriptiveTextWithControlsLayoutView()