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

  /frameworks/base/core/java/android/widget/
GridView.java 433 final int fadingEdgeLength = getVerticalFadingEdgeLength();
434 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
448 fadingEdgeLength, numColumns, rowStart);
669 final int fadingEdgeLength = getVerticalFadingEdgeLength();
689 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
690 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
719 * @param fadingEdgeLength Length of the fading edge in pixels, if present
724 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
729 bottomSelectionPixel -= fadingEdgeLength;
738 * @param fadingEdgeLength Length of the fading edge in pixels, if presen
    [all...]
HorizontalScrollView.java 770 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2;
771 final int leftWithoutFadingEdge = left + fadingEdgeLength;
772 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
    [all...]
ScrollView.java 770 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2;
771 final int topWithoutFadingEdge = top + fadingEdgeLength;
772 final int bottomWithoutFadingEdge = top + getHeight() - fadingEdgeLength;
    [all...]
ListView.java 803 int fadingEdgeLength = getVerticalFadingEdgeLength();
808 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
810 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
859 * @param fadingEdgeLength Length of the fading edge in pixels, if present
863 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
867 bottomSelectionPixel -= fadingEdgeLength;
876 * @param fadingEdgeLength Length of the fading edge in pixels, if present
880 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
884 topSelectionPixel += fadingEdgeLength;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 42 milliseconds