Lines Matching refs:grid
158 DeviceProfile grid = mActivity.getWallpaperDeviceProfile(); in BubbleTextView() local
159 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx); in BubbleTextView()
160 setCompoundDrawablePadding(grid.iconDrawablePaddingPx); in BubbleTextView()
161 defaultIconSize = grid.iconSizePx; in BubbleTextView()
163 DeviceProfile grid = mActivity.getDeviceProfile(); in BubbleTextView() local
164 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx); in BubbleTextView()
165 setCompoundDrawablePadding(grid.allAppsIconDrawablePaddingPx); in BubbleTextView()
166 defaultIconSize = grid.allAppsIconSizePx; in BubbleTextView()
168 DeviceProfile grid = mActivity.getDeviceProfile(); in BubbleTextView() local
169 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.folderChildTextSizePx); in BubbleTextView()
170 setCompoundDrawablePadding(grid.folderChildDrawablePaddingPx); in BubbleTextView()
171 defaultIconSize = grid.folderChildIconSizePx; in BubbleTextView()