Home
last modified time | relevance | path

Searched refs:mActionBarBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java59 private ActionBarContainer mActionBarBottom; field in ActionBarOverlayLayout
125 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {
126 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
138 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {
139 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
140 .translationY(mActionBarBottom.getHeight())
320 if (mActionBarBottom != null) {
321 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true);
382 if (mActionBarBottom != null) {
383 measureChildWithMargins(mActionBarBottom, widthMeasureSpec, 0, heightMeasureSpec, 0);
[all …]