Searched refs:next (Results 276 - 300 of 323) sorted by relevance

<<111213

/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java224 runAddAccountForAuthenticator(mSetOfRelevantAccountTypes.iterator().next());
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp259 it.next();
H A Dandroid_view_GLES20Canvas.cpp500 it.next();
513 it.next();
/frameworks/base/libs/hwui/
H A DPathCache.cpp376 while (i.next()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java277 Point pt = mFreeList.iterator().next();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java124 final MotionEventCopy event = iter.next();
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java628 // It's less critical when the next one happens, so when we schedule the next one,
808 final Pair<Integer, Intent.FilterComparison> key = it.next();
874 final FilterComparison key = it.next();
1486 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
1712 out.attribute(null, "packageName", it.next());
1738 type = parser.next();
2038 // an update, and the next one will be updatePeriodMillis from now).
H A DDevicePolicyManagerService.java388 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
626 // Selecting the next alarm time: Roll forward to the next 24 hour multiple before
902 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
910 type = parser.next();
912 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2896 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
H A DMountService.java2405 // of next pending install.
2421 final ObbState state = i.next();
2783 Entry<IBinder, List<ObbState>> e = binders.next();
2799 final Entry<String, ObbState> e = maps.next();
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1028 // to the next action.
1912 int next;
1913 for (int i = 0; i < text.length(); i = next) {
1914 next = text.nextSpanTransition(i, len, ImageSpan.class);
1915 ImageSpan[] images = text.getSpans(i, next, ImageSpan.class);
2888 Log.d(TAG, "--- do the next action: " + mode + "," + mManager.getSelectState());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java617 Map.Entry<String, ArrayList<Long>> entry = iter.next();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java52 * Needed since "next line" may be null due to end of line.
578 ((charsetCollection != null) ? charsetCollection.iterator().next() : null);
665 // Thus we roughly look over the next line and confirm it is at least not
671 getLine(); // Drop the next line.
822 // We will consider the next line to be a part of a multi-line value if it does not
851 Log.w(LOG_TAG, "Found a next property during parsing a BASE64 string, " +
852 "which must not contain semi-colon or colon. Treat the line as next "
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1310 * the next as seamlessly as possible. The next player can be set at
1311 * any time before completion. The next player must be prepared by the
1313 * The next MediaPlayer must be different from 'this'. An exception
1314 * will be thrown if next == this.
1316 * next player should be started at the end of playback.
1317 * If the current player is looping, it will keep looping and the next
1320 * @param next the player to start after this one completes playback.
1323 public native void setNextMediaPlayer(MediaPlayer next); argument
1824 String contents = scanner.useDelimiter("\\A").next();
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java307 public void setNext(EventStreamTransformation next) { argument
308 mNext = next;
448 // decide what we will actually do next.
1705 // or if it goes up the next one that most recently went down.
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java400 eventType = parser.next();
406 eventType = parser.next();
524 // wait till the next update
H A DActiveServices.java101 // allowing the next pending start to run.
211 if (DEBUG_DELAYED_STARTS) Slog.v(TAG, "REM FR DELAY LIST (exec next): " + r);
228 ServiceRecord next = mStartingBackground.get(0);
229 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now;
230 if (DEBUG_DELAYED_SERVICE) Slog.v(TAG, "Top bg start is " + next
901 // Note to tell the service the next time there is
2010 ServiceRecord r = it.next();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1151 View next = focusSearch(View.FOCUS_DOWN);
1152 if (next != null) {
1153 next.requestFocus();
1830 start = end; // move to the next token and get its end.
2452 // separating it from the next token.
2606 // separate this chip from the next chip.
/frameworks/base/core/java/android/widget/
H A DGridView.java1510 final int next = mStackFromBottom ? mItemCount - 1 - mNextSelectedPosition :
1515 final int nextRow = next / mNumColumns;
1725 * Scrolls to the next or previous item, horizontally or vertically.
1794 * Goes to the next or previous item according to the order set by the
1818 // Move to the next item.
1890 * Is childIndex a candidate for next focus given the direction the focus
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java676 // of next pending install.
678 "Posting MCS_BOUND for next woek");
719 // of next pending install.
756 Map.Entry<String, ArrayList<String>> ent = it.next();
1194 String lib = libs.next().path;
1318 PackageSetting ps = psit.next();
1718 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2579 res[i++] = it.next().name;
3009 final String action = it.next();
3336 final PackageParser.Package p = i.next();
[all...]
/frameworks/base/services/java/com/android/server/print/
H A DUserState.java689 String string = splitter.next();
1027 PrinterId printerId = iterator.next();
/frameworks/base/tools/aapt/
H A DXMLNode.cpp201 while ((code=inXml->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
423 while ((code=block->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp247 ALOGV("skipped %lld bytes of junk to reach next frame",
706 ref.next = NULL;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java846 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/include/androidfw/
H A DResourceTypes.h69 * next is stretchable and then they continue to alternate. Note that
85 * axis. The next pair specifies the next stretchable segment, etc. So
114 // These tell where the next section of a patch starts.
647 // Note, unlike XmlPullParser, the first call to next() will return
649 event_code_t next();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java638 eventType = mParser.next();

Completed in 916 milliseconds

<<111213