Searched refs:mContainerView (Results 1 – 3 of 3) sorted by relevance
80 private ActionBarContainer mContainerView; field in WindowDecorActionBar132 mContainerView.setTranslationY(0);137 mContainerView.setVisibility(View.GONE);138 mContainerView.setTransitioning(false);151 mContainerView.requestLayout();159 final ViewParent parent = mContainerView.getParent();198 mContainerView = (ActionBarContainer) decor.findViewById( in init()203 if (mDecorToolbar == null || mContextView == null || mContainerView == null) { in init()249 mContainerView.setElevation(elevation); in setElevation()257 return mContainerView.getElevation(); in getElevation()[all …]
92 ActionBarContainer mContainerView; field in WindowDecorActionBar139 mContainerView.setTranslationY(0f);141 mContainerView.setVisibility(View.GONE);142 mContainerView.setTransitioning(false);155 mContainerView.requestLayout();163 final ViewParent parent = mContainerView.getParent();201 mContainerView = (ActionBarContainer) decor.findViewById( in init()204 if (mDecorToolbar == null || mContextView == null || mContainerView == null) { in init()248 ViewCompat.setElevation(mContainerView, elevation); in setElevation()253 return ViewCompat.getElevation(mContainerView); in getElevation()[all …]
3388 private LinearLayout mContainerView; field in Editor.SuggestionsPopupWindow3448 mContainerView = (LinearLayout) mContentView.findViewById( in initContentView()3451 (ViewGroup.MarginLayoutParams) mContainerView.getLayoutParams(); in initContentView()3616 width += mContainerView.getPaddingLeft() + mContainerView.getPaddingRight() in measureContent()