Home
last modified time | relevance | path

Searched refs:clipBottom (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfRenderer.cpp73 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage() argument
105 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeRenderPage()
H A DPdfEditor.cpp110 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument
157 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
/aosp12/frameworks/base/libs/hwui/private/hwui/
H A DDrawGlInfo.h34 int clipBottom; member
/aosp12/frameworks/base/native/webview/plat_support/
H A Ddraw_gl_functor.cpp64 aw_info.clip_bottom = gl_info->clipBottom; in operator ()()
H A Ddraw_functor.cpp97 .clip_bottom = draw_gl_params.clipBottom, in draw_gl()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskThumbnailView.java245 int bottomInset = TaskView.clipBottom(dp) in getScaledInsets()
453 if (TaskView.clipBottom(dp)) { in updateThumbnailMatrix()
505 if (!TaskView.clipBottom(dp)) { in updateThumbnailMatrix()
H A DTaskView.java164 public static boolean clipBottom(DeviceProfile deviceProfile) { in clipBottom() method in TaskView
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DVkInteropFunctorDrawable.cpp134 info.clipBottom = clipBounds.fBottom; in onDraw()
H A DGLFunctorDrawable.cpp114 info.clipBottom = clipBounds.fBottom; in onDraw()
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
H A DPdfRenderer.java497 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java286 if (!TaskView.clipBottom(dp)) { in getTaskDimension()
301 if (TaskView.clipBottom(dp)) { in getTaskDimension()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java401 if (TaskView.clipBottom(dp)) { in getFullScreenScaleAndPivot()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java2114 float clipBottom = Math.max(params.getBottom(),
2118 int minimumHeightForClipping = (int) (clipBottom - clipTop);
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java8073 float clipBottom = bottom - top + scrollY in onDraw() local
8081 clipBottom += Math.max(0, mShadowDy + mShadowRadius); in onDraw()
8084 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()