Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java168 final int contentHeight = (int) (density * (float) newAttributes.getMediaSize() in print()
170 if (mRenderPageHeight != contentHeight) { in print()
171 mRenderPageHeight = contentHeight; in print()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in createPageForCustomHeight() local
241 .setCustomContentHeight(contentHeight)) in createPageForCustomHeight()