Searched refs:getHeight (Results 151 - 175 of 602) sorted by relevance

1234567891011>>

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h36 virtual int getHeight() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h38 virtual int getHeight() const { function in class:FrameSequence_webp
H A DFrameSequence_webp.cpp54 const int canvasHeight = getHeight();
122 getWidth(), getHeight(), getFrameCount(), mFormatFlags);
184 const int canvasHeight = mFrameSequence.getHeight();
195 const int canvasHeight = mFrameSequence.getHeight();
235 const int canvasHeight = mFrameSequence.getHeight();
289 const int canvasHeight = mFrameSequence.getHeight();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DIconInfo.java38 public int getHeight() { method in class:IconInfo
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java76 out.set(0, 0, descendant.getWidth(), descendant.getHeight());
H A DAppBarLayout.java305 ? child.getHeight()
355 ? child.getHeight()
393 ? child.getHeight()
665 && parent.getHeight() - directTargetChild.getHeight() <= child.getHeight();
968 offset += Math.round(child.getHeight() * mOffsetToChildIndexOnLayoutPerc);
1065 childScrollableHeight += child.getHeight() + childLp.topMargin
1113 ss.firstVisibileChildPercentageShown = visBottom / (float) child.getHeight();
1228 availableHeight = parent.getHeight();
[all...]
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
H A DShadowHelperApi21.java37 outline.setRect(0, 0, view.getWidth(), view.getHeight());
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java59 return view.getWidth() > 0 && view.getHeight() > 0;
/frameworks/support/v4/java/android/support/v4/graphics/
H A DBitmapCompat.java46 return bitmap.getRowBytes() * bitmap.getHeight();
/frameworks/support/v4/java/android/support/v4/widget/
H A DListViewAutoScrollHelper.java74 if (lastView.getBottom() <= target.getHeight()) {
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java165 int height = pixels.getHeight();
206 int height = pixels.getHeight();
320 int height = size.getHeight();
375 int height = size.getHeight();
417 writeByteBuffer(pixels.getWidth(), pixels.getHeight(), buf, dngOutput,
524 int height = yuvImage.getHeight();
583 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/core/java/com/android/internal/widget/
H A DFloatingToolbar.java523 mPopupWindow.update(mCoordsOnWindow.x, mCoordsOnWindow.y, getWidth(), getHeight());
536 public int getHeight() { method in class:FloatingToolbar.FloatingToolbarPopup
537 return mPopupWindow.getHeight();
587 y = contentRectOnScreen.top - getHeight();
610 getHeight();
705 final int targetHeight = overflowPanelSize.getHeight();
708 final int startHeight = mContentContainer.getHeight();
734 float y = startY - (mContentContainer.getHeight() - startHeight);
763 final int targetHeight = mainPanelSize.getHeight();
765 final int startHeight = mContentContainer.getHeight();
[all...]
H A DDrawableHolder.java134 canvas.translate(-0.5f*getWidth(), -0.5f*getHeight());
206 public int getHeight() { method in class:DrawableHolder
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java250 reconfigure(width, getHeight(), getConfig());
282 reconfigure(getWidth(), getHeight(), config);
611 final int height = src.getHeight();
633 return createBitmap(src, 0, 0, src.getWidth(), src.getHeight());
688 if (y + height > source.getHeight()) {
694 height == source.getHeight() && (m == null || m.isIdentity())) {
1109 public final int getHeight() { method in class:Bitmap
1111 Log.w(TAG, "Called getHeight() on a recycle()'d bitmap! This is undefined behavior!");
1129 return scaleFromDensity(getHeight(), mDensity, canvas.mDensity);
1145 return scaleFromDensity(getHeight(), mDensit
[all...]
H A DNinePatch.java231 public int getHeight() { method in class:NinePatch
232 return mBitmap.getHeight();
/frameworks/base/core/java/android/transition/
H A DSidePropagation.java95 int bottom = top + sceneRoot.getHeight();
158 return sceneRoot.getHeight();
/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.java150 mListView.getHeight() - mListView.getListPaddingBottom(),
158 return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingBottom());
H A DListOfItemsTallerThanScreenTest.java110 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1;
152 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/telecomm/java/android/telecom/
H A DVideoProfile.java412 dest.writeInt(getHeight());
427 public int getHeight() { method in class:VideoProfile.CameraCapabilities

Completed in 4579 milliseconds

1234567891011>>