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

  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 389 RectF boxRect = drawBoxWithShadow(c, previewWidth, previewHeight);
398 float t = boxRect.left;
399 float tileSize = boxRect.width() / spanX;
405 t = boxRect.top;
406 tileSize = boxRect.height() / spanY;
419 Math.min(boxRect.width(), boxRect.height()));
471 RectF boxRect = drawBoxWithShadow(c, size, size);
480 boxRect.set(0, 0, iconSize, iconSize);
481 boxRect.offset(padding, padding)
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 748 milliseconds