Searched refs:isLayoutRequested (Results 1 – 14 of 14) sorted by relevance
130 assertFalse(mTableEmpty.isLayoutRequested()); in testRequestLayout()131 assertFalse(mTableEmpty.getChildAt(0).isLayoutRequested()); in testRequestLayout()132 assertFalse(mTableEmpty.getChildAt(1).isLayoutRequested()); in testRequestLayout()135 assertTrue(mTableEmpty.isLayoutRequested()); in testRequestLayout()136 assertTrue(mTableEmpty.getChildAt(0).isLayoutRequested()); in testRequestLayout()137 assertTrue(mTableEmpty.getChildAt(1).isLayoutRequested()); in testRequestLayout()171 assertFalse(mTableEmpty.getChildAt(0).isLayoutRequested()); in testAccessColumnCollapsed()172 assertFalse(mTableEmpty.getChildAt(1).isLayoutRequested()); in testAccessColumnCollapsed()176 assertTrue(mTableEmpty.getChildAt(0).isLayoutRequested()); in testAccessColumnCollapsed()177 assertTrue(mTableEmpty.getChildAt(1).isLayoutRequested()); in testAccessColumnCollapsed()[all …]
207 assertFalse(view.isLayoutRequested());227 assertTrue(mCheckedTextView.isLayoutRequested());244 assertTrue(mCheckedTextView.isLayoutRequested());249 assertTrue(mCheckedTextView.isLayoutRequested());265 assertTrue(mCheckedTextView.isLayoutRequested());272 assertFalse(mCheckedTextView.isLayoutRequested());279 assertTrue(mCheckedTextView.isLayoutRequested());289 assertFalse(mCheckedTextView.isLayoutRequested());318 assertTrue(mCheckedTextView.isLayoutRequested());
823 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_multipleModeSameValue()826 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_multipleModeSameValue()837 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_singleModeSameValue()840 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_singleModeSameValue()852 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_multipleModeDifferentValue()856 checkResult = mListView.isLayoutRequested(); in testSetItemChecked_multipleModeDifferentValue()869 assertFalse(mListView.isLayoutRequested()); in testSetItemChecked_singleModeDifferentValue()873 checkResult = mListView.isLayoutRequested(); in testSetItemChecked_singleModeDifferentValue()
165 assertFalse(absSpinner.isLayoutRequested()); in testRequestLayout()168 assertTrue(absSpinner.isLayoutRequested()); in testRequestLayout()
277 assertTrue(mImageViewRegular.isLayoutRequested()); in testSetImageIcon()293 assertTrue(mImageViewRegular.isLayoutRequested()); in testSetImageResource()316 assertTrue(mImageViewRegular.isLayoutRequested()); in testSetImageURI()337 assertTrue(mImageViewRegular.isLayoutRequested()); in testSetImageDrawable()371 assertTrue(mImageViewRegular.isLayoutRequested()); in testSetImageBitmap()
309 assertFalse(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()313 assertFalse(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()317 assertTrue(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()320 assertFalse(mScrollViewCustom.isLayoutRequested()); in testAccessFillViewport()324 assertTrue(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()758 assertTrue(mScrollViewCustom.isLayoutRequested());
320 assertFalse(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()324 assertFalse(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()328 assertTrue(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()331 assertFalse(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()335 assertTrue(mScrollViewRegular.isLayoutRequested()); in testAccessFillViewport()888 assertTrue(mScrollViewCustom.isLayoutRequested());
385 assertTrue(mCompoundButton.isLayoutRequested()); in testAccessInstanceState()
867 assertTrue(view.isLayoutRequested()); in testSetPadding()870 assertFalse(view.isLayoutRequested()); in testSetPadding()873 assertFalse(view.isLayoutRequested()); in testSetPadding()
78 mExpect.that(mParent.isLayoutRequested()).isTrue(); in requestLayout_onParent_notPropagatedToChildren()79 mExpect.that(mChild1.isLayoutRequested()).isFalse(); in requestLayout_onParent_notPropagatedToChildren()80 mExpect.that(mChild2.isLayoutRequested()).isFalse(); in requestLayout_onParent_notPropagatedToChildren()89 mExpect.that(mParent.isLayoutRequested()).isTrue(); in requestLayout_onChild_propagatedToParentButNotSibling()90 mExpect.that(mChild1.isLayoutRequested()).isTrue(); in requestLayout_onChild_propagatedToParentButNotSibling()91 mExpect.that(mChild2.isLayoutRequested()).isFalse(); in requestLayout_onChild_propagatedToParentButNotSibling()
803 assertFalse(view.isLayoutRequested()); in testForceLayout()805 assertTrue(view.isLayoutRequested()); in testForceLayout()808 assertTrue(view.isLayoutRequested()); in testForceLayout()815 assertFalse(view.isLayoutRequested()); in testIsLayoutRequested()817 assertTrue(view.isLayoutRequested()); in testIsLayoutRequested()820 assertFalse(view.isLayoutRequested()); in testIsLayoutRequested()826 assertFalse(view.isLayoutRequested()); in testRequestLayout()830 assertTrue(view.isLayoutRequested()); in testRequestLayout()837 assertTrue(view.isLayoutRequested()); in testRequestLayout()2213 assertFalse(view.isLayoutRequested()); in testAccessLayoutParams()[all …]
462 assertTrue(mTextView.isLayoutRequested()); in testCleanupLayoutState()465 assertFalse(mTextView.isLayoutRequested()); in testCleanupLayoutState()2359 assertFalse(mMockViewGroup.isLayoutRequested()); in testStartLayoutAnimation()2361 assertTrue(mMockViewGroup.isLayoutRequested()); in testStartLayoutAnimation()
2596 name: "isLayoutRequested"
52838 method public boolean isLayoutRequested();53824 method public boolean isLayoutRequested();