HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 374 assertEquals(Gravity.BOTTOM, layoutParams.gravity);
TextViewTest.java 364 assertEquals(Gravity.BOTTOM | Gravity.START, mTextView.getGravity());
378 mTextView.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL);
379 assertEquals(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, mTextView.getGravity());
2929 final Drawable bottom = mActivity.getResources().getDrawable(R.drawable.red); local
2983 final Drawable bottom = mActivity.getResources().getDrawable(R.drawable.red); local
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 523 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
524 super.onLayout(changed, left, top, right, bottom);
545 case Gravity.BOTTOM:
576 int switchInnerBottom = switchBottom - mTempRect.bottom;
Gallery.java 879 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height);
922 int availableSpace = myHeight - mSpinnerPadding.bottom
926 case Gravity.BOTTOM:
927 childTop = myHeight - mSpinnerPadding.bottom - childHeight;
    [all...]
PopupWindow.java 849 * <p>Display the content view in a popup window anchored to the bottom-left
852 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
864 * <p>Display the content view in a popup window anchored to the bottom-left
868 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
922 * Indicates whether the popup is showing above (the y coordinate of the popup's bottom
924 * of the popup is greater than y coordinate of the anchor's bottom).
    [all...]
TextView.java 1554 int bottom = getCompoundPaddingBottom(); local
1587 int bottom = getCompoundPaddingBottom(); local
4358 int bottom = mLayout.getLineBottom(lineEnd); local
4783 final int bottom = mBottom; local
5063 final int bottom = mLayout.getLineTop(line + 1); local
6861 final int bottom = mLayout.getLineTop(line + 1); local
7041 final int bottom = mLayout.getLineTop(line + 1); local
    [all...]
GridLayout.java 121 * and <em>bottom</em> edges.
179 * {@link android.view.View#getBottom() bottom} and
    [all...]
AbsListView.java 98 * The list will automatically scroll to the bottom when a data set change
106 * The list will automatically scroll to the bottom, no matter what items
313 * The selection's bottom padding
407 * Indicates whether the list is stacked from the bottom edge or
533 * This view is in transcript mode -- it shows the bottom of the list when the data
609 * Tracks the state of the bottom edge glow.
621 * An estimate of how many pixels are between the bottom of the list and
622 * the bottom of the last position in the adapter, based on the last time
634 * the bottom correctly on resizes.
1727 final int bottom = view.getBottom(); local
1813 final int bottom = getChildAt(count - 1).getBottom(); local
4750 final int bottom = v.getBottom(); local
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 98 * Scroll a ViewGroup to the bottom by repeatedly calling
114 * Scroll a ViewGroup to the bottom by repeatedly calling
179 * Simulate touching the center of a view and dragging to the bottom of the screen.
194 * Simulate touching the center of a view and dragging to the bottom of the screen.
205 * Simulate touching the center of a view and dragging to the bottom of the screen.
222 * Simulate touching the center of a view and dragging to the bottom of the screen.
494 * @param gravity A combination of (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL,
510 case Gravity.BOTTOM:
537 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
559 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 387 below = feedback.tooltipY == SegmentType.BOTTOM;
    [all...]
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 816 int bottom = top + getHeight() - mPaddingTop - mPaddingBottom; local
817 r.set(left, top, right, bottom);
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 391 JTabbedPane pane= new JTabbedPane(SwingConstants.BOTTOM);
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 336 * Z-ordered (bottom-most first) list of all application tokens, for
355 * Z-ordered (bottom-most first) list of all Window objects.
361 * bottom, opposite of mWindows.
926 WindowState bottom = atoken.windows.get(0); local
5128 int bottom = wf.bottom - cr.bottom; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 684 case BOTTOM:
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
PhoneWindowManager.java 177 // wallpaper is at the bottom, though the window manager may move it.
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 232 graphSizer2.Add(self.chkGraphAppEvts, 0, wx.TOP | wx.BOTTOM, BUT_SPACE)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 349 RefPtr<CSSPrimitiveValue> bottom; local
350 if (image.slices().bottom().isPercent())
351 bottom = primitiveValueCache->createValue(image.slices().bottom().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
353 bottom = primitiveValueCache->createValue(image.slices().bottom().value(), CSSPrimitiveValue::CSS_NUMBER);
364 rect->setBottom(bottom);
418 l = style->bottom();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 391 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 3133 int bottom = (int) ev.bottom; local
3718 int bottom = mFirstCell; local
4066 int bottom = mAlldayHeight + DAY_HEADER_HEIGHT + ALLDAY_TOP_MARGIN; local
    [all...]

Completed in 763 milliseconds

1 2 34 5