Searched refs:bottom (Results 351 - 375 of 625) sorted by relevance

<<11121314151617181920>>

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java246 rect.bottom - SWIPE_MARGIN_LIMIT, rect.centerX(), rect.top + SWIPE_MARGIN_LIMIT,
275 rect.bottom - SWIPE_MARGIN_LIMIT, steps);
464 * Long clicks bottom and right corner of the UI element
477 return getInteractionController().longTapNoSync(rect.right - 5, rect.bottom - 5);
481 * Clicks the bottom and right corner of the UI element
494 return getInteractionController().clickNoSync(rect.right - 5, rect.bottom - 5);
945 // End at the top-left and bottom-right corners of the control
H A DUiScrollable.java304 // if list is vertical, matching top edge implies obscured bottom edge
374 * performed from bottom to top. If the swipe
390 * then the swipes will be performed from bottom to top. If the swipe
405 * then the swipes will be performed from bottom to top. If the swipe
435 downY = rect.bottom - swipeAreaAdjust;
453 * then the swipe will be performed from top to bottom. If the swipe
469 * then the swipes will be performed from top to bottom. If the swipe
484 * then the swipes will be performed from top to bottom. If the swipe
517 upY = rect.bottom - swipeAreaAdjust;
585 * bottom
[all...]
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java611 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY);
612 region.union(0, frame.bottom - deltaY, getWidth(),
613 frame.bottom - deltaY + mContent.getHeight());
641 region.union(frame.left - deltaX, frame.top, frame.right - deltaX, frame.bottom);
H A DGridView.java303 end -= mListPadding.bottom;
392 * @param nextBottom The location where the bottom of the item associated
428 * Fills the list from top to bottom, starting with mFirstPosition
512 final int bottom = getChildAt(count - 1).getBottom();
513 final int offset = childrenBottom - bottom;
588 // Check if we have dragged the bottom of the grid too high
597 // Check if we have dragged the bottom of the grid too high
620 // ... and its bottom edge
622 // This is bottom of our drawable area
623 final int end = (mBottom - mTop) - mListPadding.bottom;
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java231 mSurfaceFrame.bottom = height;
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java71 int y, int bottom, Paint paint) {
70 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/base/libs/hwui/
H A DClipArea.h146 void setClip(float left, float top, float right, float bottom);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h125 ANDROID_API void setContentDrawBounds(int left, int top, int right, int bottom);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
620 float bottom,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
631 int bottom,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
979 float bottom,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
990 int bottom,
617 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
628 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
976 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
987 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java499 float bottom,
508 int bottom,
748 float bottom,
757 int bottom,
496 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
505 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
745 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
754 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipRecentsControlsView.java92 setPadding(0, pipBounds.bottom, 0, 0);
107 // shown at the bottom of the PIP.
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java448 private void ortho(float left, float right, float bottom, float top, float znear, float zfar) { argument
454 mProjMatrix[5] = 2f / (top - bottom);
462 mProjMatrix[13] = -(top + bottom) / (top - bottom);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java88 padding.bottom = paddingArray[3];
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java126 outRect.bottom = mDividerHeight != 0 ? mDividerHeight : mDividerIntrinsicHeight;
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java127 mShadowViewDelegate.setShadowPadding(rect.left, rect.top, rect.right, rect.bottom);
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java120 // Top and bottom and already handled in the logic above
131 child.layout(out.left, out.top - overlap, out.right, out.bottom - overlap);
160 * The gap between the top of the scrolling view and the bottom of the header layout in pixels.
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtils.java67 final int lastRow = checkArea != null ? checkArea.bottom : drawableHeight - 1;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDrawableUtils.java93 case "bottom":
94 result.bottom = field.getInt(insets);
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java729 * @param bottom The bottom of the rectangle used for the region.
732 public Builder setRegion(int left, int top, int right, int bottom) { argument
738 if (!mRegion.intersect(left, top, right, bottom)) {
810 region.bottom = Math.min((int) Math.ceil(region.bottom * scale),
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp147 /*bottom*/activeAreaHeight - 1,
165 /*bottom*/activeAreaHeight - 1,
183 /*bottom*/activeAreaHeight - 1,
201 /*bottom*/activeAreaHeight - 1,
220 uint32_t bottom,
256 bottom,
218 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java232 // Show along the bottom center
379 final int bottom = getHeight() - getPaddingBottom();
384 final int drawTop = top + (bottom - top - drawHeight) / 2;
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl118 * @param bottom The new bottom position
123 void repositionChild(IWindow childWindow, int left, int top, int right, int bottom,
H A DWindowManagerPolicy.java261 * @return Rect The left, top, right, and bottom insets, relative
271 * @return Rect The left, top, right, and bottom insets, relative
288 * @param bottom The bottom-most window to consider when determining this.
290 public boolean getNeedsMenuLw(WindowState bottom); argument
584 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom); argument
923 * Returns the bottom-most layer of the system decor, above which no policy decor should
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java338 * @param bottom y coordinate of the bottom edge of the character in local coordinates.
346 final float right, final float bottom, final int flags) {
353 mCharacterBoundsArrayBuilder.append(index, left, top, right, bottom, flags);
514 * Returns the vertical bottom position of the insertion marker, in the local coordinates
345 addCharacterBounds(final int index, final float left, final float top, final float right, final float bottom, final int flags) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java156 public boolean pageDown(boolean bottom); argument
357 public boolean setFrame(int left, int top, int right, int bottom); argument

Completed in 1265 milliseconds

<<11121314151617181920>>