Home
last modified time | relevance | path

Searched refs:mAttachedToDisplayArea (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowContextController.java53 public int mAttachedToDisplayArea = AttachStatus.STATUS_INITIALIZED; field in WindowContextController
104 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()
/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextControllerTest.java95 assertThat(mController.mAttachedToDisplayArea).isEqualTo( in testAttachAndDetachDisplayArea()
100 assertThat(mController.mAttachedToDisplayArea).isEqualTo( in testAttachAndDetachDisplayArea()