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

  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 54 int widthPx, int heightPx,
91 widthPx, heightPx,
103 ", W: " + mProfile.widthPx + ", H: " + mProfile.heightPx +
DeviceProfile.java 90 int widthPx;
373 searchBarSpaceWidthPx = Math.min(widthPx,
434 widthPx = wPx;
541 ? Math.max(widthPx, heightPx)
542 : Math.min(widthPx, heightPx);
569 int pageIndicatorLeft = widthPx - workspacePadding.right;
577 widthPx - workspacePadding.right, pageIndicatorTop + pageIndicatorHeightPx);
604 ? Math.max(widthPx, heightPx)
605 : Math.min(widthPx, heightPx);
607 ? Math.max(widthPx, heightPx
    [all...]
Utilities.java 323 public static void setIconSize(int widthPx) {
324 sIconWidth = sIconHeight = widthPx;
CellLayout.java     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 8 * @param {number} widthPx The width in pixels.
10 function setNodeWidth(node, widthPx) {
11 node.style.width = widthPx.toFixed(0) + 'px';
28 * @param {number} widthPx The width in pixels.
31 function setNodePosition(node, leftPx, topPx, widthPx, heightPx) {
34 setNodeWidth(node, widthPx);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 84 milliseconds