HomeSort by relevance Sort by last modified time
    Searched refs:toTop (Results 1 - 13 of 13) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 174 void addTask(Task task, boolean toTop) {
180 if (toTop) {
196 EventLog.writeEvent(EventLogTags.WM_TASK_MOVED, task.taskId, toTop ? 1 : 0, taskNdx);
291 void addStackBox(StackBox box, boolean toTop) {
295 mStackBoxes.add(toTop ? mStackBoxes.size() : 0, box);
338 * @param toTop Move home to the top of mStackBoxes if true, to the bottom if false.
341 boolean moveHomeStackBox(boolean toTop) {
342 if (DEBUG_STACK) Slog.d(TAG, "moveHomeStackBox: toTop=" + toTop + " Callers=" +
344 EventLog.writeEvent(EventLogTags.WM_HOME_STACK_MOVED, toTop ? 1 : 0)
    [all...]
TaskStack.java 98 * @param toTop Whether to add it to the top or bottom.
100 boolean addTask(Task task, boolean toTop) {
104 if (!toTop) {
119 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG, "addTask: task=" + task + " toTop=" + toTop
124 mDisplayContent.addTask(task, toTop);
WindowManagerService.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 300 int toTop = ((fromBottom - (ntth + height)) / 2 + ntth);
302 int toBottom = toTop + height;
311 fromTop, toTop);
386 int toTop = (tab.getWebView() != null) ? tab.getWebView().getVisibleTitleHeight() : 0;
395 int toBottom = toTop + (int) (height * scaleFactor);
410 fromTop, toTop);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
  /external/icu4c/i18n/
ucol_res.cpp     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 122 public void moveTaskToStack(int taskId, int stackId, boolean toTop) throws RemoteException;
    [all...]
ActivityManagerNative.java 630 boolean toTop = data.readInt() != 0;
631 moveTaskToStack(taskId, stackId, toTop);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 4308 milliseconds