Revert "Revert^4 Flip BLAST for SurfaceView"
This reverts commit 0cbbd54be7.
Reason for revert: b/176411039
Change-Id: I052fd345ab75f04a057f2217949e57450b3eba2b
This commit is contained in:
@@ -240,7 +240,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
|
||||
private static boolean useBlastAdapter(Context context) {
|
||||
ContentResolver contentResolver = context.getContentResolver();
|
||||
return Settings.Global.getInt(contentResolver,
|
||||
Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 1 /* default */) == 1;
|
||||
Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 0 /* default */) == 1;
|
||||
}
|
||||
|
||||
private final boolean mUseBlastAdapter;
|
||||
|
||||
Reference in New Issue
Block a user