Searched refs:getHeight (Results 1 - 25 of 953) sorted by last modified time

1234567891011>>

/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
H A DImageProcessingWorker.java110 int h = bitmap.getHeight();
/frameworks/support/slices/view/src/main/java/androidx/slice/
H A DSliceXml.java370 d.setBounds(0, 0, c.getWidth(), c.getHeight());
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DActionRow.java217 int cy = view.getTop() + view.getHeight() / 2;
219 int h = riv.getHeight();
H A DGridContent.java237 return getHeight(true /* isSmall */);
246 return getHeight(false /* isSmall */);
249 private int getHeight(boolean isSmall) { method in class:GridContent
H A DLargeTemplateView.java132 return mListContent.getHeight(getContext(), headerItem, true /* isHeader */,
H A DListContent.java174 return getHeight(context, maybeHeader, true /* isHeader */, 0, 1, MODE_LARGE);
178 height += getHeight(context, listItems.get(i), i == 0 && hasRealHeader /* isHeader */,
208 int itemHeight = getHeight(mContext, mRowItems.get(i), i == 0 /* isHeader */,
232 public int getHeight(Context context, SliceItem item, boolean isHeader, int index, method in class:ListContent
H A DSliceViewUtil.java148 d.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
182 bitmap.getHeight(), Config.ARGB_8888);
185 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
188 canvas.drawCircle(bitmap.getWidth() / 2, bitmap.getHeight() / 2,
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java349 final int bottomBound = getHeight() - getPaddingBottom();
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircleImageView.java147 final int viewHeight = CircleImageView.this.getHeight();
/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
H A DTextClassificationTest.java101 assertEquals(16, resPrimaryIcon.getHeight());
109 assertEquals(144, resSecondaryIcon0.getHeight());
117 assertEquals(72, resSecondaryIcon1.getHeight());
130 assertEquals(1, resSecondaryIcon3.getHeight());
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextClassification.java345 drawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeImageTransformTest.java97 int imageViewHeight = mImageView.getHeight();
111 int imageViewHeight = mImageView.getHeight();
125 int imageViewHeight = mImageView.getHeight();
147 int imageViewHeight = mImageView.getHeight();
169 int imageViewHeight = mImageView.getHeight();
185 int imageViewHeight = mImageView.getHeight();
H A DPropagationTest.java58 pos[1] += redValues.view.getHeight() / 2;
65 return new Rect(0, 0, redValues.view.getWidth(), redValues.view.getHeight());
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeBounds.java153 int bottom = top + view.getHeight();
219 if (ViewCompat.isLaidOut(view) || view.getWidth() != 0 || view.getHeight() != 0) {
430 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
H A DChangeClipBounds.java67 Rect bounds = new Rect(0, 0, view.getWidth(), view.getHeight());
H A DChangeImageTransform.java207 ((float) view.getHeight()) / image.getIntrinsicHeight());
222 final int imageViewHeight = view.getHeight();
H A DCircularPropagation.java85 epicenterY = Math.round(loc[1] + (sceneRoot.getHeight() / 2)
89 float maxDistance = distance(0, 0, sceneRoot.getWidth(), sceneRoot.getHeight());
H A DExplode.java65 int bottom = top + view.getHeight();
138 focalY = sceneRootY + (sceneRoot.getHeight() / 2)
168 int maxY = Math.max(focalY, sceneRoot.getHeight() - focalY);
H A DSidePropagation.java97 int bottom = top + sceneRoot.getHeight();
162 return sceneRoot.getHeight();
H A DSlide.java117 return view.getTranslationY() - sceneRoot.getHeight();
146 return view.getTranslationY() + sceneRoot.getHeight();
H A DTransitionUtils.java55 RectF bounds = new RectF(0, 0, view.getWidth(), view.getHeight());
H A DViewOverlayApi14.java162 setBottom(hostView.getHeight());
259 new Rect(0, 0, mRequestingView.getWidth(), mRequestingView.getHeight()));
H A DViewUtilsBase.java95 view.setPivotY(view.getHeight() / 2);
H A DVisibilityPropagation.java56 loc[1] += view.getHeight() / 2;
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DDrawerLayoutTest.java263 final int drawerLayoutHeight = mDrawerLayout.getHeight();
264 final int startDrawerHeight = mStartDrawer.getHeight();
265 final int contentHeight = mContentView.getHeight();

Completed in 2334 milliseconds

1234567891011>>