Lines Matching defs:end

2399         int end;
2404 end = count;
2408 end = -1;
2411 for (int i = index; i != end; i += increment) {
2984 final Runnable end = new Runnable() {
2989 post(end);
3040 final Runnable end = new Runnable() {
3045 post(end);
3511 * If index is negative, it means put it at the end of the list.
3526 * If index is negative, it means put it at the end of the list.
3686 final int end = Math.min(childrenCount, start + count);
3688 if (start == end) {
3692 if (end == childrenCount) {
3693 for (int i = start; i < end; i++) {
3698 for (int i = start; i < end; i++) {
3704 System.arraycopy(children, end, children, start, childrenCount - end);
3706 for (int i = childrenCount - (end - start); i < childrenCount; i++) {
3711 mChildrenCount -= (end - start);
3915 final int end = start + count;
3917 for (int i = start; i < end; i++) {
6057 * The end margin in pixels of the child.
6065 * The default start and end margin.
6257 * @param end the right margin size
6267 public void setMarginsRelative(int start, int top, int end, int bottom) {
6270 endMargin = end;
6309 * Sets the relative end margin.
6311 * @param end the end margin size
6315 public void setMarginEnd(int end) {
6316 endMargin = end;
6321 * Returns the end margin in pixels.
6325 * @return the end margin in pixels.
6402 // if left or right margins are not defined and if we have some start or end margin
6403 // defined then use those start and end margins.
6413 // We have some relative margins (either the start one or the end one or both). So use
6415 // or end margin is not defined, just set it to default "0".
6568 * to end based on how they are laid out and the layout direction.