Searched refs:hasCalledOnLayout (Results 1 – 3 of 3) sorted by relevance
103 mExpect.that(mParent.hasCalledOnLayout()).isTrue(); in traversal_afterParentRequestLayout_onlyParentRemeasured()106 mExpect.that(mChild1.hasCalledOnLayout()).isFalse(); in traversal_afterParentRequestLayout_onlyParentRemeasured()108 mExpect.that(mChild2.hasCalledOnLayout()).isFalse(); in traversal_afterParentRequestLayout_onlyParentRemeasured()120 mExpect.that(mChild1.hasCalledOnLayout()).isTrue(); in traversal_afterChildRequestLayout_onlyAncestorsRemeasured()122 mExpect.that(mParent.hasCalledOnLayout()).isTrue(); in traversal_afterChildRequestLayout_onlyAncestorsRemeasured()125 mExpect.that(mChild2.hasCalledOnLayout()).isFalse(); in traversal_afterChildRequestLayout_onlyAncestorsRemeasured()139 mExpect.that(mChild1.hasCalledOnLayout()).isTrue(); in traversal_afterAllChildrenRequestedLayut_everythingRemeasured()141 mExpect.that(mChild2.hasCalledOnLayout()).isTrue(); in traversal_afterAllChildrenRequestedLayut_everythingRemeasured()143 mExpect.that(mParent.hasCalledOnLayout()).isTrue(); in traversal_afterAllChildrenRequestedLayut_everythingRemeasured()156 mExpect.that(mChild1.hasCalledOnLayout()).isFalse(); in traversal_sameMeasureSpecsWithoutRequestLayout_nothingRemeasured()[all …]
365 public boolean hasCalledOnLayout() { in hasCalledOnLayout() method in MockView
844 assertTrue(view.hasCalledOnLayout()); in testLayout()847 assertFalse(view.hasCalledOnLayout()); in testLayout()850 assertTrue(view.hasCalledOnLayout()); in testLayout()