Searched defs:spIconSize (Results 1 – 1 of 1) sorted by relevance
255 int spIconSize = 40; in testUpdateIconScale_smallerFontAndRawDrawableSizeLessThanDpIconSize() local281 int spIconSize = 40; in testUpdateIconScale_smallerFontAndConstrainedDrawableSizeLessThanDpIconSize() local308 int spIconSize = 40; in testUpdateIconScale_smallerFontAndConstrainedDrawableHeightLargerThanDpIconSize() local332 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableSizeLessThanDpIconSize() local355 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableHeightLargerThanDpIconSize() local379 int spIconSize = 80; in testUpdateIconScale_largerFontAndConstrainedDrawableWidthLargerThanDpIconSize() local407 private void setUpIconView(int dpIconSize, int dpDrawingSize, int spIconSize) { in setUpIconView()