Searched refs:mActionBarBottom (Results 1 – 1 of 1) sorted by relevance
61 private ActionBarContainer mActionBarBottom; field in ActionBarOverlayLayout128 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {129 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)141 if (mActionBarBottom != null && mActionBarBottom.getVisibility() != GONE) {142 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()143 .translationY(mActionBarBottom.getHeight())323 if (mActionBarBottom != null) {324 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true);392 if (mActionBarBottom != null) {393 measureChildWithMargins(mActionBarBottom, widthMeasureSpec, 0, heightMeasureSpec, 0);[all …]