Searched defs:clipTop (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 32 int clipTop; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | SquigglyProgress.kt | 187 val clipTop = lineAmplitude + strokeWidth in <lambda>() constant
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfRenderer.cpp | 73 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage()
|
D | PdfEditor.cpp | 110 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ExpandableViewState.java | 324 boolean clipTop) { in startClipAnimation()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 497 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/ |
D | NotificationShelf.java | 403 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsController.java | 1156 int clipTop = mEnableClipping in applyClippingImmediately() local
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 8327 float clipTop = (scrollY == 0) ? 0 : extendedPaddingTop + scrollY; in onDraw() local
|