Searched refs:mAttachedFrame (Results 1 – 3 of 3) sorted by relevance
31 private Frame mAttachedFrame; field in NativeBuffer72 if (mAttachedFrame != null) { in retain()73 mAttachedFrame.retain(); in retain()83 if (mAttachedFrame != null) { in release()84 doDealloc = (mAttachedFrame.release() == null); in release()100 return (mAttachedFrame != null) ? mAttachedFrame.isReadOnly() : false; in isReadOnly()110 mAttachedFrame = frame; in attachToFrame()115 || (mAttachedFrame != null && !mAttachedFrame.hasNativeAllocation())) { in assertReadable()
62 Rect mAttachedFrame; field in WindowlessWindowManager.State206 state.mAttachedFrame = parentState.mFrame; in addToDisplay()220 if (state.mAttachedFrame == null) { in addToDisplay()223 outAttachedFrame.set(state.mAttachedFrame); in addToDisplay()414 frames.attachedFrame = state.mAttachedFrame; in relayoutInner()
15567 Landroid/filterfw/core/NativeBuffer;->mAttachedFrame:Landroid/filterfw/core/Frame;