Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java113 float pct = actualHeight < 3.5 ? .32f : in initPreviewScroller() local
116 preview.setMaxHeight((int)(dm.heightPixels * pct)); in initPreviewScroller()