Searched refs:mGottenCallbacks (Results 1 – 2 of 2) sorted by relevance
36 SurfaceHolder.Callback[] mGottenCallbacks; field in BaseSurfaceHolder92 return mGottenCallbacks; in getCallbacks()98 if (mGottenCallbacks == null || mGottenCallbacks.length != N) { in getCallbacks()99 mGottenCallbacks = new SurfaceHolder.Callback[N]; in getCallbacks()101 mCallbacks.toArray(mGottenCallbacks); in getCallbacks()103 mGottenCallbacks = null; in getCallbacks()108 return mGottenCallbacks; in getCallbacks()
99911 Lcom/android/internal/view/BaseSurfaceHolder;->mGottenCallbacks:[Landroid/view/SurfaceHolder$Callba…