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

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodSubtypeSwitchingControllerTest.java125 final ImeSubtypeListItem currentItem, final ImeSubtypeListItem nextItem) {
132 assertEquals(nextItem, nextIme);
144 final ImeSubtypeListItem nextItem = expectedRotationOrderOfImeSubtypeList[nextIndex];
145 assertNextInputMethod(controller, onlyCurrentIme, currentItem, nextItem);
123 assertNextInputMethod(final ControllerImpl controller, final boolean onlyCurrentIme, final ImeSubtypeListItem currentItem, final ImeSubtypeListItem nextItem) argument

Completed in 47 milliseconds