Searched refs:next (Results 126 - 150 of 436) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java81 Entry<String, SparseArray<Parcelable>> e = i.next();
91 String key = i.next();
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DViewFinderImpl.java82 .withView2(matchedViewIterator.next())
86 matchedView = matchedViewIterator.next();
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java106 final PlaybackQueueItem item = it.next();
/frameworks/base/core/jni/
H A Dandroid_text_StaticLayout.cpp79 loc = breakIterator->next()) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredActivity.java58 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java111 Entry<String, Bundle> entry = iterator.next();
/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp46 extra = extra->next;
H A Dgenerate_java_binder.cpp284 arg = arg->next;
331 arg = arg->next;
377 arg = arg->next;
397 arg = arg->next;
450 arg = arg->next;
483 arg = arg->next;
554 item = item->next;
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c130 struct svcinfo *next; member in struct:svcinfo
144 for (si = svclist; si; si = si->next) {
237 si->next = svclist;
326 si = si->next;
/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp71 inline Vector2 getNormalFromVertices(const Vector3* vertices, int current, int next) { argument
74 Vector2 nextVertex = { vertices[next].x, vertices[next].y };
/frameworks/base/media/java/android/media/
H A DImageReader.java253 Image next = acquireNextImageNoThrowISE();
254 if (next == null) {
260 image = next;
282 * Attempts to acquire the next image from the underlying native implementation.
315 * Acquire the next Image from the ImageReader's queue. Returns {@code null} if
H A DClosedCaptionRenderer.java528 int start = -1, next = 0;
531 while (next < mDisplayChars.length()) {
533 if (mMidRowStyles[next] != null) {
535 newStyle = mMidRowStyles[next];
536 } else if (mPACStyles[next] != null
541 newStyle = mPACStyles[next];
546 applyStyleSpan(styledText, newStyle, styleStart, next);
548 styleStart = next;
551 if (mDisplayChars.charAt(next) != TS) {
553 start = next;
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp276 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
382 behavior = behavior->next;
430 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
596 lastBehavior->next = behavior;
622 behavior = behavior->next) {
648 Behavior* next = behavior->next; local
650 behavior = next;
658 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
662 next(othe
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java74 * of the view to select during the next layout.
152 * during the next layout.
158 * The item id of the item to select during the next layout.
1029 // True if we should move down on the next iteration
1030 boolean next = false;
1060 if (hitFirst || (next && !hitLast)) {
1064 // Try going up next time
1065 next = false;
1066 } else if (hitLast || (!next && !hitFirst)) {
1070 // Try going down next tim
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h400 T* next; member in struct:android::InputDispatcher::Link
404 inline Link() : next(NULL), prev(NULL) { }
620 tail->next = entry;
624 entry->next = NULL;
629 entry->next = head;
641 entry->prev->next = entry->next;
643 head = entry->next;
645 if (entry->next) {
646 entry->next
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java591 parser.next();
594 parser.next();
601 parser.next();
619 parser.next();
627 parser.next();
630 parser.next();
661 parser.next();
/frameworks/base/core/java/android/view/
H A DViewGroup.java253 // When set, the next call to drawChild() will clear mChildTransformation's matrix
1704 predecessor.next = hoverTarget.next;
1706 firstOldHoverTarget = hoverTarget.next;
1708 hoverTarget.next = null;
1714 hoverTarget = hoverTarget.next;
1719 lastHoverTarget.next = hoverTarget;
1779 final HoverTarget nextOldHoverTarget = firstOldHoverTarget.next;
1854 final HoverTarget next = target.next;
6972 public TouchTarget next; field in class:ViewGroup.TouchTarget
7019 public HoverTarget next; field in class:ViewGroup.HoverTarget
[all...]
H A DFocusFinder.java26 * The algorithm used for finding the next focusable view in a given direction
57 * Find the next view to take focus in root's descendants, starting from the view
62 * @return The next focusable view, or null if none exists.
69 * Find the next view to take focus in root's descendants, searching from
74 * @return The next focusable view, or null if none exists.
82 View next = null;
84 next = findNextUserSpecifiedFocus(root, focused, direction);
86 if (next != null) {
87 return next;
94 next
[all...]
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java136 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
241 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
296 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java105 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
182 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
330 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java151 GeofenceState state = iter.next();
177 GeofenceState state = iter.next();
190 GeofenceState state = iter.next();
/frameworks/av/include/media/
H A DIMediaPlayer.h72 virtual status_t setNextPlayer(const sp<IMediaPlayer>& next) = 0;
/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...]

Completed in 767 milliseconds

1234567891011>>