Searched refs:mAttachedToDisplayArea (Results 1 – 2 of 2) sorted by relevance
53 public int mAttachedToDisplayArea = AttachStatus.STATUS_INITIALIZED; field in WindowContextController104 if (mAttachedToDisplayArea == AttachStatus.STATUS_ATTACHED) { in attachToDisplayArea()108 mAttachedToDisplayArea = getWindowTokenClientController().attachToDisplayArea( in attachToDisplayArea()111 if (mAttachedToDisplayArea == AttachStatus.STATUS_FAILED) { in attachToDisplayArea()141 if (mAttachedToDisplayArea != AttachStatus.STATUS_ATTACHED) { in attachToWindowToken()143 + " to a DisplayArea. AttachToDisplayArea:" + mAttachedToDisplayArea); in attachToWindowToken()152 if (mAttachedToDisplayArea == AttachStatus.STATUS_ATTACHED) { in detachIfNeeded()154 mAttachedToDisplayArea = AttachStatus.STATUS_DETACHED; in detachIfNeeded()
95 assertThat(mController.mAttachedToDisplayArea).isEqualTo( in testAttachAndDetachDisplayArea()100 assertThat(mController.mAttachedToDisplayArea).isEqualTo( in testAttachAndDetachDisplayArea()