Home
last modified time | relevance | path

Searched refs:isLayoutRequested (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTableLayoutTest.java97 assertFalse(tableLayout.isLayoutRequested()); in testRequestLayout()
98 assertFalse(tableLayout.getChildAt(0).isLayoutRequested()); in testRequestLayout()
99 assertFalse(tableLayout.getChildAt(1).isLayoutRequested()); in testRequestLayout()
102 assertTrue(tableLayout.isLayoutRequested()); in testRequestLayout()
103 assertTrue(tableLayout.getChildAt(0).isLayoutRequested()); in testRequestLayout()
104 assertTrue(tableLayout.getChildAt(1).isLayoutRequested()); in testRequestLayout()
135 assertFalse(tableLayout.getChildAt(0).isLayoutRequested()); in testAccessColumnCollapsed()
136 assertFalse(tableLayout.getChildAt(1).isLayoutRequested()); in testAccessColumnCollapsed()
140 assertTrue(tableLayout.getChildAt(0).isLayoutRequested()); in testAccessColumnCollapsed()
141 assertTrue(tableLayout.getChildAt(1).isLayoutRequested()); in testAccessColumnCollapsed()
[all …]
DCheckedTextViewTest.java186 assertFalse(view.isLayoutRequested());
206 assertTrue(checkedTextView.isLayoutRequested());
222 assertTrue(checkedTextView.isLayoutRequested());
227 assertTrue(checkedTextView.isLayoutRequested());
243 assertTrue(checkedTextView.isLayoutRequested());
250 assertFalse(checkedTextView.isLayoutRequested());
257 assertTrue(checkedTextView.isLayoutRequested());
266 assertFalse(checkedTextView.isLayoutRequested());
DScrollViewTest.java250 assertFalse(scrollView.isLayoutRequested()); in testAccessFillViewport()
254 assertFalse(scrollView.isLayoutRequested()); in testAccessFillViewport()
258 assertTrue(scrollView.isLayoutRequested()); in testAccessFillViewport()
261 assertFalse(mScrollView.isLayoutRequested()); in testAccessFillViewport()
265 assertTrue(scrollView.isLayoutRequested()); in testAccessFillViewport()
542 assertTrue(mScrollView.isLayoutRequested());
DHorizontalScrollViewTest.java232 assertFalse(scrollView.isLayoutRequested()); in testAccessFillViewport()
236 assertFalse(scrollView.isLayoutRequested()); in testAccessFillViewport()
240 assertTrue(scrollView.isLayoutRequested()); in testAccessFillViewport()
243 assertFalse(mScrollView.isLayoutRequested()); in testAccessFillViewport()
247 assertTrue(scrollView.isLayoutRequested()); in testAccessFillViewport()
511 assertTrue(mScrollView.isLayoutRequested());
DImageViewTest.java184 assertTrue(mImageView.isLayoutRequested()); in testSetImageIcon()
200 assertTrue(mImageView.isLayoutRequested()); in testSetImageResource()
224 assertTrue(mImageView.isLayoutRequested()); in testSetImageURI()
245 assertTrue(mImageView.isLayoutRequested()); in testSetImageDrawable()
264 assertTrue(mImageView.isLayoutRequested()); in testSetImageBitmap()
DAbsSpinnerTest.java146 assertFalse(absSpinner.isLayoutRequested()); in testRequestLayout()
149 assertTrue(absSpinner.isLayoutRequested()); in testRequestLayout()
DCompoundButtonTest.java318 assertTrue(compoundButton.isLayoutRequested()); in testAccessInstanceState()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java399 assertFalse(view.isLayoutRequested()); in testForceLayout()
401 assertTrue(view.isLayoutRequested()); in testForceLayout()
404 assertTrue(view.isLayoutRequested()); in testForceLayout()
410 assertFalse(view.isLayoutRequested()); in testIsLayoutRequested()
412 assertTrue(view.isLayoutRequested()); in testIsLayoutRequested()
415 assertFalse(view.isLayoutRequested()); in testIsLayoutRequested()
420 assertFalse(view.isLayoutRequested()); in testRequestLayout()
424 assertTrue(view.isLayoutRequested()); in testRequestLayout()
431 assertTrue(view.isLayoutRequested()); in testRequestLayout()
1480 assertFalse(view.isLayoutRequested()); in testAccessLayoutParams()
[all …]
DViewGroupTest.java317 assertTrue(textView.isLayoutRequested()); in testCleanupLayoutState()
320 assertFalse(textView.isLayoutRequested()); in testCleanupLayoutState()
1613 assertFalse(vg.isLayoutRequested()); in testStartLayoutAnimation()
1615 assertTrue(vg.isLayoutRequested()); in testStartLayoutAnimation()