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

1 23 4 5 6 7 8 9

  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 134 vRange = CameraArea::BOTTOM - CameraArea::TOP;
152 ssize_t bottom,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) {
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
192 if ( top >= bottom ) {
212 ssize_t top, left, bottom, right, weight; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_transform.js 66 addCropFrame('left bottom corner');
67 addCropFrame('bottom horizontal');
68 addCropFrame('right bottom corner');
198 // left/top/right/bottom held instead for convenience.
203 this.bounds_[DraggableRect.BOTTOM] = rect.top + rect.height;
210 this.oppositeSide_[DraggableRect.TOP] = DraggableRect.BOTTOM;
211 this.oppositeSide_[DraggableRect.BOTTOM] = DraggableRect.TOP;
218 this.cssSide_[DraggableRect.BOTTOM] = 's';
242 DraggableRect.BOTTOM = 'bottom';
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 313 mToast.setGravity(Gravity.BOTTOM, 0, 0);
321 assertEquals(Gravity.BOTTOM, mToast.getGravity());
331 // bottom view is below of center view
338 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset);
346 assertEquals(Gravity.BOTTOM, mToast.getGravity());
RelativeLayoutTest.java 123 // -- BOTTOM && RIGHT
126 relativeLayout.setGravity(Gravity.BOTTOM | Gravity.RIGHT);
135 // -- BOTTOM
138 relativeLayout.setGravity(Gravity.BOTTOM);
225 // BOTTOM
228 relativeLayout.setVerticalGravity(Gravity.BOTTOM);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout8.java 90 mLinearLayout.setVerticalGravity(Gravity.BOTTOM);
  /external/chromium_org/ash/display/
display_layout_store.cc 27 default_display_layout_.position = DisplayLayout::BOTTOM;
screen_position_controller_unittest.cc 109 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
146 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
display_controller_unittest.cc 273 // Layout the secondary display to the bottom of the primary.
274 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
323 // Layout to the bottom with an offset.
324 SetSecondaryDisplayLayoutAndOffset(DisplayLayout::BOTTOM, -200);
332 SetSecondaryDisplayLayoutAndOffset(DisplayLayout::BOTTOM, 490);
339 SetSecondaryDisplayLayoutAndOffset(DisplayLayout::BOTTOM, -400);
347 SetSecondaryDisplayLayoutAndOffset(DisplayLayout::BOTTOM, -400);
360 SetDefaultDisplayLayout(DisplayLayout::BOTTOM);
459 EXPECT_EQ("bottom, 0",
461 EXPECT_EQ("bottom, -80"
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 165 component.setVerticalAlignment(JButton.BOTTOM);
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 46 getWindow().setGravity(Gravity.BOTTOM|Gravity.CENTER_HORIZONTAL);
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 105 toast.setGravity(Gravity.BOTTOM, 0, 0);
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 172 case Gravity.BOTTOM:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 20 import static com.android.ide.common.api.SegmentType.BOTTOM;
148 } else if (hEdge.edgeType == BOTTOM) {
212 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN);
255 // Reset top AND bottom bounds regardless of whether both are bound
266 } else if (match.with.edgeType == BOTTOM) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 210 int minDistance = 10; // Don't center or right/bottom align in tiny cells
225 verticalType = SegmentType.BOTTOM;
318 * Adds a match to align the bottom edge with some other edge.
326 rowMatches.add(new GridMatch(SegmentType.BOTTOM, distance, rowY,
430 //rowMatches.add(new GridMatch(SegmentType.BOTTOM, distance, matchedLine,
529 // bottom half!
560 if (mRowMatch.type == SegmentType.BOTTOM) {
583 mRowMatch.type == SegmentType.BOTTOM ? endRow : row, 1)) {
584 if (mRowMatch.type == SegmentType.BOTTOM) {
712 } else if (mRowMatch.type == SegmentType.BOTTOM) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 512 params.gravity = Gravity.BOTTOM | Gravity.RIGHT;
519 params.gravity = Gravity.BOTTOM | Gravity.LEFT;
525 params.gravity = Gravity.BOTTOM | Gravity.RIGHT;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 323 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
329 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
333 Gravity.apply(Gravity.BOTTOM | Gravity.RIGHT,
340 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
345 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
351 assertEquals(bounds.bottom, mockDrawable.getBounds().bottom);
356 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight)
    [all...]
  /development/apps/Development/src/com/android/development/
LogViewer.java 57 text.setGravity(Gravity.BOTTOM | Gravity.LEFT);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 220 final int insetHeight = height - mInsets.top - mInsets.bottom;
337 padding.bottom = getPaddingBottom();
340 final int insetHeight = height - mInsets.top - mInsets.bottom;
372 final int heightUsed = padding.top + padding.bottom - getPaddingTop() - getPaddingBottom();
404 int bottom = top + childHeight; local
409 bottom = top + childHeight;
411 padding.top = bottom;
412 padding.bottom += childHeight / 2;
415 case Gravity.BOTTOM:
416 bottom = fixedLayoutVertica
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 36 public static final Alignment[] VERTICAL_ALIGNMENTS = {TOP, CENTER, BASELINE, BOTTOM, FILL};
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 96 Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM));
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 43 int mGravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
  /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)

Completed in 2193 milliseconds

1 23 4 5 6 7 8 9