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 420 private View fillSelection(int childrenTop, int childrenBottom) {
447 pinToBottom(childrenBottom);
451 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
474 private void pinToBottom(int childrenBottom) {
478 final int offset = childrenBottom - bottom;
669 * @param childrenBottom Last pixel where children can be drawn
672 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
694 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
722 * @param childrenBottom Bottom pixel were children can be drawn
728 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength
    [all...]
ListView.java 743 * @param childrenBottom Bottom of the area in which children can be drawn,
747 private View fillFromMiddle(int childrenTop, int childrenBottom) {
748 int height = childrenBottom - childrenTop;
800 * @param childrenBottom Last pixel where children can be drawn
803 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
811 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
859 * @param childrenBottom Bottom pixel were children can be drawn
864 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
866 int bottomSelectionPixel = childrenBottom;
    [all...]
AbsListView.java     [all...]

Completed in 44 milliseconds