Searched refs:getWidth (Results 251 - 275 of 699) sorted by relevance

<<11121314151617181920>>

/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java171 public int getWidth() { method in class:YuvImage
/frameworks/base/libs/hwui/
H A DAssetAtlas.cpp43 buffer->getWidth(), buffer->getHeight(), GL_RGBA);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapOverlayFilter.java127 FrameFormat format = ImageFormat.create(mBitmap.getWidth(),
H A DCropFilter.java119 outputFormat.setDimensions(mOutputWidth == -1 ? outputFormat.getWidth() : mOutputWidth,
H A DFixedRotationFilter.java72 int width = inputFormat.getWidth();
H A DImageSlicer.java76 mInputWidth = frame.getFormat().getWidth();
H A DResizeFilter.java95 mOHeight = mOWidth * inputFormat.getHeight() / inputFormat.getWidth();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java68 final int w = getWidth();
H A DQSDetailClipper.java43 final int w = mDetail.getWidth() - x;
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DMinimizedDockShadow.java92 canvas.drawRect(0, 0, getWidth(), getHeight(), mShadowPaint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
/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 DHardwareCanvasTextureViewActivity.java101 if (x + 20.0f + speedX >= mView.getWidth() || x + speedX <= 0.0f) {
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/camera2/portability/src/com/android/ex/camera2/portability/
H A DSize.java135 val = new Point(other.getWidth(), other.getHeight());
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java36 public int getWidth() { return mWidth; } method in class:FrameSequence
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java97 page.setTranslationX(-position * page.getWidth());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java163 final int width = getWidth();
169 // getWidth() has a reliable, non-zero value or else we will see the fragment flicker on
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStatusBarBackgroundLayout.java88 mStatusBarBackground.setBounds(0, 0, getWidth(), insetTop);

Completed in 711 milliseconds

<<11121314151617181920>>