Home | History | Annotate | Download | only in provider

Lines Matching refs:getMarginStart

726         int contentRight = contentLp.getMarginStart() + getWidth();
739 drawerView.layout(drawerLp.getMarginStart() + offset, drawerLp.topMargin,
882 final int drawerLeft = drawerLp.getMarginStart() + getWidth() - onScreen;
1047 left = drawerLp.getMarginStart();
1049 left = drawerLp.getMarginStart() + getWidth() - drawerView.getWidth();
1085 left = drawerLp.getMarginStart() - drawerView.getWidth();
1087 left = drawerLp.getMarginStart() + getWidth();
1353 left = xvel > 0 ? lp.getMarginStart() : lp.getMarginStart() - drawerView.getWidth();
1356 left = xvel < 0 ? lp.getMarginStart() + getWidth() - drawerView.getWidth()
1357 : lp.getMarginStart() + getWidth();
1403 return Math.max(drawerLp.getMarginStart() - drawerView.getWidth(),
1404 Math.min(left, drawerLp.getMarginStart()));
1406 return Math.max(drawerLp.getMarginStart() + getWidth() - drawerView.getWidth(),
1407 Math.min(left, drawerLp.getMarginStart() + getWidth()));