Searched refs:mSeparatorPosition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/exchange/provider/
H A DGalEmailAddressAdapter.java337 private int mSeparatorPosition; field in class:GalEmailAddressAdapter.MyMergeCursor
342 mSeparatorPosition = ListView.INVALID_POSITION;
359 mSeparatorPosition = newPos;
363 return mSeparatorPosition;
/packages/apps/Email/src/com/android/email/activity/
H A DAccountFolderList.java703 private final int mSeparatorPosition; field in class:AccountFolderList.AccountsAdapter
720 mSeparatorPosition = mailboxesCount;
892 if (position == mSeparatorPosition) {
908 if (position == mSeparatorPosition) {
930 if (position == mSeparatorPosition) {
946 if (count > 0 && (mSeparatorPosition != ListView.INVALID_POSITION)) {
957 if (mSeparatorPosition == ListView.INVALID_POSITION) {
960 } else if (pos <= mSeparatorPosition) {

Completed in 6 milliseconds