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 367 final int fadingEdgeLength = getVerticalFadingEdgeLength();
368 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
382 fadingEdgeLength, numColumns, rowStart);
603 final int fadingEdgeLength = getVerticalFadingEdgeLength();
623 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
624 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
653 * @param fadingEdgeLength Length of the fading edge in pixels, if present
658 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
663 bottomSelectionPixel -= fadingEdgeLength;
672 * @param fadingEdgeLength Length of the fading edge in pixels, if presen
    [all...]
ListView.java 780 int fadingEdgeLength = getVerticalFadingEdgeLength();
785 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
787 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
836 * @param fadingEdgeLength Length of the fading edge in pixels, if present
840 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
844 bottomSelectionPixel -= fadingEdgeLength;
853 * @param fadingEdgeLength Length of the fading edge in pixels, if present
857 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
861 topSelectionPixel += fadingEdgeLength;
886 int fadingEdgeLength = getVerticalFadingEdgeLength()
    [all...]
HorizontalScrollView.java 605 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2;
606 final int leftWithoutFadingEdge = left + fadingEdgeLength;
607 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
    [all...]
ScrollView.java 603 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2;
604 final int topWithoutFadingEdge = top + fadingEdgeLength;
605 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 349 milliseconds