Home
last modified time | relevance | path

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

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