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.java61 private ActionBarContainer mActionBarBottom; field in ActionBarOverlayLayout
128 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 …]