Searched refs:getCellSize (Results 1 – 5 of 5) sorted by relevance
391 int extraSpace = ((getCellSize().y - iconSizePx - iconDrawablePaddingPx * 2) in DeviceProfile()402 hotseatBarSizeExtraSpacePx = getCellSize().y - iconSizePx in DeviceProfile()483 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x; in getMultiWindowProfile()484 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile()498 float workspaceCellPaddingY = getCellSize().y - iconSizePx - iconDrawablePaddingPx in hideWorkspaceLabelsIfNotEnoughSpace()595 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;616 allAppsCellHeightPx = getCellSize().y;719 public Point getCellSize() { in getCellSize() method720 return getCellSize(null); in getCellSize()723 public Point getCellSize(Point result) { in getCellSize() method[all …]
261 }).when(profile).getCellSize(any(Point.class)); in createIDP()262 Mockito.when(profile.getCellSize()).thenReturn(new Point(CELL_SIZE, CELL_SIZE)); in createIDP()
110 profile.getCellSize(recycledCellSize); in getWidgetSizePx()
114 dp.getCellSize(cellSize); in initSpans()
994 deviceProfile.getCellSize(cellSize); in logWidgetInfo()