HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 151 - 175 of 218) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/core/java/android/widget/
FastScroller.java 432 mPreviewImage.setPadding(padding.left, padding.top, padding.right, padding.bottom);
522 bounds.bottom += mPreviewImage.getPaddingBottom();
537 view.layout(bounds.left, bounds.top, bounds.right, bounds.bottom);
555 margins.bottom = mPreviewImage.getPaddingBottom();
619 final int bottom = top + view.getMeasuredHeight(); local
620 out.set(left, top, right, bottom);
648 final int bottom = top + preview.getMeasuredHeight(); local
651 out.set(left, top, right, bottom);
665 container.bottom = list.getHeight();
673 container.bottom -= list.getPaddingBottom()
714 final int bottom = container.bottom - thumbHalfHeight; local
1098 final int bottom = container.bottom; local
1127 final int bottom = container.bottom; local
1410 final float bottom = mThumbImage.getBottom() + offset; local
1526 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); local
    [all...]
GridLayout.java 127 * and <em>bottom</em> edges.
196 * {@link android.view.View#getBottom() bottom} and
631 return horizontal ? RIGHT : BOTTOM;
913 int bottom = getHeight() - getPaddingBottom() - insets.bottom; local
    [all...]
TextView.java 1829 int bottom = getCompoundPaddingBottom(); local
1862 int bottom = getCompoundPaddingBottom(); local
4625 int bottom = mLayout.getLineBottom(lineEnd); local
5023 final int bottom = mBottom; local
6741 final int bottom = layout.getLineTop(line + 1); local
6904 final int bottom = mLayout.getLineTop(line + 1); local
    [all...]
Gallery.java 900 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height);
943 int availableSpace = myHeight - mSpinnerPadding.bottom
947 case Gravity.BOTTOM:
948 childTop = myHeight - mSpinnerPadding.bottom - childHeight;
    [all...]
PopupWindow.java 854 * <p>Display the content view in a popup window anchored to the bottom-left
857 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
869 * <p>Display the content view in a popup window anchored to the bottom-left
873 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
889 * <p>Display the content view in a popup window anchored to the bottom-left
893 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 481 if (curr->verticalAlign() == TOP || curr->verticalAlign() == BOTTOM) {
567 } else if (curr->verticalAlign() == BOTTOM) {
629 else if (curr->verticalAlign() == BOTTOM)
1048 LayoutUnit bottom = min(rootBox->lineBottom(), top + logicalHeight); local
1215 LayoutUnit bottom = min(rootBox->lineBottom(), logicalTop + logicalHeight); local
    [all...]
RenderTableCell.cpp 189 case BOTTOM:
320 int bottom = max(borderHalfBottom(true), outlineSize); local
324 bottom = max(bottom, before->borderHalfBottom(true));
330 bottom = max(bottom, after->borderHalfBottom(true));
339 if (bottom) {
346 LayoutRect r(-location.x(), -location.y(), location.x() + max(width() + right, visualOverflowRect().maxX()), location.y() + max(height() + bottom, visualOverflowRect().maxY()));
372 // is no such line box or table-row, the baseline is the bottom of content edge of the cell box.
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 128 * and <em>bottom</em> edges.
196 * {@link android.view.View#getBottom() bottom} and
627 return horizontal ? RIGHT : BOTTOM;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 186 // if this value is true, or from bottom if this value is false.
592 mListener.onPull(mBoundTop - y, EdgeView.BOTTOM);
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
jcommon-1.0.12.jar 
  /external/chromium_org/ash/
extended_desktop_unittest.cc 647 // Move the 2nd display to the bottom and test again.
648 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos_unittest.cc 75 insets.top, insets.left, insets.bottom, insets.right);
323 ash::DisplayLayout::FromInts(ash::DisplayLayout::BOTTOM, 80));
825 info.overscan->bottom = 20;
847 info.overscan->bottom = 251;
868 info.overscan->bottom = 51;
885 EXPECT_EQ(51, overscan.bottom());
900 info.overscan->bottom = 20;
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 701 toast.setGravity(Gravity.BOTTOM, 0, 0);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 189 * up the entire container. Otherwise, a card-like bottom white space appears.
194 * A flag denoting whether the fake bottom border has been added to the container.
199 * An int containing the potential top value for the additional bottom border.
201 * bottom border will be drawn.
220 public final int bottom; field in class:ConversationContainer.OverlayPosition
222 public OverlayPosition(int top, int bottom) {
224 this.bottom = bottom;
362 // also clear out the additional bottom border
481 // we want consecutive spacers/overlays to stack towards the bottom
843 final int bottom = childBottom - mOffsetY; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 388 below = feedback.tooltipY == SegmentType.BOTTOM;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 134 projectLabel.setLayoutData(new GridData(SWT.LEFT, SWT.BOTTOM, false, false, 1,
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 355 * bottom, opposite of mWindows.
1000 WindowState bottom = tokenWindowList.get(0); local
5616 int bottom = wf.bottom - cr.bottom; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 2116 milliseconds

1 2 3 4 5 67 8 9