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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 352 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
364 cellWidth = portMetrics.left;
365 cellHeight = portMetrics.top;
366 widthGap = portMetrics.right;
367 heightGap = portMetrics.bottom;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 365 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
377 cellWidth = portMetrics.left;
378 cellHeight = portMetrics.top;
379 widthGap = portMetrics.right;
380 heightGap = portMetrics.bottom;

Completed in 833 milliseconds