Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java149 public int folderChildDrawablePaddingPx; field in DeviceProfile
796 folderChildDrawablePaddingPx = Math.max(0, in updateFolderCellSize()
1090 folderChildDrawablePaddingPx)); in dump()
H A DBubbleTextView.java206 setCompoundDrawablePadding(grid.folderChildDrawablePaddingPx); in BubbleTextView()