HomeSort by relevance Sort by last modified time
    Searched refs:getMeasuredWidth (Results 51 - 75 of 308) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 75 Bitmap bitmap = Bitmap.createBitmap(view.getMeasuredWidth(), view.getMeasuredHeight(),
78 view.layout(0, 0, view.getMeasuredWidth(), view.getMeasuredHeight());
  /cts/hostsidetests/theme/app/src/android/theme/app/
ReferenceViewGroup.java 78 child.layout(0, 0, child.getMeasuredWidth(), child.getMeasuredHeight());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 89 int w = child.getMeasuredWidth();
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 66 int width = getMeasuredWidth();
AlertDialogLayout.java 198 maxWidth = Math.max(maxWidth, child.getMeasuredWidth());
226 getMeasuredWidth(), MeasureSpec.EXACTLY);
313 final int childWidth = child.getMeasuredWidth();
DecorCaptionView.java 307 mCaption.layout(0, 0, mCaption.getMeasuredWidth(), mCaption.getMeasuredHeight());
319 mContent.layout(0, 0, mContent.getMeasuredWidth(), mContent.getMeasuredHeight());
321 mContent.layout(0, captionHeight, mContent.getMeasuredWidth(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 69 int width = getMeasuredWidth();
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java 98 int size = Math.min(getMeasuredWidth(), getMeasuredHeight());
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
MaxWidthLayout.java 86 if (child.getMeasuredWidth() > mMaxChildrenWidth) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 85 int iconWidth = firstIndicatorButton.getMeasuredWidth();
178 int iconWidth = mCloseIcon.getMeasuredWidth();
191 mDivider.layout(offsetX, padding, (offsetX + mDivider.getMeasuredWidth()),
  /packages/apps/Messaging/src/com/android/messaging/ui/
LineWrapLayout.java 71 int childMeasuredWidth = currChild.getMeasuredWidth() + startMargin + endMargin;
116 int childWidth = currChild.getMeasuredWidth();
145 int childWidth = currChild.getMeasuredWidth();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 192 final int width = getMeasuredWidth();
193 int childLeft = (isRtl) ? width - getChildAt(0).getMeasuredWidth() : 0;
201 final int childWidth = child.getMeasuredWidth();
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 151 totalWidth += lp.leftMargin + lp.rightMargin + child.getMeasuredWidth();
156 final int appWidth = mAppName.getMeasuredWidth();
166 final int textWidth = mHeaderText.getMeasuredWidth();
188 int right = left + child.getMeasuredWidth();
199 layoutLeft = layoutRight - child.getMeasuredWidth();
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 355 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight());
486 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2);
505 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
511 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
514 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
515 - child.getMeasuredWidth()))) / 2;
538 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
539 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight())
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 327 assertEquals(100, child.getMeasuredWidth());
333 assertEquals(100, child.getMeasuredWidth());
348 assertEquals(100, child.getMeasuredWidth());
355 assertEquals(100, child.getMeasuredWidth());
435 assertEquals(100, child.getMeasuredWidth());
455 assertEquals(10, child.getMeasuredWidth());
479 assertEquals(10, child.getMeasuredWidth());
498 assertEquals(92, child.getMeasuredWidth());
524 assertEquals(92, child.getMeasuredWidth());
    [all...]
HorizontalScrollViewTest.java 305 assertEquals(100, child.getMeasuredWidth());
311 assertEquals(30, child.getMeasuredWidth());
326 assertEquals(100, child.getMeasuredWidth());
333 assertEquals(30, child.getMeasuredWidth());
415 assertEquals(150, child.getMeasuredWidth());
435 assertEquals(92, child.getMeasuredWidth());
459 assertEquals(92, child.getMeasuredWidth());
479 assertEquals(175, child.getMeasuredWidth());
505 assertEquals(175, child.getMeasuredWidth());
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 416 final int measuredWidth = child.getMeasuredWidth();
456 overflowWidth = v.getMeasuredWidth();
478 final int size = v.getMeasuredWidth() + p.leftMargin + p.rightMargin;
491 final int width = v.getMeasuredWidth();
513 int width = v.getMeasuredWidth();
529 int width = v.getMeasuredWidth();
SlidingDrawer.java 296 int width = widthSpecSize - handle.getMeasuredWidth() - mTopOffset;
343 int childWidth = handle.getMeasuredWidth();
355 content.layout(0, mTopOffset + childHeight, content.getMeasuredWidth(),
362 mTopOffset + childWidth + content.getMeasuredWidth(),
664 content.layout(0, mTopOffset + childHeight, content.getMeasuredWidth(),
672 mTopOffset + childWidth + content.getMeasuredWidth(),
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 421 final int measuredWidth = child.getMeasuredWidth();
461 overflowWidth = v.getMeasuredWidth();
482 final int size = v.getMeasuredWidth() + p.leftMargin + p.rightMargin;
495 final int width = v.getMeasuredWidth();
517 int width = v.getMeasuredWidth();
533 int width = v.getMeasuredWidth();
ActionBarContainer.java 136 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
279 setMeasuredDimension(getMeasuredWidth(),
303 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 198 int childWidth = mButton.getMeasuredWidth();
221 int childWidth = mButton.getMeasuredWidth();
259 childWidth = view.getMeasuredWidth();
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 257 width += child.getMeasuredWidth();
270 width += fillChild.getMeasuredWidth();
311 Gravity.apply(gravity, child.getMeasuredWidth(), child.getMeasuredHeight(),
  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 105 Math.max(mContactIconView.getMeasuredWidth(), mContactIconView.getMeasuredHeight()),
115 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
132 final int iconWidth = mContactIconView.getMeasuredWidth();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 145 child.getMeasuredWidth() + marginLeft + marginRight);
173 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight()));
203 getMeasuredWidth() - totalMargin, MeasureSpec.EXACTLY);
257 final int width = child.getMeasuredWidth();
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 79 assertEquals(vRect.width(), view.getMeasuredWidth());

Completed in 390 milliseconds

1 23 4 5 6 7 8 91011>>