Searched refs:clipTop (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBackgroundView.java | 97 int clipTop = (int) (mClipTopAmount - mDistanceToTopRoundness); in draw() local 98 if (clipTop >= 0 || !mFirstInSection) { in draw() 99 top += clipTop; in draw() 101 if (clipTop >= 0 && !mLastInSection) { in draw() 102 bottom += clipTop; in draw()
|
D | ExpandableNotificationRow.java | 2077 float clipTop = Math.min(params.getTop(), parentY); 2078 int minimumHeightForClipping = (int) (clipBottom - clipTop);
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfRenderer.cpp | 76 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage() argument 108 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeRenderPage()
|
D | PdfEditor.cpp | 111 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 158 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 32 int clipTop; member
|
/frameworks/base/native/webview/plat_support/ |
D | draw_gl_functor.cpp | 62 aw_info.clip_top = gl_info->clipTop; in operator ()()
|
D | draw_functor.cpp | 63 .clip_top = draw_gl_params.clipTop, in draw_gl()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 128 info.clipTop = clipBounds.fTop; in onDraw()
|
D | GLFunctorDrawable.cpp | 134 info.clipTop = clipBounds.fTop; in onDraw()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
D | PdfRenderer.java | 494 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 300 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance() local 301 clipTopAmount = Math.max(clipTop, clipTopAmount); in updateAppearance()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7942 float clipTop = (scrollY == 0) ? 0 : extendedPaddingTop + scrollY; in onDraw() local 7951 clipTop += Math.min(0, mShadowDy - mShadowRadius); in onDraw() 7955 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|