Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/
DPdfProcessor.java250 final int contentTop = (destClip != null) ? destClip.top : 0; in renderPage() local
257 int clipHeight = contentBottom - contentTop; in renderPage()
261 transform.postTranslate(contentLeft, contentTop); in renderPage()
273 contentTop, in renderPage()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java139 final int contentTop = iconTop; in onLayout() local
164 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
165 contentTop + contentHeight); in onLayout()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java200 final int contentTop = iconTop; in onLayout() local
224 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
225 contentTop + contentHeight); in onLayout()