Searched refs:getWidth (Results 101 - 125 of 567) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java72 public int getWidth() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java86 public int getWidth() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java81 public int getWidth() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/transition/
H A DVisibilityPropagation.java53 loc[0] += view.getWidth() / 2;
/frameworks/base/core/java/android/util/
H A DSize.java40 public int getWidth() { method in class:Size
H A DSizeF.java51 public float getWidth() { method in class:SizeF
/frameworks/base/core/java/android/view/
H A DActionMode.java362 outRect.set(0, 0, view.getWidth(), view.getHeight());
H A DTouchDelegate.java142 event.setLocation(delegateView.getWidth() / 2, delegateView.getHeight() / 2);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DPictureDrawable.java76 return mPicture != null ? mPicture.getWidth() : -1;
/frameworks/base/libs/hwui/
H A DAssetAtlas.h129 uint32_t getWidth() const { function in class:android::uirenderer::AssetAtlas
H A DLayerCache.h108 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
H A DRenderBuffer.h104 uint32_t getWidth() const { function in struct:android::uirenderer::RenderBuffer
H A DRenderBufferCache.h90 mWidth(buffer->getWidth()), mHeight(buffer->getHeight()) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureTarget.java50 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(),
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java89 int pixelCount = inputFormat.getWidth() * inputFormat.getHeight();
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java74 int width = texture.getWidth();
127 public int getWidth() { return mWidth; } method in class:ETC1Util.ETC1Texture
166 width = ETC1.getWidth(headerBuffer);
210 int width = texture.getWidth();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DLiftToActivateListener.java56 && (x < v.getWidth() - v.getPaddingRight())
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBitmapHelper.java39 final int inWidth = input.getWidth();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissView.java51 || touchX > mContent.getX() + mContent.getWidth()
H A DNotificationGuts.java47 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java38 canvas.clipRect(0, getHeight() - getPaddingBottom(), getWidth(), getHeight());
H A DUserAvatarView.java134 int vwidth = getWidth() - mPaddingLeft - mPaddingRight;
140 dwidth = mBitmap.getWidth();
170 float halfW = getWidth() / 2f;
178 float halfBW = mBitmap.getWidth() / 2f;
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java56 final int width = getWidth();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotate3dTextActivity.java79 canvas.drawText(TEXT, getWidth() / 2.0f, getHeight() / 2.0f, mPaint);
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DSubActivity.java43 int dx = getWindowManager().getDefaultDisplay().getWidth();

Completed in 559 milliseconds

1234567891011>>