Searched refs:stackHeight (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() 793 int stackHeight) { in resizeStack() argument 795 new Rect(stackLeft, stackTop, stackWidth, stackHeight))); in resizeStack()
|