Searched refs:mSizeMismatch (Results 1 – 2 of 2) sorted by relevance
144 private boolean mSizeMismatch; field in TaskSnapshotSurface289 if (mSizeMismatch && now - mShownTime < SIZE_MISMATCH_MINIMUM_TIME_MS in remove()313 mSizeMismatch = (mFrame.width() != snapshot.getWidth() in setFrames()320 mSizeMismatch); in drawSnapshot()321 if (mSizeMismatch) { in drawSnapshot()
144 private boolean mSizeMismatch; field in TaskSnapshotWindow355 mSizeMismatch = (mFrame.width() != snapshot.getWidth() in setFrames()367 Slog.d(TAG, "Drawing snapshot surface sizeMismatch= " + mSizeMismatch); in drawSnapshot()369 if (mSizeMismatch) { in drawSnapshot()