Searched refs:startRight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 298 final int startRight = startBounds.right; in createAnimator() local 302 final int startWidth = startRight - startLeft; in createAnimator() 311 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 352 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 366 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 325 private val startRight = right in <lambda>() constant in com.android.systemui.animation.State 347 get() = right - startRight in <lambda>() 450 val startRight = state.right in <lambda>() constant 451 val startXCenter = (startLeft + startRight) / 2f in <lambda>() 452 val startWidth = startRight - startLeft in <lambda>() 555 state.bottom != startBottom && state.right != startRight) { in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | ActionMenuView.java | 507 int startRight = getWidth() - getPaddingRight(); in onLayout() local 515 startRight -= lp.rightMargin; in onLayout() 519 v.layout(startRight - width, t, startRight, t + height); in onLayout() 520 startRight -= width + lp.leftMargin + spacerSize; in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 2340 final int startRight = mKeyguardStatusAreaClipBounds.right; in applyQSClippingBounds() local 2355 int animRight = (int) MathUtils.lerp(startRight, in applyQSClippingBounds()
|