Searched refs:next (Results 201 - 225 of 665) sorted by relevance

1234567891011>>

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseLinearLayoutManagerTest.java495 View next(RecyclerView.Recycler recycler) {
498 View next = super.next(recycler);
499 assertEquals("if has more, should return a view", hadMore, next != null);
501 position, RecyclerView.getChildViewHolderInt(next).getLayoutPosition());
502 return next;
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java140 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
245 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
302 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java139 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
216 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
365 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DTimeController.java38 * This class sets an alarm for the next expiring job, and determines whether a job's minimum
106 it.next();
153 * if so, removing them from this list, and updating the alarm for the next expiry time.
163 JobStatus job = it.next();
171 } else { // Sorted by expiry time, so take the next one and stop.
206 final JobStatus job = it.next();
219 // then see if it is the next upcoming delay time for the alarm.
254 * Set an alarm with the {@link android.app.AlarmManager} for the next time at which a job's
266 * Set an alarm with the {@link android.app.AlarmManager} for the next time at which a job's
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java183 GeofenceState state = iter.next();
209 GeofenceState state = iter.next();
222 GeofenceState state = iter.next();
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp276 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
424 behavior = behavior->next;
472 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
644 lastBehavior->next = behavior;
670 behavior = behavior->next) {
697 Behavior* next = behavior->next; local
699 behavior = next;
707 next(NULL), metaState(0), character(0), fallbackKeyCode(0), replacementKeyCode(0) {
711 next(othe
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DTransitionInflater.java124 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
227 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
287 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp96 it.next();
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java68 Map.Entry<T, byte[]> entry = it.next();
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java56 * The result of a call to next().
117 * Returns whether or not there are more rows to compare using next().
142 * Returns the comparison result of the next row from each cursor. If one cursor
148 * Once next() has been called the cursors specified in the result of the call to
149 * next() are guaranteed to point to the row that was indicated. Reading values
150 * from the cursor that was not indicated in the call to next() will result in
156 public Result next() { method in class:CursorJoiner
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
213 * Increment the cursors past the rows indicated in the most recent call to next().
214 * This will only have an affect once per call to next()
[all...]
/frameworks/base/core/java/android/os/
H A DHidlSupport.java80 .allMatch(rgtElement -> deepEquals(lftIter.next(), rgtElement));
/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java119 if (parser.next() != XmlPullParser.TEXT) {
135 if (parser.next() != XmlPullParser.END_TAG) {
176 if (parser.next() != XmlPullParser.TEXT) {
180 if (parser.next() != XmlPullParser.END_TAG) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java119 ActivityManager.ProcessErrorStateInfo info = iter.next();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java113 Map map = it.next();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java48 mNext = (ImageButton) activity.findViewById(R.id.next);
/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp92 it.next();
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h59 RenderTask* next();
94 // the next vsync. If it is not currently registered this does nothing.
135 // Returns the next task to be run. If this returns NULL nextWakeup is set
153 // immediate events. This makes sure that we catch the next vsync, not
/frameworks/base/location/java/android/location/
H A DGpsStatus.java64 public GpsSatellite next() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestUtil.java92 final UsbDevice device = devices.values().iterator().next();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java127 final String nextImsStr = sStringInputMethodSplitter.next();
132 final String imiId = sStringInputMethodSubtypeSplitter.next();
134 subtypeIdSet.add(sStringInputMethodSubtypeSplitter.next());
151 set.add(sStringInputMethodSplitter.next());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java77 final MotionEventCopy event = iter.next();
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java98 eventType = parser.next();
106 eventType = parser.next();
127 eventType = parser.next();
419 Map.Entry<String, Integer> entry = it.next();
/frameworks/base/services/core/java/com/android/server/pm/
H A DSELinuxMMAC.java105 while (parser.next() != XmlPullParser.END_TAG) {
184 while (parser.next() != XmlPullParser.END_TAG) {
227 while (parser.next() != XmlPullParser.END_TAG) {
261 switch (p.next()) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceIdRecyclingTest.java99 queue.remove(queue.iterator().next());
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java101 Handler target = it.next();

Completed in 716 milliseconds

1234567891011>>