Searched refs:mActionBarTop (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java61 private ActionBarContainer mActionBarTop; field in class:ActionBarOverlayLayout
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
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java60 private ActionBarContainer mActionBarTop; field in class:ActionBarOverlayLayout
124 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
136 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
137 .translationY(-mActionBarTop.getHeight())
323 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
377 measureChildWithMargins(mActionBarTop, widthMeasureSpec, 0, heightMeasureSpec, 0);
378 LayoutParams lp = (LayoutParams) mActionBarTop.getLayoutParams();
380 mActionBarTop.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
382 mActionBarTop.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
384 ViewCompat.getMeasuredState(mActionBarTop));
[all...]

Completed in 37 milliseconds