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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 257 final int taskTop = logicalHeight / 4;
260 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom);
270 assertRect(w.mFrame, taskLeft, taskTop, taskRight, taskBottom);
271 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight, taskBottom);
280 assertRect(w.mFrame, taskLeft, taskTop, taskRight, taskBottom);
284 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight - contentInsetRight,
294 final int insetBottom = insetTop + (taskBottom - taskTop);
297 assertRect(w.mFrame, taskLeft, taskTop, taskRight, taskBottom);
301 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight - contentInsetRight,
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java     [all...]

Completed in 134 milliseconds