Searched refs:targetRight (Results 1 – 3 of 3) sorted by relevance
728 float targetRight = getDismissThreshold(); in isWithinSnapMenuThreshold() local730 ? translation > snapBackThreshold && translation < targetRight in isWithinSnapMenuThreshold()731 : translation < -snapBackThreshold && translation > -targetRight; in isWithinSnapMenuThreshold()
181 int targetRight = Math.max(insets.right, rightCutout); in fitSystemWindows() local185 if (targetRight != mRightInset || targetLeft != mLeftInset) { in fitSystemWindows()186 mRightInset = targetRight; in fitSystemWindows()
385 final int targetRight = (parentWidth + targetWidth) / 2; in layout() local391 target.layout(targetLeft, top, targetRight, top + targetHeight); in layout()396 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight); in layout()