Searched refs:setFixedSize (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderPagedView.java257 public void setFixedSize(int width, int height) { method in class:FolderPagedView
261 ((CellLayout) getChildAt(i)).setFixedSize(width, height);
H A DFolder.java1032 mContent.setFixedSize(contentWidth, contentHeight);
H A DCellLayout.java800 public void setFixedSize(int width, int height) { method in class:CellLayout

Completed in 59 milliseconds