Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DSurfaceOOMTestActivity.java67 private long mRemainingSurfacesToCreate; field in SurfaceOOMTestActivity
110 mRemainingSurfacesToCreate = numSurfacesToCreate; in verifyCreatingManySurfaces()
119 "Unable to finish creating many surfaces with " + mRemainingSurfacesToCreate in verifyCreatingManySurfaces()
151 mRemainingSurfacesToCreate--; in onVsync()
152 if (mRemainingSurfacesToCreate == 0) { in onVsync()
171 Log.d(TAG, "Setting frame " + mRemainingSurfacesToCreate + "/" in setupNextFrame()