HomeSort by relevance Sort by last modified time
    Searched refs:isAttachedToWindow (Results 1 - 9 of 9) sorted by null

  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 201 assertTrue("fragment 1's view is not attached to a window", view.isAttachedToWindow());
209 view.isAttachedToWindow());
227 assertTrue("fragment 1's view not attached", origView1.isAttachedToWindow());
235 assertFalse("fragment 1's old view still attached", origView1.isAttachedToWindow());
238 assertTrue("fragment 2's view not attached", origView2.isAttachedToWindow());
246 assertFalse("fragment 2's view still attached", origView2.isAttachedToWindow());
249 assertTrue("fragment 1's view not attached", newView1.isAttachedToWindow());
270 assertTrue("fragment 1's view not attached", origView1.isAttachedToWindow());
275 assertTrue("fragment 2's view not attached", origView2.isAttachedToWindow());
286 assertFalse("fragment 1's old view still attached", origView1.isAttachedToWindow());
    [all...]
PostponedTransitionTest.java 683 assertTrue(mBeginningFragment.getView().isAttachedToWindow());
715 assertTrue(fragment2.getView().isAttachedToWindow());
770 assertTrue(fromFragment.getView().isAttachedToWindow());
771 assertTrue(toFragment.getView().isAttachedToWindow());
    [all...]
FragmentAnimatorTest.java 341 assertTrue(fragment1.getView().isAttachedToWindow());
379 assertTrue(fragment1.getView().isAttachedToWindow());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewGroup.java 88 if (isAttachedToWindow()) {
ShadowView.java 492 protected boolean isAttachedToWindow() {
563 if (shadowView.isAttachedToWindow()) {
  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java 563 assertTrue(promptView.isAttachedToWindow());
596 assertTrue(promptView.isAttachedToWindow());
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java 832 assertTrue(shadowOf(temporaryChild).isAttachedToWindow());
836 assertFalse(shadowOf(temporaryChild).isAttachedToWindow());
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
CommandSession.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 4304 milliseconds