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 746 * @param childrenBottom Bottom of the area in which children can be drawn,
750 private View fillFromMiddle(int childrenTop, int childrenBottom) {
751 int height = childrenBottom - childrenTop;
803 * @param childrenBottom Last pixel where children can be drawn
806 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
814 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
862 * @param childrenBottom Bottom pixel were children can be drawn
867 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
869 int bottomSelectionPixel = childrenBottom;
    [all...]
AbsListView.java     [all...]

Completed in 1090 milliseconds