HomeSort by relevance Sort by last modified time
    Searched defs:LEADING (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
GridLayout.java 57 * configured, grid index {@code 0} is fixed to the leading edge of the
600 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
607 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
608 return isAtEdge ? DEFAULT_CONTAINER_MARGIN : getDefaultMargin(c, horizontal, leading);
611 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) {
618 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading;
621 return getDefaultMargin(c, isAtEdge, horizontal, leading);
624 int getMargin1(View view, boolean horizontal, boolean leading) {
627 (leading ? lp.leftMargin : lp.rightMargin)
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 57 * configured, grid index {@code 0} is fixed to the leading edge of the
563 return LEADING;
580 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
587 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
588 return isAtEdge ? DEFAULT_CONTAINER_MARGIN : getDefaultMargin(c, horizontal, leading);
591 private int getDefaultMarginValue(View c, LayoutParams p, boolean horizontal, boolean leading) {
598 boolean leading1 = (horizontal && isLayoutRtl(this)) ? !leading : leading;
601 return getDefaultMargin(c, isAtEdge, horizontal, leading);
604 int getMargin1(View view, boolean horizontal, boolean leading) {
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 1252 milliseconds