Searched refs:mLastMeasureSize (Results 1 – 1 of 1) sorted by relevance
530 private final Point mLastMeasureSize = new Point(); field in RecentsView2772 boolean hasSizeChanged = mLastMeasureSize.x != getWidth() in updateEmptyMessage()2773 || mLastMeasureSize.y != getHeight(); in updateEmptyMessage()3159 mLastMeasureSize.set(getWidth(), getHeight());3163 int availableWidth = mLastMeasureSize.x - mEmptyMessagePadding - mEmptyMessagePadding;3171 int top = (mLastMeasureSize.y - totalHeight) / 2;3172 int left = (mLastMeasureSize.x - mEmptyIcon.getIntrinsicWidth()) / 2;