HomeSort by relevance Sort by last modified time
    Searched refs:contentLeft (Results 1 - 6 of 6) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ManualLayoutFrame.java 73 final int contentLeft = (getMeasuredWidth() - content.getMeasuredWidth()) / 2;
75 final int contentRight = contentLeft + content.getMeasuredWidth();
76 content.layout(contentLeft, contentTop, contentRight, mContentBottom);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 66 int contentLeft, int contentTop, int contentRight, int contentBottom) {
70 contentLeft, contentTop, contentRight, contentBottom);
130 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) {
133 contentLeft, contentTop, contentRight, contentBottom);
  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 140 final int contentLeft;
145 contentLeft = iconLeft - contentWidth;
148 contentLeft = iconLeft + iconWidth;
153 contentLeft = iconLeft + iconWidth;
156 contentLeft = iconLeft - contentWidth;
162 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth,
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 407 final int contentLeft = (destClip != null) ? destClip.left : 0;
416 int clipWidth = contentRight - contentLeft;
422 transform.postTranslate(contentLeft, contentTop);
428 nativeRenderPage(mNativeDocument, mNativePage, destination, contentLeft,
PdfDocument.java 247 int contentLeft, int contentTop, int contentRight, int contentBottom);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 203 final int contentLeft;
207 contentLeft = iconLeft - contentWidth;
210 contentLeft = iconLeft + iconWidth;
215 contentLeft = iconLeft + iconWidth;
218 contentLeft = iconLeft - contentWidth;
224 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth,
    [all...]

Completed in 453 milliseconds