HomeSort by relevance Sort by last modified time
    Searched refs:ABOVE (Results 1 - 25 of 46) sorted by null

1 2

  /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;
  /external/fonttools/Lib/fontTools/
agl.py 16 # Redistributions of source code must retain the above
20 # Redistributions in binary form must reproduce the above
100 # - Corrected statement above about why "ffi" is omitted.
130 00C5;Aring;LATIN CAPITAL LETTER A WITH RING ABOVE
131 01FA;Aringacute;LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
140 010A;Cdotaccent;LATIN CAPITAL LETTER C WITH DOT ABOVE
152 0116;Edotaccent;LATIN CAPITAL LETTER E WITH DOT ABOVE
169 0120;Gdotaccent;LATIN CAPITAL LETTER G WITH DOT ABOVE
183 0130;Idotaccent;LATIN CAPITAL LETTER I WITH DOT ABOVE
302 016E;Uring;LATIN CAPITAL LETTER U WITH RING ABOVE
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
position_util.js 39 ABOVE: 3, // p: bottom, a: top, p: left, a: left
99 type = AnchorType.ABOVE;
102 case AnchorType.ABOVE:
135 case AnchorType.ABOVE:
158 case AnchorType.ABOVE:
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 12 * The above copyright notice and this permission notice (including the
86 NORMAL, ABOVE, BELOW, LEFT_OF, RIGHT_OF,
psb_ctexture.c 13 * The above copyright notice and this permission notice (including the
374 case ABOVE:
433 case ABOVE:
psb_xrandr.c 12 * The above copyright notice and this permission notice (including the
53 case ABOVE:
54 return "ABOVE";
202 extend_crtc->location = ABOVE;
245 psb_xrandr_info->extend_crtc->location = ABOVE;
    [all...]
psb_coverlay.c 12 * The above copyright notice and this permission notice (including the
719 case ABOVE:
    [all...]
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 90 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
196 SpeedState state = SpeedState.ABOVE;
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 90 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
196 SpeedState state = SpeedState.ABOVE;
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 90 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
196 SpeedState state = SpeedState.ABOVE;
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 94 // view4, has same right position with view3 and above view3.
102 assertEquals(R.id.relative_view3, rules[RelativeLayout.ABOVE]);
216 // view4, has same right position with view3 and above view3.
226 assertEquals(R.id.relative_view23, rules[RelativeLayout.ABOVE]);
231 assertEquals(R.id.relative_view23, rules[RelativeLayout.ABOVE]);