Searched refs:stackWidth (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 786 int stackWidth, int stackHeight, int taskWidth, int taskHeight) { in resizeDockedStack() argument 788 mAtm.resizeDockedStack(new Rect(0, 0, stackWidth, stackHeight), in resizeDockedStack() 792 protected void resizeStack(int stackId, int stackLeft, int stackTop, int stackWidth, in resizeStack() argument 795 new Rect(stackLeft, stackTop, stackWidth, stackHeight))); in resizeStack()
|