Lines Matching refs:mDeviceProfile
208 private DeviceProfile mDeviceProfile; field in BubbleTextView
300 mDeviceProfile = mActivity.getDeviceProfile(); in BubbleTextView()
306 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDeviceProfile.iconTextSizePx); in BubbleTextView()
307 setCompoundDrawablePadding(mDeviceProfile.iconDrawablePaddingPx); in BubbleTextView()
308 defaultIconSize = mDeviceProfile.iconSizePx; in BubbleTextView()
309 setCenterVertically(mDeviceProfile.iconCenterVertically); in BubbleTextView()
312 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDeviceProfile.allAppsIconTextSizePx); in BubbleTextView()
313 setCompoundDrawablePadding(mDeviceProfile.allAppsIconDrawablePaddingPx); in BubbleTextView()
314 defaultIconSize = mDeviceProfile.allAppsIconSizePx; in BubbleTextView()
316 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDeviceProfile.folderChildTextSizePx); in BubbleTextView()
317 setCompoundDrawablePadding(mDeviceProfile.folderChildDrawablePaddingPx); in BubbleTextView()
318 defaultIconSize = mDeviceProfile.folderChildIconSizePx; in BubbleTextView()
320 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDeviceProfile.allAppsIconTextSizePx); in BubbleTextView()
326 defaultIconSize = mDeviceProfile.taskbarIconSize; in BubbleTextView()
329 defaultIconSize = mDeviceProfile.iconSizePx; in BubbleTextView()
619 return mDeviceProfile.inv.enableTwoLinesInAllApps in shouldUseTwoLine()
993 - mDeviceProfile.allAppsIconSizePx in onMeasure()
994 - mDeviceProfile.allAppsIconDrawablePaddingPx; in onMeasure()