Searched refs:bottom (Results 151 - 175 of 611) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java64 protected boolean bottom(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
85 return bottom(widget, buffer);
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { argument
62 bool result = dst->setRect(left, top, right, bottom);
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { argument
95 ir.set(left, top, right, bottom);
139 static jboolean Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
140 bool result = GetSkRegion(env, region)->quickContains(left, top, right, bottom);
144 static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
146 ir.set(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java185 if (rect.right <= 0 || rect.bottom <= 0 || rect.left >= getWidth()
189 rect.right - rect.left, rect.bottom - rect.top, options);
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl42 void onLayoutSurface(int left, int top, int right, int bottom, int seq);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java88 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
90 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java372 if (startY > mTmpRect.bottom) {
399 int bottom = mWindowOriginalBounds.bottom;
404 top = Math.min(top + deltaY, bottom - mMinVisibleHeight);
410 bottom = Math.max(top + mMinVisibleHeight, bottom + deltaY);
412 mWindowDragBounds.set(left, top, right, bottom);
434 y = Math.min(Math.max(y, mTmpRect.top), mTmpRect.bottom);
H A DTaskStack.java74 /** The Tasks that define this stack. Oldest Tasks are at the bottom. The ordering must match
456 inOutBounds.bottom -= movement;
459 movement = mTmpRect.bottom - inOutBounds.bottom;
461 inOutBounds.bottom += movement;
519 * @param toTop Whether to add it to the top or bottom.
754 outBounds.bottom = position;
771 outBounds.bottom = dockedBounds.top - dockDividerWidth;
777 outBounds.top = dockedBounds.bottom + dockDividerWidth;
881 * current position. When IME window is animated, the bottom stac
[all...]
H A DDisplaySettings.java81 outRect.bottom = entry.overscanBottom;
88 int bottom) {
89 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
105 entry.overscanBottom = bottom;
87 setOverscanLocked(String uniqueId, String name, int left, int top, int right, int bottom) argument
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp194 rect.top < 0 || rect.bottom > height) {
196 rect.left, rect.top, rect.right, rect.bottom,
215 rect.top < 0 || rect.bottom > height) {
217 rect.left, rect.top, rect.right, rect.bottom,
242 rect.top < 0 || rect.bottom > height) {
244 rect.left, rect.top, rect.right, rect.bottom,
265 rect.top < 0 || rect.bottom > height) {
267 rect.left, rect.top, rect.right, rect.bottom,
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DBitmapUtils.java94 outRect.bottom = outRect.top + srcCroppedH;
127 outRect.bottom = outRect.top + srcCroppedH;
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
113 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
109 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
49 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
198 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java388 float right, float bottom,
396 return canvasDelegate.clipRect(left, top, right, bottom, regionOp);
462 bounds.bottom = rect.y + rect.height;
495 float right, float bottom) {
585 final float left, final float top, final float right, final float bottom, long paint) {
597 (int)(right-left), (int)(bottom-top));
603 (int)(right-left), (int)(bottom-top));
611 final float top, final float right, final float bottom, long paint) {
612 if (right > left && bottom > top) {
623 (int)(right - left), (int)(bottom
386 native_clipRect(long nCanvas, float left, float top, float right, float bottom, int regionOp) argument
493 native_quickReject(long nativeCanvas, float left, float top, float right, float bottom) argument
584 native_drawRect(long nativeCanvas, final float left, final float top, final float right, final float bottom, long paint) argument
610 native_drawOval(long nativeCanvas, final float left, final float top, final float right, final float bottom, long paint) argument
645 native_drawArc(long nativeCanvas, final float left, final float top, final float right, final float bottom, final float startAngle, final float sweep, final boolean useCenter, long paint) argument
677 native_drawRoundRect(long nativeCanvas, final float left, final float top, final float right, final float bottom, final float rx, final float ry, long paint) argument
1142 clipRect(float left, float top, float right, float bottom, int regionOp) argument
[all...]
/frameworks/av/include/ndk/
H A DNdkImage.h407 * <p>Note that the right and bottom coordinates are exclusive, so the width of the rectangle is
408 * (right - left) and the height of the rectangle is (bottom - top).</p>
414 int32_t bottom; member in struct:AImageCropRect
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java71 * @param bottom The rectangle bottom.
73 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom); argument
/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java60 rect.bottom = rect.top + touchTargetSize;
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp63 dirtyArea.right, dirtyArea.bottom));
87 const float v2 = (viewportHeight - r->bottom) * texY;
91 TextureVertex::set(mesh++, r->left, r->bottom, u1, v2);
92 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2);
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h54 && MathUtils::areEqual(a.bottom, b.bottom));
157 static sp<RenderNode> createNode(int left, int top, int right, int bottom, argument
167 props.setLeftTopRightBottom(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java61 outRect.bottom += translationY;
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java96 final float x, final int top, final int y, final int bottom, final Paint paint) {
95 draw(final Canvas canvas, final CharSequence text, final int start, final int end, final float x, final int top, final int y, final int bottom, final Paint paint) argument
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DCardViewEclairMr1.java63 //draw top and bottom pieces
69 bounds.bottom - roundedCornerRadius,
70 bounds.right - roundedCornerRadius + 1f, bounds.bottom, paint);
74 bounds.right, bounds.bottom - cornerRadius , paint);
103 shadowPadding.right, shadowPadding.bottom);
/frameworks/native/include/ui/
H A Dmat4.h134 static tmat44 ortho(T left, T right, T bottom, T top, T near, T far);
136 static tmat44 frustum(T left, T right, T bottom, T top, T near, T far);
232 tmat44<T> tmat44<T>::ortho(T left, T right, T bottom, T top, T near, T far) { argument
235 m[1][1] = 2 / (top - bottom);
238 m[3][1] = -(top + bottom) / (top - bottom);
244 tmat44<T> tmat44<T>::frustum(T left, T right, T bottom, T top, T near, T far) { argument
247 T B = (top + bottom) / (top - bottom);
251 m[1][1] = (2 * near) / (top - bottom);
[all...]
/frameworks/rs/driver/runtime/
H A Drs_matrix.c322 float4* bottom, float4* near, float4* far) {
339 bottom->x = viewProj->m[3] + viewProj->m[1];
340 bottom->y = viewProj->m[7] + viewProj->m[5];
341 bottom->z = viewProj->m[11] + viewProj->m[9];
342 bottom->w = viewProj->m[15] + viewProj->m[13];
360 len = length(bottom->xyz);
361 *bottom /= len;
369 rsIsSphereInFrustum(float4* sphere, float4* left, float4* right, float4* top, float4* bottom, argument
383 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom
321 rsExtractFrustumPlanes(const rs_matrix4x4* viewProj, float4* left, float4* right, float4* top, float4* bottom, float4* near, float4* far) argument
[all...]

Completed in 2011 milliseconds

1234567891011>>