Methoden |
protected void | loadChildren(ViewFactory f) |
public void | setParent(View parent) |
public int | getViewCount() |
public View | getView(int n) |
public void | replace(int offset, int length, View[] views) |
public Shape | getChildAllocation(int index, Shape a) |
public Shape | modelToView(int pos, Shape a, Position.Bias b) |
public Shape | modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) |
public int | viewToModel(float x, float y, Shape a, Position.Bias[] bias) |
public int | getNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) |
public int | getViewIndex(int pos, Position.Bias b) |
protected boolean | isBefore(int x, int y, Rectangle alloc) |
protected boolean | isAfter(int x, int y, Rectangle alloc) |
protected View | getViewAtPoint(int x, int y, Rectangle alloc) |
protected void | childAllocation(int index, Rectangle a) |
protected View | getViewAtPosition(int pos, Rectangle a) |
protected int | getViewIndexAtPosition(int pos) |
protected Rectangle | getInsideAllocation(Shape a) |
protected void | setParagraphInsets(AttributeSet attr) |
protected void | setInsets(short top, short left, short bottom, short right) |
protected short | getLeftInset() |
protected short | getRightInset() |
protected short | getTopInset() |
protected short | getBottomInset() |
protected int | getNextNorthSouthVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) |
protected int | getNextEastWestVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) |
protected boolean | flipEastAndWestAtEnds(int position, Position.Bias bias) |