Searched refs:drawerRight (Results 1 – 1 of 1) sorted by relevance
871 final int drawerRight = getWidth() - drawerLp.getMarginEnd() - offScreen; in drawChild() local874 Math.max(0, Math.min((float) drawerRight / mDragger.getEdgeSize(), 1.f)); in drawChild()875 mShadow.setBounds(drawerRight, child.getTop(), in drawChild()876 drawerRight + shadowWidth, child.getBottom()); in drawChild()