Searched refs:next (Results 101 - 125 of 282) sorted by relevance

1234567891011>>

/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/webkit/
H A DByteArrayBuilder.java86 Chunk c = it.next();
H A DFindActionModeCallback.java70 * the find next or find previous button to find all of the matches.
99 * Move the highlight to the next match.
100 * @param next If true, find the next match further down in the document.
103 private void findNext(boolean next) { argument
113 // There are no matches, so moving to the next match will not do
117 mWebView.findNext(next);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java119 ActivityManager.ProcessErrorStateInfo info = iter.next();
H A DLaunchpadActivity.java401 String next = mExpectedLifecycle[mNextLifecycle];
404 + " but expected more actions (next is " + next + ")");
407 } else if (next.equals(DO_FINISH)) {
415 } else if (next.equals(DO_LOCAL_SCREEN)) {
420 } else if (next.equals(DO_LOCAL_DIALOG)) {
/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/location/java/android/location/
H A DGpsStatus.java52 public GpsSatellite next() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Dsvc_drm.h165 struct _T_DRM_Rights_Info_Node *next; member in struct:_T_DRM_Rights_Info_Node
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java70 eventType = parser.next();
74 eventType = parser.next();
95 eventType = parser.next();
360 Map.Entry<String, Integer> entry = it.next();
H A DIntentBindRecord.java67 AppBindRecord a = it.next();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java124 Map.Entry<String, ArrayList<Long>> entry = iter.next();
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp203 arg = arg->next;
255 arg = arg->next;
663 arg = arg->next;
707 arg = arg->next;
785 arg = arg->next;
824 arg = arg->next;
869 arg = arg->next;
892 arg = arg->next;
981 item = item->next;
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java100 Handler target = it.next();
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java121 while ((type=parser.next()) != XmlPullParser.START_TAG
186 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java563 AccessibilityNodeInfo next = null;
580 next = provider.accessibilityFocusSearch(direction, virtualDescendantId);
581 if (next != null) {
588 // we delegate to the provider to find the next one.
590 // take accessibility focus we try the next view found
594 next = provider.accessibilityFocusSearch(direction, View.NO_ID);
595 if (next != null) {
600 next = nextView.createAccessibilityNodeInfo();
607 next = nextView.createAccessibilityNodeInfo();
614 callback.setFindAccessibilityNodeInfoResult(next, interactionI
[all...]
H A DLayoutInflater.java265 * a View, that is added to the hierarchy. If it returns null, the next
434 while ((type = parser.next()) != XmlPullParser.START_TAG &&
721 while (((type = parser.next()) != XmlPullParser.END_TAG ||
762 while (((type = parser.next()) != XmlPullParser.END_TAG ||
791 while ((type = childParser.next()) != XmlPullParser.START_TAG &&
868 while (((type = parser.next()) != XmlPullParser.END_TAG ||
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java85 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
104 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java141 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
175 while ((type = parser.next()) == XmlPullParser.TEXT) {
/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java210 long next = now + interval;
211 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h42 if ((m_Pos == m_pChunk->bound) && (0 == m_pChunk->next))
45 m_pChunk = m_pChunk->next;
/frameworks/base/core/java/android/widget/
H A DAdapterView.java71 * of the view to select during the next layout.
149 * during the next layout.
155 * The item id of the item to select during the next layout.
1086 // True if we should move down on the next iteration
1087 boolean next = false;
1117 if (hitFirst || (next && !hitLast)) {
1121 // Try going up next time
1122 next = false;
1123 } else if (hitLast || (!next && !hitFirst)) {
1127 // Try going down next tim
[all...]
H A DExpandableListConnector.java804 // True if we should move down on the next iteration
805 boolean next = false;
835 if (hitFirst || (next && !hitLast)) {
839 // Try going up next time
840 next = false;
841 } else if (hitLast || (!next && !hitFirst)) {
845 // Try going down next time
846 next = true;
/frameworks/base/services/input/
H A DEventHub.cpp162 next(NULL),
245 mClosingDevices = device->next;
456 // Check the key layout next.
668 mClosingDevices = device->next;
690 mOpeningDevices = device->next;
711 // Grab the next input event.
802 // so we will try to read the device again on the next iteration.
1232 device->next = mOpeningDevices;
1341 entry = entry->next;
1349 pred->next
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp97 ssize_t next() function in class:ResourceDirIterator
103 // Try to get next file in this current group.
108 // Try to get the next group/file in this directory
216 while ((code=block.next()) != ResXMLTree::START_TAG
244 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
278 while ((res=it.next()) == NO_ERROR) {
340 while ((res=it.next()) == NO_ERROR) {
367 while ((res=it.next()) == NO_ERROR) {
554 while ((code=parser.next()) != ResXMLTree::END_DOCUMENT
670 // try next overla
[all...]

Completed in 496 milliseconds

1234567891011>>