Searched refs:mAttachedToDisplayArea (Results 1 – 2 of 2) sorted by relevance
44 public boolean mAttachedToDisplayArea; field in WindowContextController68 if (mAttachedToDisplayArea) { in attachToDisplayArea()72 mAttachedToDisplayArea = mToken.attachToDisplayArea(type, displayId, options); in attachToDisplayArea()96 if (!mAttachedToDisplayArea) { in attachToWindowToken()105 if (mAttachedToDisplayArea) { in detachIfNeeded()107 mAttachedToDisplayArea = false; in detachIfNeeded()
89 assertThat(mController.mAttachedToDisplayArea).isTrue(); in testAttachAndDetachDisplayArea()93 assertThat(mController.mAttachedToDisplayArea).isFalse(); in testAttachAndDetachDisplayArea()