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

  /frameworks/base/core/java/android/widget/
GridView.java 370 final int fadingEdgeLength = getVerticalFadingEdgeLength();
371 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
385 fadingEdgeLength, numColumns, rowStart);
606 final int fadingEdgeLength = getVerticalFadingEdgeLength();
626 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
627 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
656 * @param fadingEdgeLength Length of the fading edge in pixels, if present
661 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
666 bottomSelectionPixel -= fadingEdgeLength;
675 * @param fadingEdgeLength Length of the fading edge in pixels, if presen
    [all...]
ListView.java 798 int fadingEdgeLength = getVerticalFadingEdgeLength();
803 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
805 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
854 * @param fadingEdgeLength Length of the fading edge in pixels, if present
858 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
862 bottomSelectionPixel -= fadingEdgeLength;
871 * @param fadingEdgeLength Length of the fading edge in pixels, if present
875 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
879 topSelectionPixel += fadingEdgeLength;
904 int fadingEdgeLength = getVerticalFadingEdgeLength()
    [all...]
HorizontalScrollView.java 681 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2;
682 final int leftWithoutFadingEdge = left + fadingEdgeLength;
683 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
    [all...]
ScrollView.java 677 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2;
678 final int topWithoutFadingEdge = top + fadingEdgeLength;
679 final int bottomWithoutFadingEdge = top + getHeight() - fadingEdgeLength;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 579 milliseconds