Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconViewTest.java201 setIconDrawableWithSize(/* width= */ 50, /* height= */ 50); in testUpdateIconScale_constrainedDrawableSizeLessThanDpIconSize()
220 setIconDrawableWithSize(/* width= */ 50, /* height= */ 100); in testUpdateIconScale_constrainedDrawableHeightLargerThanDpIconSize()
240 setIconDrawableWithSize(/* width= */ 100, /* height= */ 50); in testUpdateIconScale_constrainedDrawableWidthLargerThanDpIconSize()
262 setIconDrawableWithSize(/* width= */ 50, /* height= */ 50); in testUpdateIconScale_smallerFontAndRawDrawableSizeLessThanDpIconSize()
288 setIconDrawableWithSize(/* width= */ 70, /* height= */ 70); in testUpdateIconScale_smallerFontAndConstrainedDrawableSizeLessThanDpIconSize()
315 setIconDrawableWithSize(/* width= */ 50, /* height= */ 100); in testUpdateIconScale_smallerFontAndConstrainedDrawableHeightLargerThanDpIconSize()
339 setIconDrawableWithSize(/* width= */ 50, /* height= */ 50); in testUpdateIconScale_largerFontAndConstrainedDrawableSizeLessThanDpIconSize()
362 setIconDrawableWithSize(/* width= */ 50, /* height= */ 100); in testUpdateIconScale_largerFontAndConstrainedDrawableHeightLargerThanDpIconSize()
386 setIconDrawableWithSize(/* width= */ 100, /* height= */ 50); in testUpdateIconScale_largerFontAndConstrainedDrawableWidthLargerThanDpIconSize()
421 private void setIconDrawableWithSize(int width, int height) { in setIconDrawableWithSize() method in StatusBarIconViewTest