HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 45 int mGravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 45 int mGravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 50 frameButtons.pack(side=BOTTOM,fill=X)
textView.py 55 frameButtons.pack(side=BOTTOM,fill=X)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 50 frameButtons.pack(side=BOTTOM,fill=X)
textView.py 55 frameButtons.pack(side=BOTTOM,fill=X)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 86 GridData gdLaterLabel = new GridData(SWT.FILL, SWT.BOTTOM, false, true, 1, 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 47 folder = layout.createFolder("logcat", IPageLayout.BOTTOM, 0.8f, //$NON-NLS-1$
  /frameworks/base/core/java/android/view/
Gravity.java 34 /** Raw bit controlling how the right/bottom edge is placed. */
36 /** Raw bit controlling whether the right/bottom edge is clipped to its
47 /** Push object to the bottom of its container, not changing its size. */
48 public static final int BOTTOM = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_Y_SHIFT;
59 public static final int FILL_VERTICAL = TOP|BOTTOM;
180 * it down; if gravity is BOTTOM it pushes it up; if gravity is
232 + ((container.bottom - container.top - h)/2) + yAdj;
233 outRect.bottom = outRect.top + h;
239 if (outRect.bottom > container.bottom) {
    [all...]
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayAdapter.java 180 return Gravity.BOTTOM | Gravity.RIGHT;
185 return Gravity.BOTTOM | Gravity.LEFT;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 168 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 22 import static com.android.ide.common.api.SegmentType.BOTTOM;
104 /** Whether the bottom edge is being moved/resized */
134 * All horizontal segments in the relative layout - top and bottom edges, baseline
135 * edges, and top and bottom edges offset by the applicable margins in each direction
196 * The current match on the bottom edge, or null if no match or if the bottom edge is
207 * The amount of margin to add to the bottom edge, or 0
329 if (margins.bottom != 0) {
330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM,
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node
    [all...]
ConstraintPainter.java 22 import static com.android.ide.common.api.SegmentType.BOTTOM;
367 * nodes do not overlap horizontally and the target node has a bottom margin:
441 if (targetSegmentTypeY == BOTTOM && targetMargins.bottom > 5) {
442 int sharedY = targetY + targetMargins.bottom;
481 if (sourceSegmentTypeY == BOTTOM || sourceSegmentTypeY == BASELINE) {
537 } else if (targetSegmentTypeY == BOTTOM) {
538 sharedY += targetMargins.bottom;
589 } else if (targetSegmentTypeY == BOTTOM) {
591 int margin = targetMargins.bottom;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 285 assertEquals(Gravity.BOTTOM | Gravity.START, mTextView.getGravity());
299 mTextView.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL);
300 assertEquals(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, mTextView.getGravity());
2165 final Drawable bottom = getDrawable(R.drawable.red); local
2209 final Drawable bottom = getDrawable(R.drawable.red); local
    [all...]
RadioGroup_LayoutParamsTest.java 120 assertEquals(Gravity.BOTTOM, mLayoutParams.gravity);
  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 195 cellHeightPx = iconSizePx + (int) Math.ceil(fm.bottom - fm.top);
202 int h = (int) (numRows * cellHeightPx) + padding.top + padding.bottom;
209 cellHeightPx = iconSizePx + (int) Math.ceil(fm.bottom - fm.top);
324 // Pad the top and bottom of the workspace with search/hotseat bar sizes
423 padding.right, padding.bottom);
445 lp.gravity = Gravity.BOTTOM;
452 // For phones, layout the hotseat without any bottom margin
454 lp.gravity = Gravity.BOTTOM;
471 lp.gravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
527 // Larger tablet profiles always have system bars on the top & bottom
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 172 if (rowMatch.type == SegmentType.BOTTOM) {
198 assert rowMatch.type == SegmentType.BOTTOM;
326 if (rowMatch.type == SegmentType.BOTTOM) {
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 103 unit->overscan.bottom = overscan_insets.bottom();
157 // The rectangle shares an egde with the reference's bottom edge, but it's
171 // Translate the coordinating system again, so the bottom right point of the
187 is_bottom_right ? ash::DisplayLayout::BOTTOM : ash::DisplayLayout::LEFT;
196 position = ash::DisplayLayout::BOTTOM;
307 info.overscan->right < 0 || info.overscan->bottom < 0) {
322 if ((info.overscan->top + info.overscan->bottom) * 2 > screen_height) {
384 info.overscan->bottom, info.overscan->right));
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 38 * android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom
139 mGravity = a.getInteger(3, Gravity.BOTTOM);
396 case Gravity.BOTTOM:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 61 if (position == DisplayLayout::TOP || position == DisplayLayout::BOTTOM)
125 } else if (point_in_root.y() >= root_bounds.bottom()) {
172 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
179 primary_bounds.bottom() - (from_primary ? 0 : kIndicatorThickness));
193 int lower_shared_y = std::min(primary_bounds.bottom(),
194 secondary_bounds.bottom());
213 int lower_indicator_y = std::min(source_bounds.bottom(), lower_shared_y);
224 // Snap to the bottom.
  /external/valgrind/main/exp-sgcheck/
pc_common.c 53 #include "h_main.h" // NONPTR, BOTTOM, UNKNOWN
473 tl_assert(BOTTOM != seg1);
474 tl_assert(BOTTOM != seg2 && UNKNOWN != seg2);
550 tl_assert(BOTTOM != seglo && BOTTOM != seghi);
  /frameworks/base/core/java/android/app/
ActionBar.java     [all...]

Completed in 2934 milliseconds

1 23 4 5 6 7 8