Searched refs:currentItem (Results 1 – 5 of 5) sorted by relevance
43 View currentItem = null; field in ContactsExpansion87 currentItem = v; in addContact()104 if (currentItem != null) { in ToggleScene()105 System.out.println("onsceneChanged: currentItem = " + currentItem); in ToggleScene()106 View expandedContainer = currentItem.findViewById(R.id.expanded_info); in ToggleScene()109 (ImageView) currentItem.findViewById(R.id.contact_picture); in ToggleScene()112 ImageView arrow = (ImageView) currentItem.findViewById(R.id.contact_arrow); in ToggleScene()
167 final ImeSubtypeListItem currentItem, final ImeSubtypeListItem nextItem) { in assertNextInputMethod() argument169 if (currentItem.mSubtypeName != null) { in assertNextInputMethod()170 subtype = createDummySubtype(currentItem.mSubtypeName.toString()); in assertNextInputMethod()173 currentItem.mImi, subtype); in assertNextInputMethod()184 final ImeSubtypeListItem currentItem = in assertRotationOrder() local187 assertNextInputMethod(controller, onlyCurrentIme, currentItem, nextItem); in assertRotationOrder()
147 val structure: StructureContainer = listOfStructures[structurePager.currentItem]333 listOfStructures[structurePager.currentItem].structureName,
343 int currentItem = getCurrentPageNumber(); in updateSelected() local346 page.setSelected(i == currentItem ? selected : false); in updateSelected()
2767 PrinterHolder currentItem = (PrinterHolder) mDestinationSpinner.getSelectedItem(); in onItemSelected() local2768 PrinterInfo currentPrinter = (currentItem != null) ? currentItem.printer : null; in onItemSelected()