Searched refs:mStateLow (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java52 private VrState mStateLow = new VrState(); // for full res version field in class:VrView
352 mStateLow.copyData(mState1);
365 VrState state = mStateLow;
370 mState1.copyData(mStateLow);
372 // mStateLow.mScrAllocation.setSurface(null);
375 if (mStateLow.mScrAllocation != null) {
376 mStateLow.mScrAllocation.setSurface(null);

Completed in 59 milliseconds