Searched refs:previousWidth (Results 1 – 3 of 3) sorted by relevance
259 val previousWidth = measuredWidth in calculateViewState() constant272 setMeasuredDimension(previousWidth, previousHeight) in calculateViewState()
1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline() local1364 textPaint.setStrokeWidth(previousWidth); in drawEdgeOutline()
211 int previousWidth = mMeasuredScreenWidth; in measureLayout() local273 mMeasuredScreenWidth != previousWidth || mMeasuredScreenHeight != previousHeight; in measureLayout()