Searched defs:clipTop (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 32 int clipTop; member
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfRenderer.cpp | 76 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage()
|
D | PdfEditor.cpp | 111 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 494 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage()
|
D | PdfEditor.java | 357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBackgroundView.java | 97 int clipTop = (int) (mClipTopAmount - mDistanceToTopRoundness); in draw() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 300 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance() local
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7942 float clipTop = (scrollY == 0) ? 0 : extendedPaddingTop + scrollY; in onDraw() local
|