Searched refs:targetRight (Results 1 – 2 of 2) sorted by relevance
742 float targetRight = getDismissThreshold(); in isWithinSnapMenuThreshold() local744 ? translation > snapBackThreshold && translation < targetRight in isWithinSnapMenuThreshold()745 : translation < -snapBackThreshold && translation > -targetRight; in isWithinSnapMenuThreshold()
382 final int targetRight = (parentWidth + targetWidth) / 2; in layout() local388 target.layout(targetLeft, top, targetRight, top + targetHeight); in layout()393 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight); in layout()