Home
last modified time | relevance | path

Searched refs:stackWidth (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java739 int stackWidth, int stackHeight, int taskWidth, int taskHeight) { in resizeDockedStack() argument
741 mAtm.resizeDockedStack(new Rect(0, 0, stackWidth, stackHeight), in resizeDockedStack()
745 protected void resizeStack(int stackId, int stackLeft, int stackTop, int stackWidth, in resizeStack() argument
748 new Rect(stackLeft, stackTop, stackWidth, stackHeight))); in resizeStack()