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 430 private View fillSelection(int childrenTop, int childrenBottom) {
457 pinToBottom(childrenBottom);
461 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
484 private void pinToBottom(int childrenBottom) {
488 final int offset = childrenBottom - bottom;
679 * @param childrenBottom Last pixel where children can be drawn
682 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
704 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
732 * @param childrenBottom Bottom pixel were children can be drawn
738 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength
    [all...]
ListView.java 745 * @param childrenBottom Bottom of the area in which children can be drawn,
749 private View fillFromMiddle(int childrenTop, int childrenBottom) {
750 int height = childrenBottom - childrenTop;
802 * @param childrenBottom Last pixel where children can be drawn
805 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
813 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
861 * @param childrenBottom Bottom pixel were children can be drawn
866 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
868 int bottomSelectionPixel = childrenBottom;
    [all...]
AbsListView.java     [all...]

Completed in 104 milliseconds