Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java130 getResources().getInteger(R.integer.iconHeight), in createNotificationIcon()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java362 final int iconHeight = WindowManagerState.dpToPx(CENTER_ICON_SIZE, in canShowBranding() local
370 final int leftHeight = (drawableBounds.height() - iconHeight) / 2; in canShowBranding()