Searched refs:positionType (Results 1 – 4 of 4) sorted by relevance
148 final int positionType = adapter.getItemViewType(i); in measureIndividualMenuWidth() local149 if (positionType != itemType) { in measureIndividualMenuWidth()150 itemType = positionType; in measureIndividualMenuWidth()
204 final int positionType = adapter.getItemViewType(i); in measureContentWidth() local205 if (positionType != itemType) { in measureContentWidth()206 itemType = positionType; in measureContentWidth()
864 final int positionType = adapter.getItemViewType(i); in measureContentWidth() local865 if (positionType != itemType) { in measureContentWidth()866 itemType = positionType; in measureContentWidth()
3148 int positionType = mChooserListAdapter.getPositionTargetType(rowPosition);3149 if (positionType == ChooserListAdapter.TARGET_CALLER) {3155 if (getAzLabelRowCount() > 0 && positionType == ChooserListAdapter.TARGET_STANDARD_AZ) {3159 return positionType;