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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 351 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
356 int cellWidth = landMetrics.left;
357 int cellHeight = landMetrics.top;
358 int widthGap = landMetrics.right;
359 int heightGap = landMetrics.bottom;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 348 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
353 int cellWidth = landMetrics.left;
354 int cellHeight = landMetrics.top;
355 int widthGap = landMetrics.right;
356 int heightGap = landMetrics.bottom;

Completed in 61 milliseconds