Home
last modified time | relevance | path

Searched refs:hasFixedSize (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/view/
DMyTextView.java37 public void setHasFixedSize(boolean hasFixedSize){ in setHasFixedSize() argument
38 mHasFixedSize = hasFixedSize; in setHasFixedSize()
41 public boolean hasFixedSize() { in hasFixedSize() method in MyTextView
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DConstantWithConditionalTest.java39 assertTrue(mBinder.myTextView.hasFixedSize()); in testValues()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java870 public void setHasFixedSize(boolean hasFixedSize) { in setHasFixedSize() argument
871 mHasFixedSize = hasFixedSize; in setHasFixedSize()
878 public boolean hasFixedSize() { in hasFixedSize() method in RecyclerView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java1010 public void setHasFixedSize(boolean hasFixedSize) { in setHasFixedSize() argument
1011 mHasFixedSize = hasFixedSize; in setHasFixedSize()
1018 public boolean hasFixedSize() { in hasFixedSize() method in RecyclerView
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java1342 if (!mBaseGridView.hasFixedSize() && measure && rowSize < 0 && itemCount > 0) { in processRowSizeSecondary()
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt318 method public boolean hasFixedSize();
D26.1.0.txt317 method public boolean hasFixedSize();
D26.0.0.txt317 method public boolean hasFixedSize();
Dcurrent.txt369 method public boolean hasFixedSize();
D28.0.0-alpha1.txt369 method public boolean hasFixedSize();
D27.1.0.txt370 method public boolean hasFixedSize();
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt387 method public boolean hasFixedSize();
/frameworks/support/api/
D22.0.0.txt5560 method public boolean hasFixedSize();
D22.1.0.txt6192 method public boolean hasFixedSize();
D22.2.0.txt7838 method public boolean hasFixedSize();
D22.2.1.txt7930 method public boolean hasFixedSize();
D25.2.0.txt9987 method public boolean hasFixedSize();
D25.0.0.txt9532 method public boolean hasFixedSize();
D24.2.0.txt9445 method public boolean hasFixedSize();
D23.0.0.txt9366 method public boolean hasFixedSize();
D23.1.1.txt9716 method public boolean hasFixedSize();
D25.4.0.txt10500 method public boolean hasFixedSize();
D23.2.1.txt10233 method public boolean hasFixedSize();
D26.0.0-alpha1.txt10892 method public boolean hasFixedSize();
D23.2.0.txt10231 method public boolean hasFixedSize();

12