Home
last modified time | relevance | path

Searched defs:clipTop (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h32 int clipTop; member
/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp76 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage()
DPdfEditor.cpp111 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java494 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage()
DPdfEditor.java357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java97 int clipTop = (int) (mClipTopAmount - mDistanceToTopRoundness); in draw() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java300 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance() local
/frameworks/base/core/java/android/widget/
DTextView.java7942 float clipTop = (scrollY == 0) ? 0 : extendedPaddingTop + scrollY; in onDraw() local