HomeSort by relevance Sort by last modified time
    Searched defs:widthSpec (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT;
101 LayoutParams params = new LayoutParams(widthSpec, LayoutParams.WRAP_CONTENT);
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceViewRendererOnMeasureTest.java 74 int widthSpec, int heightSpec) {
76 surfaceViewRenderer.onMeasure(widthSpec, heightSpec);
81 + MeasureSpec.toString(widthSpec) + ", " + MeasureSpec.toString(heightSpec) + ")"
181 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST);
187 expectedSize.x, expectedSize.y, widthSpec, heightSpec);
193 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.EXACTLY);
199 expectedSize.x, expectedSize.y, widthSpec, heightSpec);
204 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST);
208 720, 1280, widthSpec, heightSpec);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
NotificationShadeActivity.java 131 int widthSpec = MeasureSpec.makeMeasureSpec(getWidth(), MeasureSpec.AT_MOST);
133 child.measure(widthSpec, heightSpec);
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 75 protected void onMeasure(int widthSpec, int heightSpec) {
76 super.onMeasure(widthSpec, heightSpec);
78 measureChild(getHeader(), widthSpec, heightSpec);
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 106 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY);
108 copy.measure(widthSpec, heightSpec);
  /frameworks/support/transition/src/android/support/transition/
TransitionUtils.java 60 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY);
62 copy.measure(widthSpec, heightSpec);
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java 269 final int widthSpec = ViewGroup.getChildMeasureSpec(
275 rootView.measure(widthSpec, heightSpec);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 183 final int widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
185 mButton.measure(widthSpec, heightSpec);
242 int widthSpec;
255 widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
257 view.measure(widthSpec, heightSpec);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 220 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec);
222 if (computeMeasurements(widthSpec)) {
  /packages/apps/TV/src/com/android/exoplayer/text/
SubtitleView.java 210 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec);
212 if (computeMeasurements(widthSpec)) {
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 624 final int widthSpec;
628 widthSpec = -1;
630 widthSpec = getAnchorView().getWidth();
632 widthSpec = mDropDownWidth;
658 mDropDownVerticalOffset, (widthSpec < 0)? -1 : widthSpec,
661 final int widthSpec;
663 widthSpec = ViewGroup.LayoutParams.MATCH_PARENT;
666 widthSpec = getAnchorView().getWidth();
668 widthSpec = mDropDownWidth
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 698 int widthSpec = MeasureSpec.makeMeasureSpec(mMeasuredWidth, MeasureSpec.EXACTLY);
704 extraView.measure(widthSpec, heightSpec);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java 656 final int widthSpec;
660 widthSpec = -1;
662 widthSpec = getAnchorView().getWidth();
664 widthSpec = mDropDownWidth;
690 mDropDownVerticalOffset, (widthSpec < 0)? -1 : widthSpec,
693 final int widthSpec;
695 widthSpec = ViewGroup.LayoutParams.MATCH_PARENT;
698 widthSpec = getAnchorView().getWidth();
700 widthSpec = mDropDownWidth
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListView.java 363 int widthSpec;
367 widthSpec = View.MeasureSpec
370 widthSpec = View.MeasureSpec
380 view.measure(widthSpec, heightSpec);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListView.java 308 int widthSpec;
312 widthSpec = View.MeasureSpec.makeMeasureSpec(layoutParams.width, View.MeasureSpec.EXACTLY);
314 widthSpec = View.MeasureSpec.makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);
323 view.measure(widthSpec, heightSpec);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 288 final int widthSpec = MeasureSpec.makeMeasureSpec(config.getWidth(), MeasureSpec.EXACTLY);
291 view.measure(widthSpec, heightSpec);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 555 int widthSpec = View.MeasureSpec.makeMeasureSpec(width, View.MeasureSpec.EXACTLY);
557 view.measure(widthSpec, heightSpec);
717 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth,
721 view.measure(widthSpec, heightSpec);
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 707 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
710 measure(widthSpec, heightSpec);
ClosedCaptionRenderer.java 178 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
181 measure(widthSpec, heightSpec);
    [all...]
WebVttRenderer.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 278 int widthSpec = MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY);
282 measureChildren(widthSpec, heightSpec);
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 200 // final int widthSpec = MeasureSpec.makeMeasureSpec(child.getMeasuredWidth(), MeasureSpec.EXACTLY);
202 // child.measure(widthSpec, heightSpec);
270 int widthSpec = MeasureSpec.makeMeasureSpec(columnWidth, MeasureSpec.EXACTLY);
271 child.measure(widthSpec, heightSpec);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 778 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY);
787 child.measure(widthSpec, heightSpec);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 392 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.AT_MOST);
395 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
    [all...]

Completed in 1529 milliseconds

1 2 3 4