Home | History | Annotate | Download | only in widget

Lines Matching refs:START

150             @ViewDebug.FlagToString(mask = Gravity.START,
151 equals = Gravity.START, name = "START"),
169 private int mGravity = Gravity.START | Gravity.TOP;
1659 int start = 0;
1661 //In case of RTL, start drawing from the last child.
1663 start = count - 1;
1668 final int childIndex = start + dir * i;
1782 gravity |= Gravity.START;
1911 @ViewDebug.IntToString(from = Gravity.START, to = "START"),