Home | History | Annotate | Download | only in wm

Lines Matching defs:logicalHeight

269         final int logicalHeight = displayInfo.logicalHeight;
272 final int taskTop = logicalHeight / 4;
274 final int taskBottom = logicalHeight / 4 * 3;
281 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
289 pf.set(0, 0, logicalWidth, logicalHeight);
292 final int cfBottom = logicalHeight / 2;
302 pf.set(0, 0, logicalWidth, logicalHeight);
307 final int insetTop = logicalHeight / 5;
328 final int logicalHeight = displayInfo.logicalHeight;
329 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
351 assertRect(policyCrop, 0, 0, logicalWidth, logicalHeight);
359 w.mAttrs.height = logicalHeight / 2;
361 w.mRequestedHeight = logicalHeight / 2;
367 assertRect(policyCrop, 0, 0, logicalWidth / 2, logicalHeight / 2);
375 Math.min(pf.height(), displayInfo.logicalHeight));
383 final int logicalHeight = displayInfo.logicalHeight;
386 final int taskTop = logicalHeight / 5;
388 final int taskBottom = logicalHeight / 4 * 3;
396 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
409 final Rect cf = new Rect(xInset, yInset, logicalWidth - xInset, logicalHeight - yInset);
413 pf.set(0, 0, logicalWidth, logicalHeight);