Searched defs:next (Results 126 - 136 of 136) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java328 /** Counter for next free stack ID to use for dynamic activity stacks. */
344 /** The stack currently receiving input or launching the next activity. */
361 /** List of processes waiting to find out about the next launched activity. */
364 /** List of activities that are ready to be stopped, but waiting for the next activity to
455 // Whether tasks have moved and we need to rank the tasks before next OOM scoring
1925 // waiting for the next one to start.
1939 // waiting for the next one to start.
2245 * Get next focusable stack in the system. This will search across displays and stacks
2249 * searching for next candidate.
2273 * Get next vali
3902 scheduleIdleTimeoutLocked(ActivityRecord next) argument
[all...]
H A DActivityManagerService.java502 // wait possibly forever for next cpu sample.
906 * If set, the next time we collect PSS data we should do a full collection
1398 * determine how to distribute cached/empty processes next time.
1410 * determine on the next iteration which should be B services.
4782 // And we are resetting to find the next component...
4801 // We found the current one... the next matching is
4810 Slog.v(TAG, "Next matching activity: next is " + ((aInfo == null)
4820 // Nobody who is next!
5022 ActivityRecord next = r.getStack().topRunningActivityLocked(token, 0);
5023 if (next !
5711 showLaunchWarningLocked(final ActivityRecord cur, final ActivityRecord next) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp660 "temporarily disabled for the next %0.3fms. keyCode=%d, scanCode=%d",
1128 ALOGD("Dropped input event while waiting for next input sync.");
1749 // two slots will be confused until the next ABS_MT_SLOT event is received.
4179 RawState* next = &mRawStatesPending.editTop(); local
4180 next->clear();
4181 next->when = when;
4184 next->buttonState = mTouchButtonAccumulator.getButtonState()
4188 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel();
4189 next->rawHScroll = mCursorScrollAccumulator.getRelativeHWheel();
4193 syncTouch(when, next);
4229 const RawState& next = mRawStatesPending[count]; local
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1278 public HistoryItem next; field in class:BatteryStats.HistoryItem
1770 * is called when printing partial histories, so to ensure that the next
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java569 * Call this to profile the next traversal call.
1322 * Add LayoutTransition to the list of transitions to be started in the next traversal.
1330 * @param transition The LayoutTransition to be started on the next traversal.
1481 if (DEBUG_DIALOG) Log.v(mTag, "Window " + mView + ": next baseSize="
1686 // shown for the first time the next time it gets focus.
2070 // !!FIXME!! This next section handles the case where we did not get the
2332 // Remember if we must report the next draw.
2401 mLayoutRequested = true; // ask wm for a new surface next time.
2438 * requests to the next frame to avoid possible infinite loops.
2442 * next fram
4115 InputStage(InputStage next) argument
4251 AsyncInputStage(InputStage next, String traceCounter) argument
4380 NativePreImeInputStage(InputStage next, String traceCounter) argument
4409 ViewPreImeInputStage(InputStage next) argument
4436 ImeInputStage(InputStage next, String traceCounter) argument
4476 EarlyPostImeInputStage(InputStage next) argument
4551 NativePostImeInputStage(InputStage next, String traceCounter) argument
4579 ViewPostImeInputStage(InputStage next) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java168 * RenderThread but before the next frame begins. We schedule prefetch work in this window.
363 * Attached items are invalid until next layout, at which point layout will animate/replace
367 * used by prefetching until the next layout occurs.
2232 * child as the next focus target. When it cannot find such child, it calls
2253 * @return A new View that can be the next focus after the focused View
2323 * assign it as the next focus View instead of letting view hierarchy decide.
2329 private boolean isPreferredNextFocus(View focused, View next, int direction) { argument
2330 if (next == null || next == this) {
2341 if (isPreferredNextFocusAbsolute(focused, next, absHorizonta
2358 isPreferredNextFocusAbsolute(View focused, View next, int direction) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java187 * RenderThread but before the next frame begins. We schedule prefetch work in this window.
383 * Attached items are invalid until next layout, at which point layout will animate/replace
387 * used by prefetching until the next layout occurs.
2343 * child as the next focus target. When it cannot find such child, it calls
2364 * @return A new View that can be the next focus after the focused View
2434 // If the next view returned by onFocusSearchFailed in layout manager has no focusable
2447 * assign it as the next focus View instead of letting view hierarchy decide.
2453 private boolean isPreferredNextFocus(View focused, View next, int direction) { argument
2454 if (next == null || next
2482 isPreferredNextFocusAbsolute(View focused, View next, int direction) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 6587 milliseconds

123456