Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java551 mStackHeight += footer.mExpectedHeight; in setFooter()
643 final int mExpectedHeight; field in TaskView.FooterWrapper
657 mExpectedHeight = h; in FooterWrapper()
661 mExpectedHeight = view.getMeasuredHeight(); in FooterWrapper()
699 int totalShift = mExpectedHeight + mView.getPaddingBottom() - mOldPaddingBottom; in animateEntry()