Searched defs:hasFixedSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/view/
H A DMyTextView.java37 public void setHasFixedSize(boolean hasFixedSize){ argument
38 mHasFixedSize = hasFixedSize;
41 public boolean hasFixedSize() { method in class:MyTextView
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java868 * @param hasFixedSize true if adapter changes cannot affect the size of the RecyclerView.
870 public void setHasFixedSize(boolean hasFixedSize) { argument
871 mHasFixedSize = hasFixedSize;
878 public boolean hasFixedSize() { method in class:RecyclerView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1008 * @param hasFixedSize true if adapter changes cannot affect the size of the RecyclerView.
1010 public void setHasFixedSize(boolean hasFixedSize) { argument
1011 mHasFixedSize = hasFixedSize;
1018 public boolean hasFixedSize() { method in class:RecyclerView

Completed in 150 milliseconds