Searched refs:mDetachedData (Results 1 – 1 of 1) sorted by relevance
28 private T mDetachedData; field in DetachableBinding39 mDetachedData = null; in bind()43 Assert.isNull(mDetachedData); in detach()45 mDetachedData = getData(); in detach()50 if (mDetachedData != null) { in reAttachIfPossible()52 bind(mDetachedData); in reAttachIfPossible()53 mDetachedData = null; in reAttachIfPossible()