Searched refs:getHeight (Results 226 - 250 of 953) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java193 int height = pixels.getHeight();
234 int height = pixels.getHeight();
348 int height = size.getHeight();
403 int height = size.getHeight();
445 writeByteBuffer(pixels.getWidth(), pixels.getHeight(), buf, dngOutput,
553 int height = yuvImage.getHeight();
612 int height = argbBitmap.getHeight();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java48 int getHeight(); method in interface:SimpleBitmapRegionDecoder
86 public int getHeight() { method in class:SimpleBitmapRegionDecoderWrapper
87 return mDecoder.getHeight();
118 public int getHeight() { method in class:DumbBitmapRegionDecoder
119 return mBuffer.getHeight();
182 int height = mDecoder.getHeight();
385 mHeight = mDecoder.getHeight();
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
404 preview.getWidth(), preview.getHeight()));
509 float scale = (float) targetSize / (float) (Math.max(result.getWidth(), result.getHeight()));
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java123 * {@link View#getHeight()}, as we want to avoid layouting during scrolling and expanding.
165 return getHeight();
184 return getHeight();
193 return getHeight();
245 return getHeight();
440 return super.hasOverlappingRendering() && getActualHeight() <= getHeight();
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java279 int height = srcImage.getHeight();
357 g.fillRect(0, 0, image.getWidth(), image.getHeight());
576 image1.getHeight() != image2.getHeight()) {
582 int h = image2.getHeight();
611 int size = nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight();
688 int height = delegate.mImage.getHeight();
717 int h = image.getHeight();
722 image.getRGB(0, 0, image.getWidth(), image.getHeight(), argb, 0, image.getWidth());
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java413 final int bottomEdge = getHeight() - getPaddingBottom();
427 return (int) (MAX_SCROLL_FACTOR * getHeight());
497 int childSize = child.getHeight() + lp.topMargin + lp.bottomMargin;
498 int parentSpace = getHeight() - getPaddingTop() - getPaddingBottom();
892 EdgeEffectCompat.onPull(mEdgeGlowTop, (float) deltaY / getHeight(),
898 EdgeEffectCompat.onPull(mEdgeGlowBottom, (float) deltaY / getHeight(),
1083 int childSize = child.getHeight() + lp.topMargin + lp.bottomMargin;
1084 int parentSpace = getHeight() - getPaddingTop() - getPaddingBottom();
1185 int height = getHeight();
1223 int height = getHeight();
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp54 const int canvasHeight = getHeight();
134 getWidth(), getHeight(), getFrameCount(), mFormatFlags);
196 const int canvasHeight = mFrameSequence.getHeight();
207 const int canvasHeight = mFrameSequence.getHeight();
247 const int canvasHeight = mFrameSequence.getHeight();
301 const int canvasHeight = mFrameSequence.getHeight();
/frameworks/base/core/java/android/transition/
H A DSidePropagation.java96 int bottom = top + sceneRoot.getHeight();
159 return sceneRoot.getHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java134 canvas.translate(-0.5f*getWidth(), -0.5f*getHeight());
206 public int getHeight() { method in class:DrawableHolder
H A DImageFloatingTextView.java122 if (getLayout() != null && getLayout().getHeight() != availableHeight) {
130 if (layout.getHeight() > availableHeight) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
124 .getHeight() >= mBigBackgroundDrawable.getMinimumHeight());
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsShorterThanScreenTest.java153 mListView.getHeight() - mListView.getListPaddingBottom(),
161 return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingBottom());
H A DListOfItemsTallerThanScreenTest.java112 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1;
154 final int realBottom = mListView.getHeight() - mListView.getListPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java95 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
149 (int)(mActivity.getWindowManager().getDefaultDisplay().getHeight() * 0.75f));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
127 mHeight = inputFormat.getHeight();
H A DRotateFilter.java95 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
97 mHeight = inputFormat.getHeight();
H A DStraightenFilter.java97 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
99 mHeight = inputFormat.getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNearestTouchFrame.java89 mTouchingChild.getHeight() / 2 - event.getY());
111 int bottom = top + v.getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java75 int originalY = mInt2Cache[1] + original.getHeight() / 2;
80 int mirrorY = mInt2Cache[1] + mBrightnessMirror.getHeight() / 2;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java436 dest.writeInt(getHeight());
451 public int getHeight() { method in class:VideoProfile.CameraCapabilities
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java225 int screenHeight = activity.getWindowManager().getDefaultDisplay().getHeight();
231 final int viewHeight = v.getHeight();
251 final int viewHeight = v.getHeight();
291 final int viewHeight = v.getHeight();
326 final int viewHeight = v.getHeight();
387 final int viewHeight = v.getHeight();
474 final int viewHeight = v.getHeight();
496 final int viewHeight = v.getHeight();
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java135 int centerY = (int) (mBackground.getHeight()/5*3.8f);
155 mCard1.setY(mBackground.getHeight());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java148 Rect frameRect = new Rect(0, 0, image.getWidth(), image.getHeight());
166 Rect sourceRect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java76 mClipPath.addCircle(getWidth() / 2.0f, getHeight() / 2.0f,
77 Math.min(getWidth(), getHeight()) / 3.0f, Path.Direction.CW);
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java135 int textSize = canvas.getHeight() / 24;
140 int y = textSize + mRandom.nextInt(canvas.getHeight() - textSize);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java124 drawTarget.getHeight() - drawOffset + mStatusBarInset);
126 canvas.clipRect(0, 0, drawTarget.getWidth(), drawTarget.getHeight());

Completed in 969 milliseconds

1234567891011>>