Searched defs:stackBoxId (Results 1 – 7 of 7) sorted by relevance
111 boolean contains(int stackBoxId) { in contains()274 boolean resize(int stackBoxId, float weight) { in resize()
280 boolean resizeStack(int stackBoxId, float weight) { in resizeStack()
4913 public void resizeStackBox(int stackBoxId, float weight) { in resizeStackBox()
1606 int stackBoxId = Integer.valueOf(stackBoxIdStr); in runStackBoxResize() local1629 int stackBoxId = Integer.valueOf(stackBoxIdStr); in runStackBoxInfo() local
638 int stackBoxId = data.readInt(); in onTransact() local655 int stackBoxId = data.readInt(); in onTransact() local2750 public void resizeStackBox(int stackBoxId, float weight) throws RemoteException in resizeStackBox()2776 public StackBoxInfo getStackBoxInfo(int stackBoxId) throws RemoteException in getStackBoxInfo()
123 public void resizeStackBox(int stackBoxId, float weight) throws RemoteException; in resizeStackBox()125 public StackBoxInfo getStackBoxInfo(int stackBoxId) throws RemoteException; in getStackBoxInfo()
1296 public int stackBoxId; field in ActivityManager.StackBoxInfo