HomeSort by relevance Sort by last modified time
    Searched defs:stackId (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 117 * Return the stackId of the stack that intersects the passed point.
120 * @return -1 if point is outside of mBounds, otherwise the stackId of the containing stack.
129 int stackId = mFirst.stackIdFromPoint(x, y);
130 if (stackId >= 0) {
131 return stackId;
144 * @param stackId the TaskStack to find the bounds of.
145 * @return a new Rect with the bounds of stackId if it is within this StackBox, null otherwise.
147 Rect getStackBounds(int stackId) {
149 return mStack.mStackId == stackId ? new Rect(mBounds) : null;
151 Rect bounds = mFirst.getStackBounds(stackId);
    [all...]
WindowManagerService.java     [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 517 int stackId = mInput.readInt();
518 StackTrace stack = mState.getStackTrace(stackId);
532 int stackId = mInput.readInt();
533 StackTrace stack = mState.getStackTrace(stackId);
554 int stackId = mInput.readInt();
555 StackTrace stack = mState.getStackTrace(stackId);
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 503 public int stackId;
526 dest.writeInt(stackId);
539 stackId = source.readInt();
    [all...]
ActivityManagerNative.java 629 int stackId = data.readInt();
631 moveTaskToStack(taskId, stackId, toTop);
669 int stackId = data.readInt();
670 setFocusedStack(stackId);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java 344 final int stackId = stack.mStackId;
345 final int nextStackId = mWindowManager.removeStack(stackId);
347 if (mFocusedStack == null || mFocusedStack.mStackId == stackId) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 86 milliseconds