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

1 2 3

  /frameworks/base/core/java/android/transition/
TransitionUtils.java 107 int heightSpec = View.MeasureSpec.makeMeasureSpec(bottom - top, View.MeasureSpec.EXACTLY);
108 copy.measure(widthSpec, heightSpec);
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java 272 final int heightSpec = ViewGroup.getChildMeasureSpec(
275 rootView.measure(widthSpec, heightSpec);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 184 final int heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY);
185 mButton.measure(widthSpec, heightSpec);
243 int heightSpec;
256 heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY);
257 view.measure(widthSpec, heightSpec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileView.java 250 int heightSpec = exactly(
252 mTopBackgroundView.measure(widthMeasureSpec, heightSpec);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 648 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
653 extraView.measure(widthSpec, heightSpec);
691 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
696 extraView.measure(widthSpec, heightSpec);
    [all...]
GridLayoutManager.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java 587 int heightSpec = 0;
605 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
617 heightSpec = height;
619 heightSpec = mDropDownHeight;
625 mDropDownVerticalOffset, widthSpec, heightSpec);
638 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
647 mPopup.setWindowLayoutMode(widthSpec, heightSpec);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 360 int heightSpec;
371 heightSpec = View.MeasureSpec
374 heightSpec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED);
376 view.measure(widthSpec, heightSpec);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 289 final int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
291 view.measure(widthSpec, heightSpec);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 488 int heightSpec = View.MeasureSpec.makeMeasureSpec(height, View.MeasureSpec.EXACTLY);
489 view.measure(widthSpec, heightSpec);
656 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight,
658 view.measure(widthSpec, heightSpec);
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 602 final int heightSpec;
606 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
617 heightSpec = height;
619 heightSpec = mDropDownHeight;
626 (heightSpec < 0)? -1 : heightSpec);
639 final int heightSpec;
641 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
644 heightSpec = height;
646 heightSpec = mDropDownHeight
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 708 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY);
710 measure(widthSpec, heightSpec);
ClosedCaptionRenderer.java     [all...]
WebVttRenderer.java     [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 201 // final int heightSpec = MeasureSpec.makeMeasureSpec(child.getMeasuredHeight(), MeasureSpec.EXACTLY);
202 // child.measure(widthSpec, heightSpec);
269 int heightSpec = MeasureSpec.makeMeasureSpec(heightSize, MeasureSpec.EXACTLY);
271 child.measure(widthSpec, heightSpec);
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 780 final int heightSpec;
782 heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
784 heightSpec = MeasureSpec.makeMeasureSpec(lp.height, MeasureSpec.EXACTLY);
787 child.measure(widthSpec, heightSpec);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 393 int heightSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(), MeasureSpec.AT_MOST);
395 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
    [all...]
PagedView.java 624 int heightSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(), MeasureSpec.EXACTLY);
626 measure(widthSpec, heightSpec);
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 

Completed in 1600 milliseconds

1 2 3