/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsRecyclerView.java | 393 int x = (getMeasuredWidth() - mEmptySearchBackground.getIntrinsicWidth()) / 2;
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
AttachmentPreview.java | 111 setMeasuredDimension(getMeasuredWidth(), mAnimatedHeight);
|
VideoThumbnailView.java | 312 desiredWidth = mThumbnailImage.getMeasuredWidth();
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 472 int x = getMeasuredWidth() - width - TEXT_MARGIN_RIGHT;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
CameraFormatsActivity.java | 239 if (mFormatView.getMeasuredWidth() != width 241 mPreviewTexWidth = mFormatView.getMeasuredWidth();
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 255 measureChild(child, MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.EXACTLY), 257 child.layout(0, 0, child.getMeasuredWidth() + mPaddingLeft + mPaddingRight,
|
/frameworks/base/core/java/android/widget/ |
ActivityChooserView.java | 472 setMeasuredDimension(child.getMeasuredWidth(), child.getMeasuredHeight()); 809 contentWidth = Math.max(contentWidth, itemView.getMeasuredWidth());
|
FastScroller.java | 672 final int width = Math.min(adjMaxWidth, view.getMeasuredWidth()); 714 final int width = preview.getMeasuredWidth(); 790 final int trackWidth = track.getMeasuredWidth(); [all...] |
HorizontalScrollView.java | 340 int desiredWidth = getMeasuredWidth() - widthPadding; 341 if (child.getMeasuredWidth() < desiredWidth) { [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PageAdapter.java | 467 loadingContent.layout(0, 0, loadingContent.getMeasuredWidth(), 483 errorContent.layout(0, 0, errorContent.getMeasuredWidth(),
|
/frameworks/support/design/src/android/support/design/widget/ |
Snackbar.java | 741 if (mMaxWidth > 0 && getMeasuredWidth() > mMaxWidth) { 754 && mActionView.getMeasuredWidth() > mMaxInlineActionWidth) { [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActivityChooserView.java | 449 setMeasuredDimension(child.getMeasuredWidth(), child.getMeasuredHeight()); 780 contentWidth = Math.max(contentWidth, itemView.getMeasuredWidth());
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
GalleryThumbnailView.java | 200 // final int widthSpec = MeasureSpec.makeMeasureSpec(child.getMeasuredWidth(), MeasureSpec.EXACTLY); 221 // final int childRight = childLeft + child.getMeasuredWidth();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherStateTransitionAnimation.java | 234 int width = revealView.getMeasuredWidth(); 531 int width = revealView.getMeasuredWidth(); [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
FloatingToolbar.java | [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 805 final int childRight = childLeft + child.getMeasuredWidth(); [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewController.java | [all...] |
/frameworks/support/core-ui/java/android/support/v4/widget/ |
SlidingPaneLayout.java | 551 final int childWidth = child.getMeasuredWidth(); 583 final int measuredWidth = skippedFirstPass ? 0 : child.getMeasuredWidth(); 692 final int childWidth = child.getMeasuredWidth(); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintCustomContent.java | 401 view.layout(0, 0, view.getMeasuredWidth(),
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
declaring-layout.jd | 265 ?????????{@link android.view.View#getMeasuredWidth()} ? {@link android.view.View#getMeasuredHeight()} ?????????????
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
declaring-layout.jd | 266 ??? ????? {@link android.view.View#getMeasuredWidth()}
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/ |
declaring-layout.jd | 266 ??????? ????? ????????, ?????? ?????? {@link android.view.View#getMeasuredWidth()}
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
declaring-layout.jd | 266 ???????????? {@link android.view.View#getMeasuredWidth()}
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
declaring-layout.jd | 265 ????? {@link android.view.View#getMeasuredWidth()} ? {@link android.view.View#getMeasuredHeight()} ?????????
|