Home
last modified time | relevance | path

Searched defs:width (Results 151 – 175 of 777) sorted by relevance

12345678910>>...32

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java25 public void onSizeChanged(int width, int height); in onSizeChanged()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java114 public int registerSurfaceTexture(SurfaceTexture surfaceTexture, int width, int height) { in registerSurfaceTexture()
181 private native int nativeAddSurfaceWidthHeight(Surface surface, int width, int height); in nativeAddSurfaceWidthHeight()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTimer.cpp213 int cumulative, int current, int count, int width, int time) { in compute()
268 const int ResourceTimer::Timer::width[] = { 1 * US, 10 * US, 100 * US, 1000 * US }; member in android::ResourceTimer::Timer
/aosp14/frameworks/base/libs/hwui/utils/
H A DBlur.cpp95 int32_t width, int32_t height) { in horizontal()
138 int32_t width, int32_t height) { in vertical()
/aosp14/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
H A DTouchLatencyView.java132 int width = canvas.getWidth(); in drawBall() local
181 canvas.drawText(mDf.format(mFps), width, 100, mTextPaint); in drawBall() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsUtil.java57 static void centerBounds(@NonNull TaskDisplayArea displayArea, int width, int height, in centerBounds()
101 final int width = Math.min(maxWidth, Math.max(freeformWidth, layoutMinWidth)); in getDefaultFreeformSize() local
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DGameActivity.java54 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java85 protected Frame frameFromTexture(int texId, int width, int height) { in frameFromTexture()
H A DSizeChangeEffect.java41 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DSaveLayer2Animation.cpp36 void createContent(int width, int height, Canvas& canvas) override { in createContent()
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp47 jint width, in Java_android_filterfw_core_GLFrame_nativeAllocate()
62 jint width, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
77 jint width, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
244 jint width, in Java_android_filterfw_core_GLFrame_setNativeViewport()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowLayout.java52 final int width = calculateLength(attrs.width, requestedWidth, in computeFrames() local
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.aidl39 void changePeerDimensions(int width, int height); in changePeerDimensions()
/aosp14/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java28 public final float width; field in OrientedBoundingBox
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java44 assertEquals(p.width(), width); in testBasic() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DMovieImpl.cpp35 int Movie::width() in width() function in Movie
/aosp14/frameworks/base/core/java/android/util/
H A DSize.java31 public Size(int width, int height) { in Size()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallCallback.aidl45 void changePeerDimensions(int width, int height); in changePeerDimensions()
/aosp14/frameworks/base/core/proto/android/view/
H A Dviewrootimpl.proto34 optional int32 width = 4; field
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingImageMessage.java164 int width = (int) Math.max((Math.min(getHeight(), getActualHeight()) * mAspectRatio), in onDraw() local
182 int width = right - left; in getRoundedRectPath() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java70 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
123 int width = child.getMeasuredWidth(); in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeHeaderControllerTest.kt403 val width = 200 regex
416 val width = 200 regex
730 val width = 100 regex
767 val width = 100 regex
827 val width = 50 regex
/aosp14/frameworks/base/media/java/android/media/
H A DImageWriter.java196 @IntRange(from = 1) int maxImages, @Format int format, int width, int height) { in newInstance()
254 int hardwareBufferFormat, int dataSpace, int width, int height, long usage) { in initializeImageWriter()
292 int imageFormat, int width, int height) { in ImageWriter()
304 int imageFormat, int width, int height, long usage) { in ImageWriter()
317 int hardwareBufferFormat, int dataSpace, int width, int height, long usage) { in ImageWriter()
1294 int width, int height, boolean useSurfaceImageFormatInfo, int hardwareBufferFormat, in nativeInit()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrYuvLuminanceSource.java27 public QrYuvLuminanceSource(byte[] yuvData, int width, int height) { in QrYuvLuminanceSource()
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()

12345678910>>...32