Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java742 float targetRight = getDismissThreshold(); in isWithinSnapMenuThreshold() local
744 ? translation > snapBackThreshold && translation < targetRight in isWithinSnapMenuThreshold()
745 : translation < -snapBackThreshold && translation > -targetRight; in isWithinSnapMenuThreshold()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java382 final int targetRight = (parentWidth + targetWidth) / 2; in layout() local
388 target.layout(targetLeft, top, targetRight, top + targetHeight); in layout()
393 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight); in layout()