Searched refs:mHighResSnapshotScale (Results 1 – 2 of 2) sorted by relevance
85 protected final float mHighResSnapshotScale; field in AbsAppSnapshotController115 mHighResSnapshotScale = initSnapshotScale(); in AbsAppSnapshotController()207 return snapshot(source, mHighResSnapshotScale); in snapshot()429 mHighResSnapshotScale, mainWindow.getRequestedVisibleTypes()); in drawAppThemeSnapshot()432 final int width = (int) (taskWidth * mHighResSnapshotScale); in drawAppThemeSnapshot()433 final int height = (int) (taskHeight * mHighResSnapshotScale); in drawAppThemeSnapshot()503 pw.println(prefix + "mHighResSnapshotScale=" + mHighResSnapshotScale); in dump()
370 .snapshot(mainTask, mHighResSnapshotScale); in recordSnapshot()