Searched refs:mReducedScale (Results 1 – 1 of 1) sorted by relevance
79 private final float mReducedScale; field in TaskSnapshotPersister93 mReducedScale = LOW_RAM_RECENTS_REDUCED_SCALE; in TaskSnapshotPersister()96 mReducedScale = ActivityManager.isLowRamDeviceStatic() in TaskSnapshotPersister()168 return mReducedScale; in getReducedScale()400 (int) (bitmap.getWidth() * mReducedScale), in writeBuffer()401 (int) (bitmap.getHeight() * mReducedScale), true /* filter */); in writeBuffer()