Home | History | Annotate | Download | only in widget

Lines Matching defs:mActionBarTop

65     ActionBarContainer mActionBarTop;
114 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
123 mCurrentActionBarTopAnimator = mActionBarTop.animate()
124 .translationY(-mActionBarTop.getHeight())
294 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
349 measureChildWithMargins(mActionBarTop, widthMeasureSpec, 0, heightMeasureSpec, 0);
350 LayoutParams lp = (LayoutParams) mActionBarTop.getLayoutParams();
352 mActionBarTop.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
354 mActionBarTop.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
355 childState = View.combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
365 final View tabs = mActionBarTop.getTabContainer();
371 } else if (mActionBarTop.getVisibility() != GONE) {
374 topInset = mActionBarTop.getMeasuredHeight();
453 final int top = mActionBarTop.getVisibility() == VISIBLE ?
454 (int) (mActionBarTop.getBottom() + mActionBarTop.getTranslationY() + 0.5f)
469 if ((axes & SCROLL_AXIS_VERTICAL) == 0 || mActionBarTop.getVisibility() != VISIBLE) {
495 if (mHideOnContentScrollReference <= mActionBarTop.getHeight()) {
538 mActionBarTop = findViewById(R.id.action_bar_container);
569 return mActionBarTop != null ? -((int) mActionBarTop.getTranslationY()) : 0;
574 final int topHeight = mActionBarTop.getHeight();
576 mActionBarTop.setTranslationY(-offset);
610 return finalY > mActionBarTop.getHeight();