Searched refs:getWidth (Results 126 - 150 of 391) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java283 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
291 startX - tempLocation[0] + view.getWidth(),
294 endX - tempLocation[0] + view.getWidth(),
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp178 rect.set(Rect(buffer->getWidth(), buffer->getHeight()));
194 buffer->getWidth(), buffer->getHeight(), bytesCount);
196 if (buffer->getWidth() > 0 && buffer->getHeight() > 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java109 final int w = getWidth();
179 final float w = getWidth();
258 && x < getWidth() + mTouchSlop
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java182 || renderer.scale > 0 || getWidth() == 0) {
186 (float) getWidth() / (float) renderer.source.getImageWidth(),
262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h105 uint32_t getWidth() const;
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java129 updateThumbPos(getWidth(), getHeight());
231 setThumbPos(getWidth(), thumb, scale, Integer.MIN_VALUE);
424 final int width = getWidth();
569 setThumbPos(getWidth(), thumb, scale, Integer.MIN_VALUE);
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java171 public int getWidth() { method in class:YuvImage
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapOverlayFilter.java133 FrameFormat format = ImageFormat.create(mBitmap.getWidth(),
H A DCropFilter.java125 outputFormat.setDimensions(mOutputWidth == -1 ? outputFormat.getWidth() : mOutputWidth,
H A DFixedRotationFilter.java73 int width = inputFormat.getWidth();
H A DImageSlicer.java78 mInputWidth = frame.getFormat().getWidth();
H A DResizeFilter.java98 mOHeight = mOWidth * inputFormat.getHeight() / inputFormat.getWidth();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java100 calcMeanAndStd(pixelBuffer, inputFrame.getWidth(), inputFrame.getHeight(), mCropRect);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java98 if (x + 20.0f + speedX >= mSurface.getWidth() || x + speedX <= 0.0f) {
H A DColorFiltersActivity.java86 canvas.translate(120.0f + mBitmap1.getWidth() + 120.0f, 50.0f);
H A DDisplayListLayersActivity.java116 canvas.drawRect(0, 0, getWidth(), getHeight(), mPaint);
H A DFramebufferBlendActivity.java54 mTexWidth = mTexture.getWidth();
H A DQuickRejectActivity.java84 canvas.drawBitmap(mBitmap1, -mBitmap1.getWidth(), 0.0f, mBitmapPaint);
H A DTextGammaActivity.java49 Bitmap b = Bitmap.createBitmap(gamma.getWidth(), gamma.getHeight(),
H A DThinPatchesActivity.java78 final int left = (getWidth() - width) / 2;
101 // RectF dst = new RectF(0, 0, getWidth(), getHeight());
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java175 int w = bitmap.getWidth();
182 final int thumbWidth = bitmap.getWidth();
218 mPortraitMode = decorView.getHeight() > decorView.getWidth();
250 int thumbWidth = r.thumbnail.getWidth();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java97 page.setTranslationX(-position * page.getWidth());
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp156 RSD_CALL_GL(glViewport, 0, 0, rsc->getWidth(), rsc->getHeight());
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java104 int width = getWidth();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp324 float xScale = crop.getWidth() / float(winWidth);
535 mTexture.setDimensions(mActiveBuffer->getWidth(), mActiveBuffer->getHeight());
734 c.active.crop.getWidth(),
741 c.requested.crop.getWidth(),
748 s.active.crop.getWidth(),
755 s.requested.crop.getWidth(),
976 uint32_t bufWidth = buf->getWidth();
1019 front.active.crop.getWidth(),
1026 front.requested.crop.getWidth(),
1116 uint32_t bufWidth = mActiveBuffer->getWidth();
[all...]

Completed in 478 milliseconds

1234567891011>>