Searched refs:mHasFixedSize (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.java21 private boolean mHasFixedSize; field in class:MyTextView
38 mHasFixedSize = hasFixedSize;
42 return mHasFixedSize;
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java306 * 2) We know we have a fixed size (mHasFixedSize)
340 boolean mHasFixedSize; field in class:RecyclerView
871 mHasFixedSize = hasFixedSize;
879 return mHasFixedSize;
2988 if (mHasFixedSize) {
4920 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java342 * 2) We know we have a fixed size (mHasFixedSize)
376 boolean mHasFixedSize; field in class:RecyclerView
1011 mHasFixedSize = hasFixedSize;
1019 return mHasFixedSize;
3307 if (mHasFixedSize) {
5277 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) {

Completed in 85 milliseconds