Home
last modified time | relevance | path

Searched defs:width (Results 576 – 600 of 777) sorted by relevance

1...<<21222324252627282930>>...32

/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java440 public void initialize(int width, int height, int parentWidth, int parentHeight) { in initialize()
/aosp14/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java443 final int width = getWidth(); in onDraw() local
H A DTabWidget.java191 final int width = MeasureSpec.getSize(widthMeasureSpec); in measureHorizontal() local
H A DTableRow.java316 final int width = child.getMeasuredWidth() + layoutParams.leftMargin + in getColumnsWidths() local
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DIDisplayManager.aidl102 int width, int height, int densityDpi); in resizeVirtualDisplay()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java83 final float width = getWidth(); in getEdgesHelper() local
/aosp14/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl120 void setDimensionHints(in int width, in int height, in String callingPackage, int displayId); in setDimensionHints()
H A DLauncherActivity.java282 int width = mIconWidth; in createIconThumbnail() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_GraphicBuffer.cpp108 jint width, jint height, jint format, jint usage) { in android_graphics_GraphicBuffer_create()
H A Dandroid_opengl_GLES30.cpp490 …(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint heigh… in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
529 …(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint heigh… in android_glTexImage3D__IIIIIIIIII()
612 …t, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) { in android_glCopyTexSubImage3D__IIIIIIIII()
629 …(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint heigh… in android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2()
673 …(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint heigh… in android_glCompressedTexImage3D__IIIIIIIII()
1733 …(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint hei… in android_glRenderbufferStorageMultisample__IIIII()
5672 … numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) { in android_glInvalidateSubFramebuffer__II_3IIIIII()
5720 …nt target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) { in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
5762 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage2D__IIIII()
5775 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage3D__IIIIII()
[all …]
H A Dcom_google_android_gles_jni_GLImpl.cpp497 …is, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) { in android_glCopyTexSubImage2D__IIIIIIII()
2615 (JNIEnv *_env, jobject _this, jfloat width) { in android_glLineWidth__F()
2624 (JNIEnv *_env, jobject _this, jint width) { in android_glLineWidthx__I()
3459 …(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, job… in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3568 (JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) { in android_glScissor__IIII()
4098 (JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) { in android_glViewport__IIII()
7152 (JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) { in android_glDrawTexfOES__FFFFF()
7255 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) { in android_glDrawTexiOES__IIIII()
7358 (JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) { in android_glDrawTexsOES__SSSSS()
7461 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) { in android_glDrawTexxOES__IIIII()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java433 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java412 final int width = WindowDecoration.loadDimensionPixelSize( in testAddWindow() local
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeBounds.java447 final int width = view.getWidth(); in createAnimator() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java419 final int width = (int) (taskWidth * mHighResSnapshotScale); in drawAppThemeSnapshot() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java428 int width = drawable.getIntrinsicWidth(); in resizeDrawable() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityUtils.java571 int width = -1; in parseActivityWindowLayout() local
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1316 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged()
1330 public void onOverlayViewSizeChanged(int width, int height) { in onOverlayViewSizeChanged()
1823 void dispatchSurfaceChanged(int format, int width, int height) { in dispatchSurfaceChanged()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java815 public void onSurfaceChanged(@PixelFormat.Format int format, int width, int height) { in onSurfaceChanged()
829 public void onMediaViewSizeChanged(@Px int width, @Px int height) { in onMediaViewSizeChanged()
2056 void dispatchSurfaceChanged(int format, int width, int height) { in dispatchSurfaceChanged()
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt622 val width = 4 regex
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java465 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged()
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java507 final int width = drawable.getIntrinsicWidth(); in loadResource() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java645 final int width = dm.noncompatWidthPixels; in computeCompatibleScaling() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DPersistentDataStoreTest.java400 int width = 35; in testStoreAndRestoreResolution() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DGridLayoutManager.java287 final int width, height; in setMeasuredDimension() local
1019 public LayoutParams(int width, int height) { in LayoutParams()

1...<<21222324252627282930>>...32