HomeSort by relevance Sort by last modified time
    Searched refs:heightSpec (Results 26 - 50 of 98) sorted by null

12 3 4

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 490 int heightSpec = View.MeasureSpec.makeMeasureSpec(height, View.MeasureSpec.EXACTLY);
491 view.measure(widthSpec, heightSpec);
658 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight,
660 view.measure(widthSpec, heightSpec);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 735 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec,
740 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp);
742 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp);
745 child.measure(widthSpec, heightSpec);
    [all...]
RecyclerView.java     [all...]
StaggeredGridLayoutManager.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java 91 protected void onMeasure(int widthSpec, int heightSpec) {
  /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...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 708 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY);
710 measure(widthSpec, heightSpec);
ClosedCaptionRenderer.java 179 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY);
181 measure(widthSpec, heightSpec);
    [all...]
WebVttRenderer.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 270 int heightSpec = MeasureSpec.makeMeasureSpec(heightWithoutPadding, MeasureSpec.EXACTLY);
273 measureChildren(widthSpec, heightSpec);
  /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);
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 749 final int heightSpec = MeasureSpec.makeMeasureSpec(heightSize, MeasureSpec.EXACTLY);
759 measureChildWithMargins(child, widthSpec, widthPadding, heightSpec, heightUsed);
771 measureChildWithMargins(child, widthSpec, widthPadding, heightSpec, heightUsed);
    [all...]
ViewPager.java     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
PopupWindow.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 466 public void measure(int widthSpec, int heightSpec) {
467 mView.measure(widthSpec, heightSpec);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java     [all...]

Completed in 2773 milliseconds

12 3 4