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

  /frameworks/base/core/java/android/view/
TouchDelegate.java 60 * The touchable region of the View extends above its actual extent.
62 public static final int ABOVE = 1;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 84 /** Detail is positioned above the card (not yet implemented) **/
85 public static final int ABOVE = 1 << 3;
93 * extent of the card, depending on whether the detail is above or below the card.
98 * the card, depending on whether the detail is above or below the card.
103 * the card, depending on whether the detail is above or below the card.
354 * This sets the detail texture that floats above card n. It should only be called in response
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 88 public static final int ABOVE = 2;
287 graph.log(getResources(), ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM);
292 graph.getSortedViews(mSortedVerticalChildren, ABOVE, BELOW, ALIGN_BASELINE,
803 anchorParams = getRelatedViewParams(rules, ABOVE);
807 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
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/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 315 milliseconds