Home | History | Annotate | Download | only in widget

Lines Matching defs:mActionBarTop

61     private ActionBarContainer mActionBarTop;
124 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
136 mCurrentActionBarTopAnimator = mActionBarTop.animate()
137 .translationY(-mActionBarTop.getHeight())
320 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
374 measureChildWithMargins(mActionBarTop, widthMeasureSpec, 0, heightMeasureSpec, 0);
375 LayoutParams lp = (LayoutParams) mActionBarTop.getLayoutParams();
377 mActionBarTop.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
379 mActionBarTop.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
380 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
401 final View tabs = mActionBarTop.getTabContainer();
407 } else if (mActionBarTop.getVisibility() != GONE) {
410 topInset = mActionBarTop.getMeasuredHeight();
503 final int top = mActionBarTop.getVisibility() == VISIBLE ?
504 (int) (mActionBarTop.getBottom() + mActionBarTop.getTranslationY() + 0.5f) : 0;
518 if ((axes & SCROLL_AXIS_VERTICAL) == 0 || mActionBarTop.getVisibility() != VISIBLE) {
545 if (mHideOnContentScrollReference <= mActionBarTop.getHeight()) {
573 mActionBarTop = (ActionBarContainer) findViewById(
608 return mActionBarTop != null ? -((int) mActionBarTop.getTranslationY()) : 0;
613 final int topHeight = mActionBarTop.getHeight();
615 mActionBarTop.setTranslationY(-offset);
658 return finalY > mActionBarTop.getHeight();