Home
last modified time | relevance | path

Searched refs:getSizeInDp (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java164 mWidth = getSizeInDp(R.dimen.default_width); in setUp()
165 mHeight = getSizeInDp(R.dimen.default_height); in setUp()
177 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()
178 mHeight = getSizeInDp(R.dimen.required_height_for_large); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()
260 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithLastInteractionTime()
261 mHeight = getSizeInDp(R.dimen.required_height_for_large); in testCreateRemoteViewsWithLastInteractionTime()
333 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
414 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()
499 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithStatusTemplate()
552 mWidth = getSizeInDp(R.dimen.required_width_for_large); in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java381 return getSizeInDp( in getLineHeightFromResource()
386 private int getSizeInDp(int dimenResourceId) { in getSizeInDp() method in PeopleTileViewHelper
387 return getSizeInDp(mContext, dimenResourceId, mDensity); in getSizeInDp()
402 return mHeight - (getSizeInDp( in getContentHeightForLayout()
412 if (mHeight >= getSizeInDp(R.dimen.required_height_for_large) in getLayoutSize()
443 return getSizeInDp( in getMaxAvatarSize()
447 return getSizeInDp(R.dimen.avatar_size_for_medium); in getMaxAvatarSize()
469 return Math.min(avatarSize, getSizeInDp( in getMaxAvatarSize()
475 return Math.min(avatarSize, getSizeInDp( in getMaxAvatarSize()
493 getSizeInDp(R.dimen.max_people_avatar_size)); in getMaxAvatarSize()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/
H A DPeopleViewModel.kt131 PeopleTileViewHelper.getSizeInDp(