Home
last modified time | relevance | path

Searched defs:width (Results 1251 – 1275 of 3185) sorted by relevance

1...<<51525354555657585960>>...128

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DMultiStateButton.java166 final int width = mButtonDrawable.getIntrinsicWidth(); in onDraw() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java117 int width, in surfaceChanged()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java91 public MeteringRectangle(int x, int y, int width, int height, int meteringWeight) { in MeteringRectangle()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewCursorAnchorInfoPerfTest.java128 void mySetFrame(int width, int height) { in mySetFrame()
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl31 oneway void setDesiredSize(int width, int height); in setDesiredSize()
/aosp14/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto34 optional int32 width = 4; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java166 float width = mFirstLine.getPaint().measureText(mText); in updateText() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp257 bool NativeContext::setThumbnail(const uint8_t* buffer, uint32_t width, uint32_t height) { in setThumbnail()
587 InputStripSource::InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, in InputStripSource()
722 uint32_t width, uint32_t height, uint32_t pixStride, uint32_t rowStride, in DirectStripSource()
853 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in calculateAndSetCrop() local
879 const CameraMetadata& characteristics, jint width, jint height) { in validateDngHeader()
1875 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local
1972 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local
2474 static void DngCreator_nativeSetThumbnail(JNIEnv* env, jobject thiz, jobject buffer, jint width, in DngCreator_nativeSetThumbnail()
2510 static void DngCreator_nativeWriteImage(JNIEnv* env, jobject thiz, jobject outStream, jint width, in DngCreator_nativeWriteImage()
2618 jobject inStream, jint width, jint height, jlong offset) { in DngCreator_nativeWriteInputStream()
[all …]
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java351 int width, in glCompressedTexImage2D()
363 int width, in glCompressedTexSubImage2D()
376 int width, in glCopyTexImage2D()
388 int width, in glCopyTexSubImage2D()
619 float width in glLineWidth()
623 int width in glLineWidthx()
795 int width, in glReadPixels()
841 int width, in glScissor()
914 int width, in glTexImage2D()
939 int width, in glTexSubImage2D()
[all …]
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java351 int width, in glCompressedTexImage2D()
363 int width, in glCompressedTexSubImage2D()
376 int width, in glCopyTexImage2D()
388 int width, in glCopyTexSubImage2D()
619 float width in glLineWidth()
623 int width in glLineWidthx()
795 int width, in glReadPixels()
841 int width, in glScissor()
914 int width, in glTexImage2D()
939 int width, in glTexSubImage2D()
[all …]
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp258 bool NativeContext::setThumbnail(const uint8_t* buffer, uint32_t width, uint32_t height) { in setThumbnail()
588 InputStripSource::InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, in InputStripSource()
723 uint32_t width, uint32_t height, uint32_t pixStride, uint32_t rowStride, in DirectStripSource()
854 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in calculateAndSetCrop() local
880 const CameraMetadata& characteristics, jint width, jint height) { in validateDngHeader()
1854 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local
1951 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local
2414 static void DngCreator_nativeSetThumbnail(JNIEnv* env, jobject thiz, jobject buffer, jint width, in DngCreator_nativeSetThumbnail()
2450 static void DngCreator_nativeWriteImage(JNIEnv* env, jobject thiz, jobject outStream, jint width, in DngCreator_nativeWriteImage()
2561 jobject inStream, jint width, jint height, jlong offset) { in DngCreator_nativeWriteInputStream()
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DGuideUtils.java96 int width = focusableRect.width(); in findNextFocusedProgram() local
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_virtual.cpp49 uint32_t width, uint32_t height) : in HWCDisplayVirtual()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dget_pred_outside.cpp246 int width, /* i */ in GetPredOutside()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java85 public void addView(View child, int width, int height) { in addView()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java31 public Rectangle(float x, float y, float width, float height) { in Rectangle()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DEvsEmulatedCamera.h56 int width; // Camera output width in pixels member
/aosp12/frameworks/base/libs/hwui/private/hwui/
H A DDrawGlInfo.h37 int width; member
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DCircleFramedDrawable.java62 final int width = icon.getWidth(); in CircleFramedDrawable() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java88 int width = right - left; in onLayoutChange() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java31 public Rectangle(float x, float y, float width, float height) { in Rectangle()
/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.h49 static void setWidth(int32_t width) { get()->mWidth = width; } in setWidth()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java88 int width = right - left; in onLayoutChange() local
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java237 int width, in glCompressedTexImage2D()
251 int width, in glCompressedTexSubImage2D()
266 int width, in glCopyTexImage2D()
280 int width, in glCopyTexSubImage2D()
609 float width in glLineWidth()
615 int width in glLineWidthx()
872 int width, in glReadPixels()
932 int width, in glScissor()
1055 int width, in glTexImage2D()
1086 int width, in glTexSubImage2D()
[all …]
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java237 int width, in glCompressedTexImage2D()
251 int width, in glCompressedTexSubImage2D()
266 int width, in glCopyTexImage2D()
280 int width, in glCopyTexSubImage2D()
609 float width in glLineWidth()
615 int width in glLineWidthx()
872 int width, in glReadPixels()
932 int width, in glScissor()
1055 int width, in glTexImage2D()
1086 int width, in glTexSubImage2D()
[all …]

1...<<51525354555657585960>>...128