HomeSort by relevance Sort by last modified time
    Searched refs:TOP (Results 226 - 250 of 494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchManyTest.java 70 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(),
153 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
170 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
187 Gravity.TOP | Gravity.LEFT, mListView.getTop());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 91 mOverviewPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
97 exportPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
101 mOverviewLinkPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
ApplicationPage.java 90 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
93 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 25 import static com.android.ide.common.api.SegmentType.TOP;
80 if (horizontalEdgeType == TOP) {
132 if (hEdge.edgeType == TOP) {
163 case TOP:
195 if (mHorizontalEdgeType == TOP) {
227 if (hEdge.edgeType == TOP) {
  /frameworks/av/media/libstagefright/tests/
Android.mk 42 $(TOP)/frameworks/native/include/media/openmax \
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 30 public static final int TOP = 0;
38 private static final int TOP_M = TOP * 16;
54 boolean changeSize, int left, int top, int right, int bottom) {
58 int h = bottom - top;
60 if ((i & 1) == 0) { // top or bottom
68 // EdgeEffect draws the TOP edge from (0, 0) to (w, Y * h) where Y
102 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
125 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X)
153 frameFontParam.pack(side=TOP,padx=5,pady=5,fill=X)
154 labelFontNameTitle.pack(side=TOP,anchor=W)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
163 frameIndentSize.pack(side=TOP,fill=X)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
165 self.scaleSpaceNum.pack(side=TOP,padx=5,fill=X)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
240 frameFgBg.pack(side=TOP,padx=5,pady=0
    [all...]
MultiStatusBar.py 23 c.pack(side=TOP)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X)
153 frameFontParam.pack(side=TOP,padx=5,pady=5,fill=X)
154 labelFontNameTitle.pack(side=TOP,anchor=W)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
163 frameIndentSize.pack(side=TOP,fill=X)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
165 self.scaleSpaceNum.pack(side=TOP,padx=5,fill=X)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
240 frameFgBg.pack(side=TOP,padx=5,pady=0
    [all...]
MultiStatusBar.py 23 c.pack(side=TOP)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 64 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP);
TextSwitcher1.java 75 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL);
TableLayout7.java 73 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 32 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
  /external/tcpdump/
acconfig.h 3 @TOP@
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
Android.mk 44 $(TOP)/frameworks/av/media/libstagefright/include \
45 $(TOP)/frameworks/native/include/media/openmax
  /packages/apps/Camera2/src/com/android/camera/ui/
RotatableLayout.java 199 ngravity |= Gravity.TOP;
204 if (contains(gravity, Gravity.TOP)) {
242 ngravity |= Gravity.TOP;
247 if (contains(gravity, Gravity.TOP)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 42 workaround.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1));
  /external/pixman/pixman/
pixman-arm-neon-asm-bilinear.S 94 add TMP1, TOP, TMP1, asl #2
102 add TMP1, TOP, TMP1, asl #1
134 add TMP1, TOP, TMP1, asl #1
137 add TMP2, TOP, TMP2, asl #1
159 add TMP1, TOP, TMP1, asl #1
162 add TMP2, TOP, TMP2, asl #1
170 add TMP1, TOP, TMP1, asl #1
173 add TMP2, TOP, TMP2, asl #1
632 TOP .req r1
653 TOP .req r
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 34 * A ListView that maintains a header pinned at the top of the list. The
73 private static final int TOP = 0;
196 // Disable vertical fading at the top when the pinned header is present
209 * Ensures that the selected item is positioned below the top-pinned headers
222 if (header.state == TOP) {
258 * Set header to be pinned at the top.
269 header.state = TOP;
271 // TODO perhaps we should animate at the top as well
308 * Set header to be pinned at the top of the first visible item.
325 int top = getTotalTopPinnedHeaderHeight() local
483 int top = 0; local
    [all...]
  /cts/tests/tests/drm/lib/
Android.mk 28 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 51 Gravity.apply(Gravity.TOP, 2, 3, mInRect, mOutRect);
54 assertEquals(20, mOutRect.top);
56 Gravity.apply(Gravity.TOP, 2, 3, mInRect, 5, 5, mOutRect);
59 assertEquals(25, mOutRect.top);
61 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, false /* LTR direction */);
64 assertEquals(20, mOutRect.top);
66 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, true /* RTL direction */);
69 assertEquals(20, mOutRect.top);
75 assertEquals(37, mOutRect.top);
80 assertEquals(32, mOutRect.top);
    [all...]
  /frameworks/av/cmds/screenrecord/
Android.mk 29 $(TOP)/frameworks/native/include/media/openmax \
  /hardware/samsung_slsi/exynos5/libv4l2/
Android.mk 26 $(TOP)/hardware/samsung_slsi/exynos5/libexynosutils
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/textswitcher/
MainActivity.java 98 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL);

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>