Searched refs:mLastMeasureSize (Results 1 – 1 of 1) sorted by relevance
688 private final Point mLastMeasureSize = new Point(); field in RecentsView4456 boolean hasSizeChanged = mLastMeasureSize.x != getWidth() in updateEmptyMessage()4457 || mLastMeasureSize.y != getHeight(); in updateEmptyMessage()5128 mLastMeasureSize.set(getWidth(), getHeight());5132 int availableWidth = mLastMeasureSize.x - mEmptyMessagePadding - mEmptyMessagePadding;5140 int top = (mLastMeasureSize.y - totalHeight) / 2;5141 int left = (mLastMeasureSize.x - mEmptyIcon.getIntrinsicWidth()) / 2;