Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h34 int clipBottom; member
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java365 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip()
/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp107 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java283 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
309 int clipLeft, int clipTop, int clipRight, int clipBottom, in callPositionChanged2()
407 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
/frameworks/base/core/java/android/view/
DSurfaceView.java1735 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1292 int clipBottom = (int) (bottom - currentTranslation - mQsFrame.getTop()); in applyClippingImmediately() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2933 float clipBottom = Math.max(params.getBottom() - notificationStackTop, in applyLaunchAnimationParams() local
/frameworks/base/core/java/android/widget/
DTextView.java9371 float clipBottom = bottom - top + scrollY in onDraw() local