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

  /frameworks/base/core/java/android/widget/
GridView.java 450 private View fillSelection(int childrenTop, int childrenBottom) {
477 pinToBottom(childrenBottom);
481 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
504 private void pinToBottom(int childrenBottom) {
508 final int offset = childrenBottom - bottom;
699 * @param childrenBottom Last pixel where children can be drawn
702 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
724 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
752 * @param childrenBottom Bottom pixel were children can be drawn
758 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength
    [all...]
ListView.java 769 * @param childrenBottom Bottom of the area in which children can be drawn,
773 private View fillFromMiddle(int childrenTop, int childrenBottom) {
774 int height = childrenBottom - childrenTop;
826 * @param childrenBottom Last pixel where children can be drawn
829 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
837 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
885 * @param childrenBottom Bottom pixel were children can be drawn
890 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
892 int bottomSelectionPixel = childrenBottom;
    [all...]
AbsListView.java     [all...]

Completed in 41 milliseconds