Searched defs:mHasFixedSize (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java304 * 2) We know we have a fixed size (mHasFixedSize)
338 boolean mHasFixedSize; field in class:RecyclerView
860 mHasFixedSize = hasFixedSize;
868 return mHasFixedSize;
2921 if (mHasFixedSize) {
4832 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) {
/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;

Completed in 311 milliseconds