Searched refs:next (Results 251 - 275 of 301) sorted by relevance

<<111213

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java91 // we don't want this attribute to be propagated to the next activity
332 IntentFilter.AuthorityEntry a = aIt.next();
345 PatternMatcher p = pIt.next();
/frameworks/base/services/input/
H A DInputDispatcher.cpp180 for (SkRegion::Iterator it(region); !it.done(); it.next()) {
234 // If any commands were run then force the next poll to wake up immediately.
249 // Reset the key repeat timer whenever we disallow key events, even if the next event
394 *nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
708 // repeat here, but we disable our own next key repeat timer since it is clear that
741 return false; // wait until next wakeup
979 // Force poll loop to wake up immediately on next iteration once we get the
1492 // in the next iteration.
2057 // Notify other system components and prepare to start the next dispatch cycle.
2625 lastInjectedEntry->next
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1108 // next client receiving focus that has any interest in input will
1840 // next client receiving focus that has any interest in input will
3522 String nextImsStr = mInputMethodSplitter.next();
3527 String imeId = mSubtypeSplitter.next();
3529 subtypeHashes.add(mSubtypeSplitter.next());
3778 String nextImsStr = mInputMethodSplitter.next();
3783 String imeId = mSubtypeSplitter.next();
3785 subtypeId = mSubtypeSplitter.next();
3985 while ((type = parser.next()) != XmlPullParser.START_TAG
3994 while (((type = parser.next()) !
[all...]
H A DAppWidgetServiceImpl.java587 // It's less critical when the next one happens, so when we schedule the next one,
749 final Pair<Integer, Intent.FilterComparison> key = it.next();
814 final FilterComparison key = it.next();
1354 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
1577 out.attribute(null, "packageName", it.next());
1602 type = parser.next();
1868 // an update, and the next one will be updatePeriodMillis from now).
H A DDevicePolicyManagerService.java343 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
564 // Selecting the next alarm time: Roll forward to the next 24 hour multiple before
827 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
835 type = parser.next();
837 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
H A DNotificationManagerService.java180 while ((type = parser.next()) != END_DOCUMENT) {
186 while ((type = parser.next()) != END_DOCUMENT) {
792 // Show the next one. If the callback fails, this will remove
1372 // get next notification, if any
H A DThrottleService.java125 private AtomicInteger mThrottleIndex; // 0 for none, 1 for first throttle val, 2 for next, etc
503 long next = now + mPolicyPollPeriodSec * 1000;
571 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
843 Slog.d(TAG, "next period (" + start.getTimeInMillis() + "," +
H A DMountService.java2259 // of next pending install.
2275 final ObbState state = i.next();
2637 Entry<IBinder, List<ObbState>> e = binders.next();
2649 final Entry<String, ObbState> e = maps.next();
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java370 eventType = parser.next();
376 eventType = parser.next();
494 // wait till the next update
H A DActivityManagerService.java202 static final long MONITOR_CPU_MAX_TIME = 0x0fffffff; // wait possibly forever for next cpu sample.
738 * determine how to distribute hidden/empty processes next time.
750 * determine on the next iteration which should be B services.
2555 // And we are resetting to find the next component...
2572 // We found the current one... the next matching is
2585 // Nobody who is next!
2743 ActivityRecord next = mMainStack.topRunningActivityLocked(token, 0);
2744 if (next != null) {
2748 resumeOK = mController.activityResuming(next.packageName);
3403 final void showLaunchWarningLocked(final ActivityRecord cur, final ActivityRecord next) { argument
[all...]
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp565 AudioStream *next = mChain->mNext; local
567 mChain = next;
/frameworks/native/libs/ui/
H A DRegion.cpp492 it.next();
512 it.next();
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp58 static inline float AdjustRatio(float current, float next) { argument
59 return (current + next) / 2.0;
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java718 Pair<Bundle, Long> syncInfo = iterator.next();
944 AccountInfo acc = accIt.next();
1490 eventType = parser.next();
1520 eventType = parser.next();
1546 eventType = parser.next();
2013 // write until the next change.
2261 // write until the next change.
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java585 // of next pending install.
587 "Posting MCS_BOUND for next woek");
628 // of next pending install.
661 Map.Entry<String, ArrayList<String>> ent = it.next();
1075 String lib = libs.next();
1177 PackageSetting ps = psit.next();
1559 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2385 res[i++] = it.next().name;
2735 final String action = it.next();
2999 final PackageParser.Package p = i.next();
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp387 size_t next = ((size_t)cookie)+1; local
388 return next > mAssetPaths.size() ? NULL : (void*)next;
/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp120 * The next read position should start from the end of
378 com->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.java623 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);
659 // Thus we roughly look over the next line and confirm it is at least not
665 getLine(); // Drop the next line.
816 // We will consider the next line to be a part of a multi-line value if it does not
845 Log.w(LOG_TAG, "Found a next property during parsing a BASE64 string, " +
846 "which must not contain semi-colon or colon. Treat the line as next "
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java853 ResourceName nm = it.next();
864 ResourceName nm = it.next();
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java311 public void setNext(EventStreamTransformation next) { argument
312 mNext = next;
1763 // or if it goes up the next active that most recently went down.
H A DAccessibilityManagerService.java242 ComponentName comp = it.next();
273 ComponentName comp = it.next();
989 String str = splitter.next();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1092 View next = focusSearch(View.FOCUS_DOWN);
1093 if (next != null) {
1094 next.requestFocus();
1734 start = end; // move to the next token and get its end.
2318 // separating it from the next token.
/frameworks/base/core/java/android/widget/
H A DGridView.java1502 final int next = mStackFromBottom ? mItemCount - 1 - mNextSelectedPosition :
1507 final int nextRow = next / mNumColumns;
1717 * Scrolls to the next or previous item, horizontally or vertically.
1786 * Goes to the next or previous item according to the order set by the
1810 // Move to the next item.
1882 * Is childIndex a candidate for next focus given the direction the focus

Completed in 1220 milliseconds

<<111213