Searched refs:top (Results 201 - 225 of 559) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java29 * A SoftInputWindow is a Dialog that is intended to be used for a top-level input
64 * using styles. This theme is applied on top of the current theme in
91 if (ev.isWithinBoundsNoHistory(mBounds.left, mBounds.top,
95 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp121 jobject clazz, jlong renderNodePtr, jint left, jint top, jint right, jint bottom) {
122 android::uirenderer::Rect clipBounds(left, top, right, bottom);
142 jobject clazz, jlong renderNodePtr, jint left, jint top,
145 renderNode->mutateStagingProperties().mutableOutline().setRoundRect(left, top, right, bottom,
277 jobject clazz, jlong renderNodePtr, int top) {
278 return SET_AND_DIRTY(setTop, top, RenderNode::Y);
292 jobject clazz, jlong renderNodePtr, int left, int top,
295 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) {
120 android_view_RenderNode_setClipBounds(JNIEnv* env, jobject clazz, jlong renderNodePtr, jint left, jint top, jint right, jint bottom) argument
141 android_view_RenderNode_setOutlineRoundRect(JNIEnv* env, jobject clazz, jlong renderNodePtr, jint left, jint top, jint right, jint bottom, jfloat radius, jfloat alpha) argument
276 android_view_RenderNode_setTop(JNIEnv* env, jobject clazz, jlong renderNodePtr, int top) argument
291 android_view_RenderNode_setLeftTopRightBottom(JNIEnv* env, jobject clazz, jlong renderNodePtr, int left, int top, int right, int bottom) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java122 pageInfo.mPageHeight, pageInfo.mContentRect.left, pageInfo.mContentRect.top,
298 * the page top left.
346 * the page top left.
352 || contentRect.top < 0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java501 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
502 super.onLayout(changed, left, top, right, bottom);
631 // handle top animation
637 float top;
643 top = bottom * heightFraction;
645 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f -
647 bottom = actualHeight * (1 - heightFraction) + top * heightFraction;
649 mAppearAnimationRect.set(left, top, right, bottom);
650 setOutlineRect(left, top + mAppearAnimationTranslation, right,
/frameworks/base/services/core/jni/
H A DAndroid.mk1 # This file is included by the top level services directory to collect source
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java83 * top-left of the image and 1,1 is the bottom-right.
161 (int) srcRect.top * srcImage.getHeight(),
165 (int) dstRect.top * srcImage.getHeight(),
/frameworks/native/libs/gui/tests/
H A DFillBuffer.cpp65 rect.top <= y && y < rect.bottom;
69 rect.top <= 2*y && 2*y < rect.bottom;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignment.java83 * get alignment position relative to optical left/top of itemView.
135 mRect.top = alignPos;
137 alignPos = mRect.top - p.getOpticalTopInset();
H A DShadowOverlayContainer.java214 sTempRect.top = (int) mWrappedView.getPivotY();
217 setPivotY(sTempRect.top);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp450 transform.matrix.load(top());
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
589 const GLfloat* const mv = modelview.top().elements();
602 const GLfloat* const mv = modelview.top().elements();
812 GLfloat bottom, GLfloat top,
817 cmpf(top, bottom) ||
826 const GLfloat r_height = reciprocalf(top - bottom);
831 const GLfloat B = (top + bottom) * r_height;
854 GLfloat bottom, GLfloat top,
810 frustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
852 orthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
994 glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1003 glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1015 glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1024 glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMetaData.cpp82 int32_t left, int32_t top,
86 r.mTop = top;
171 int32_t *left, int32_t *top,
184 *top = r->mTop;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java258 // if we happen to be on top of the text we want then return here
301 // if list is vertical, matching top edge implies obscured bottom edge
303 shouldSwipeForward = actual.top == visible.top;
371 * performed from bottom to top. If the swipe
387 * then the swipes will be performed from bottom to top. If the swipe
402 * then the swipes will be performed from bottom to top. If the swipe
434 upY = rect.top + swipeAreaAdjust;
450 * then the swipe will be performed from top to bottom. If the swipe
466 * then the swipes will be performed from top t
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java154 int left, int top, int right, int bottom);
153 nUpdateRenderLayer(long layerUpdater, long displayList, int left, int top, int right, int bottom) argument
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java49 mTopView = activity.findViewById(R.id.top);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, argument
171 super.onLayout(changed, left, top, right, bottom);
270 cy += (mTempRectF.top / scale) - yoffset;
272 cy -= (mTempRectF.top / scale) - yoffset;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java112 edgesOut.top = topEdge;
126 float cropTop = -edges.top / scale;
302 if (edges.top > 0) {
303 adjustment[1] = FloatMath.ceil(edges.top / scale);
/frameworks/minikin/libs/minikin/
H A DMinikinFontFreeType.cpp92 result->top = mTypeface->glyph->bitmap_top;
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java66 bx.top = p.y;
89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
165 GestureUtils.translate(pts, -rect.left, -rect.top);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java124 // Let the view's click listener have top priority (the More button relies on this)
241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
242 super.onLayout(changed, left, top, right, bottom);
286 mPositionIconAvailable.set(0, 0, getWidth(), tmpRect.top);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp155 static void arcTo(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, argument
159 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
169 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
172 obj->addRect(left, top, right, bottom, dir);
176 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
179 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
189 static void addArc(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, argument
191 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
196 static void addRoundRectXY(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, argument
198 SkRect rect = SkRect::MakeLTRB(left, top, righ
168 addRect(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
175 addOval(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
204 addRoundRect8(JNIEnv* env, jobject, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray array, jint dirHandle) argument
[all...]
/frameworks/base/libs/hwui/
H A DDrawProfiler.cpp167 r.top = r.bottom - (data * mVerticalUnit);
169 shapeOutput[1] = r.top;
172 r.bottom = r.top;
199 // To do so we use the bottom of mRects[0] and the top of mRects[NUM_ELEMENTS-1]
H A DLayer.h99 regionRect.left * texX, (height - regionRect.top) * texY,
102 regionRect.translate(layer.left, layer.top);
110 void updateDeferred(RenderNode* renderNode, int left, int top, int right, int bottom);
H A DPathCache.h76 float top; member in struct:android::uirenderer::PathTexture
225 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
227 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java67 || insets.top != getPaddingTop()
71 setPadding(insets.left, insets.top, insets.right, 0);
74 insets.top = 0;

Completed in 5172 milliseconds

1234567891011>>