Home | History | Annotate | Download | only in widget

Lines Matching defs:translationY

4411             final float translationY = child.getTranslationY();
4414 && y >= child.getTop() + translationY
4415 && y <= child.getBottom() + translationY) {