HomeSort by relevance Sort by last modified time
    Searched refs:heightPx (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 91 int heightPx;
435 heightPx = hPx;
541 ? Math.max(widthPx, heightPx)
542 : Math.min(widthPx, heightPx);
567 heightPx - workspacePadding.bottom - insets.bottom);
572 heightPx - workspacePadding.bottom - insets.bottom);
575 int pageIndicatorTop = heightPx - insets.bottom - workspacePadding.bottom;
604 ? Math.max(widthPx, heightPx)
605 : Math.min(widthPx, heightPx);
607 ? Math.max(widthPx, heightPx)
    [all...]
CellLayout.java     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 17 * @param {number} heightPx The height in pixels.
19 function setNodeHeight(node, heightPx) {
20 node.style.height = heightPx.toFixed(0) + 'px';
29 * @param {number} heightPx The height in pixels.
31 function setNodePosition(node, leftPx, topPx, widthPx, heightPx) {
35 setNodeHeight(node, heightPx);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 642 milliseconds