Searched refs:mViewTypeCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/mailcommon/tests/src/com/android/mailcommon/
H A DMergedAdapterTest.java40 private int mViewTypeCount; field in class:MergedAdapterTest.TestAdapter
79 mViewTypeCount = i;
85 return mViewTypeCount;
90 return position % mViewTypeCount;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java6160 private int mViewTypeCount; field in class:AbsListView.RecycleBin
6177 mViewTypeCount = viewTypeCount;
6183 if (mViewTypeCount == 1) {
6190 final int typeCount = mViewTypeCount;
6215 if (mViewTypeCount == 1) {
6222 final int typeCount = mViewTypeCount;
6306 if (mViewTypeCount == 1) {
6352 if (mViewTypeCount == 1) {
6384 final boolean multipleScraps = mViewTypeCount > 1;
6436 final int viewTypeCount = mViewTypeCount;
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java1462 private int mViewTypeCount; field in class:StaggeredGridView.RecycleBin
1472 if (viewTypeCount == mViewTypeCount) {
1480 mViewTypeCount = viewTypeCount;
1485 final int typeCount = mViewTypeCount;

Completed in 1389 milliseconds