Searched refs:mReducedScale (Results 1 – 1 of 1) sorted by relevance
76 private final float mReducedScale; field in TaskSnapshotPersister89 mReducedScale = LOW_RAM_RECENTS_REDUCED_SCALE; in TaskSnapshotPersister()92 mReducedScale = ActivityManager.isLowRamDeviceStatic() in TaskSnapshotPersister()164 return mReducedScale; in getReducedScale()376 (int) (bitmap.getWidth() * mReducedScale), in writeBuffer()377 (int) (bitmap.getHeight() * mReducedScale), true /* filter */); in writeBuffer()