HomeSort by relevance Sort by last modified time
    Searched full:measureall (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
FrameLayout.java 518 * @param measureAll true to consider children marked GONE, false otherwise.
524 public void setMeasureAllChildren(boolean measureAll) {
525 mMeasureAllChildren = measureAll;
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 163 // measureAll is false and text view is GONE, text view will NOT be measured
178 // measureAll is true and text view is GONE, text view will be measured

Completed in 5571 milliseconds