Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java112 float actualHeight = dm.heightPixels / dm.ydpi; in initPreviewScroller() local
113 float pct = actualHeight < 3.5 ? .32f : in initPreviewScroller()
114 actualHeight < 4 ? .35f : in initPreviewScroller()