Home
last modified time | relevance | path

Searched refs:targetRight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java728 float targetRight = getDismissThreshold(); in isWithinSnapMenuThreshold() local
730 ? translation > snapBackThreshold && translation < targetRight in isWithinSnapMenuThreshold()
731 : translation < -snapBackThreshold && translation > -targetRight; in isWithinSnapMenuThreshold()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java181 int targetRight = Math.max(insets.right, rightCutout); in fitSystemWindows() local
185 if (targetRight != mRightInset || targetLeft != mLeftInset) { in fitSystemWindows()
186 mRightInset = targetRight; in fitSystemWindows()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java385 final int targetRight = (parentWidth + targetWidth) / 2; in layout() local
391 target.layout(targetLeft, top, targetRight, top + targetHeight); in layout()
396 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight); in layout()