Searched refs:measure (Results 26 - 50 of 59) sorted by relevance

123

/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java115 item.measure(mspec, mspec);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java106 * When set to true, the scroll view measure its child to make it fill the currently
374 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
390 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1403 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
1426 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
H A DBookmarkExpandableView.java111 v.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.UNSPECIFIED);
H A DPieMenu.java256 view.measure(view.getLayoutParams().width,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java129 // Force a measure, because Workspace uses getMeasuredHeight() before the layout pass
131 measure(ms, ms);
H A DFolder.java215 mFooter.measure(measureSpec, measureSpec);
1033 mContentWrapper.measure(contentAreaWidthSpec, contentAreaHeightSpec);
1043 mFooter.measure(contentAreaWidthSpec,
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBarManager.java275 rootView.measure(widthSpec, heightSpec);
/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java101 * We'll calculate the baseline of this layout as we measure vertically; for
439 * @return True to measure children with a weight using the minimum
455 * @param enabled True to measure children with a weight using the
819 // measurement on any children, we need to measure them now.
858 child.measure(childWidthMeasureSpec,
863 child.measure(childWidthMeasureSpec,
882 child.measure(childWidthMeasureSpec,
930 child.measure(
1047 * <p>Measure the child according to the parent's measure specs. This
1052 * @param child the child to measure
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java166 mFolderName.measure(measureSpec, measureSpec);
877 mContent.measure(contentWidthSpec, contentHeightSpec);
879 mFolderName.measure(contentWidthSpec,
H A DPagedViewCellLayout.java218 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
H A DAppsCustomizePagedView.java391 // Force a measure to update recalculate the gaps
395 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
1005 // Note: We force a measure here to get around the fact that when we do layout calculations
1008 // children that are expensive to measure, and let that happen naturally later.
1013 layout.measure(widthSpec, heightSpec);
1158 // Note: We force a measure here to get around the fact that when we do layout calculations
1163 layout.measure(widthSpec, heightSpec);
1239 // TODO: can we do a measure/layout immediately?
H A DPagedView.java550 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
626 measure(widthSpec, heightSpec);
1753 // We must force a measure after we've loaded the pages to update the content width and
1755 measure(MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.EXACTLY),
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java622 child.measure(
H A DPinnedHeaderListView.java376 view.measure(widthSpec, heightSpec);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java365 public void measure(int widthSpec, int heightSpec) { method in class:GLView
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewCoordinates.java257 // Show/hide optional views before measure/layout call
291 view.measure(widthSpec, heightSpec);
H A DConversationContainer.java622 * Executes a measure pass over the specified child overlay view and returns the measured
623 * height. The measurement uses whatever the current container's width measure spec is.
626 * @param overlayView an overlay view to measure. does not actually have to be attached yet.
652 child.measure(childWidthSpec, childHeightSpec);
711 // onLayout will re-measure and re-position overlays for the new container size, but the
796 traceLayout("show/measure overlay %d", adapterIndex);
803 traceLayout("and (re)measure overlay %d, old/new heights=%d/%d", adapterIndex,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java317 container.measure(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
H A DSuggestionStripLayoutHelper.java117 dividerView.measure(
462 debugInfoView.measure(
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java464 * Forwarding of {@link android.view.View#measure(int, int)}.
466 public void measure(int widthSpec, int heightSpec) { method in class:FilmstripView.ViewItem
467 mView.measure(widthSpec, heightSpec);
761 Log.w(TAG, "measureViewItem() - Trying to measure a null item!");
772 item.measure(MeasureSpec.makeMeasureSpec(dim.x, MeasureSpec.EXACTLY),
783 // Either width or height is unknown, can't measure children yet.
794 mZoomView.measure(MeasureSpec.makeMeasureSpec(widthMeasureSpec, MeasureSpec.EXACTLY),
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java2129 view.measure(widthSpec, heightSpec);
2368 child.measure(widthSpec, heightSpec);
2589 child.measure(widthSpec, heightSpec);
2741 child.measure(widthSpec, heightSpec);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java202 // child.measure(widthSpec, heightSpec);
271 child.measure(widthSpec, heightSpec);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java170 mContactIconView.measure(iconMeasureSpec, iconMeasureSpec);
183 mMessageBubble.measure(messageContentWidthMeasureSpec, unspecifiedMeasureSpec);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java950 mPreviewText.measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED),
1109 mMiniKeyboardContainer.measure(
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1141 child.measure(childWidthSpec, childHeightSpec);
1544 child.measure(childWidthSpec, childHeightSpec);
1554 child.measure(childWidthSpec, childHeightSpec);

Completed in 1196 milliseconds

123