HomeSort by relevance Sort by last modified time
    Searched full:drawerright (Results 1 - 1 of 1) sorted by null

  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 871 final int drawerRight = getWidth() - drawerLp.getMarginEnd() - offScreen;
874 Math.max(0, Math.min((float) drawerRight / mDragger.getEdgeSize(), 1.f));
875 mShadow.setBounds(drawerRight, child.getTop(),
876 drawerRight + shadowWidth, child.getBottom());
    [all...]

Completed in 211 milliseconds