Home
last modified time | relevance | path

Searched defs:spIconSize (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconViewTest.java255 int spIconSize = 40; in testUpdateIconScale_smallerFontAndRawDrawableSizeLessThanDpIconSize() local
281 int spIconSize = 40; in testUpdateIconScale_smallerFontAndConstrainedDrawableSizeLessThanDpIconSize() local
308 int spIconSize = 40; in testUpdateIconScale_smallerFontAndConstrainedDrawableHeightLargerThanDpIconSize() local
332 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableSizeLessThanDpIconSize() local
355 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableHeightLargerThanDpIconSize() local
379 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableWidthLargerThanDpIconSize() local
407 private void setUpIconView(int dpIconSize, int dpDrawingSize, int spIconSize) { in setUpIconView()