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 460 private View fillSelection(int childrenTop, int childrenBottom) {
487 pinToBottom(childrenBottom);
491 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
514 private void pinToBottom(int childrenBottom) {
518 final int offset = childrenBottom - bottom;
709 * @param childrenBottom Last pixel where children can be drawn
712 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
734 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
762 * @param childrenBottom Bottom pixel were children can be drawn
768 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength
    [all...]
ListView.java 857 * @param childrenBottom Bottom of the area in which children can be drawn,
861 private View fillFromMiddle(int childrenTop, int childrenBottom) {
862 int height = childrenBottom - childrenTop;
    [all...]
AbsListView.java     [all...]

Completed in 104 milliseconds