Home
last modified time | relevance | path

Searched refs:currentLeft (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DCling.java91 int currentLeft = mLocation[0] - (int) getTranslationX(); in adjustPosition() local
94 setTranslationX(left - currentLeft); in adjustPosition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java852 int currentLeft = left; in drawBackgroundRects() local
866 || ((currentLeft != ownLeft || currentRight != ownRight) && !first)) { in drawBackgroundRects()
867 canvas.drawRoundRect(currentLeft, in drawBackgroundRects()
874 currentLeft = ownLeft; in drawBackgroundRects()
880 canvas.drawRoundRect(currentLeft, in drawBackgroundRects()