Searched refs:isAutoMeasureEnabled (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DWrapContentBasicTest.java181 public boolean isAutoMeasureEnabled() { method in class:WrapContentBasicTest.WrapContentLayoutManager
H A DRecyclerViewLayoutTest.java706 public boolean isAutoMeasureEnabled() {
870 public boolean isAutoMeasureEnabled() {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearLayoutManager.java185 public boolean isAutoMeasureEnabled() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java253 public boolean isAutoMeasureEnabled() { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java3264 if (mLayout.isAutoMeasureEnabled()) {
3273 * {@link LayoutManager#isAutoMeasureEnabled()} returns true.
7366 * only accessed via {@link #isAutoMeasureEnabled()} for backwards compatability reasons.
7507 * {@link #isAutoMeasureEnabled()} and it is called after the RecyclerView calls
7520 * @see #isAutoMeasureEnabled()
7599 * @see #isAutoMeasureEnabled()
7602 * AutoMeasure by overriding {@link #isAutoMeasureEnabled()}.
7678 public boolean isAutoMeasureEnabled() { method in class:RecyclerView.LayoutManager
9929 * {@link #isAutoMeasureEnabled()} to return true as AutoMeasure handles all the standard
9931 * set to wrap_content. If {@link #isAutoMeasureEnabled()} i
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java7102 * @see #isAutoMeasureEnabled()
7116 public boolean isAutoMeasureEnabled() { method in class:RecyclerView.LayoutManager

Completed in 70 milliseconds