Home
last modified time | relevance | path

Searched refs:folderChildDrawablePaddingPx (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java152 public int folderChildDrawablePaddingPx; field in DeviceProfile
702 folderChildDrawablePaddingPx = Math.max(0, in updateFolderCellSize()
948 folderChildDrawablePaddingPx)); in dump()
DBubbleTextView.java189 setCompoundDrawablePadding(grid.folderChildDrawablePaddingPx); in BubbleTextView()