Searched refs:top (Results 626 - 650 of 726) sorted by relevance

<<21222324252627282930

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java716 final int top = w.mFrame.top;
724 winAnimator.setMoveAnimation(left, top);
734 w.mClient.moved(left, top);
777 // because the resizing could change the top-left position (in addition to
1091 // The top-most window will supply the layout params,
1122 // (2) Find the layout params of the top-most
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h45 m_pNode = m_Stack.top();
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java324 // Center the decode on the top 1/3.
410 (srcRect.bottom - srcRect.top) / mOpts.inSampleSize);
566 * Value from 0f for top-most crop to 1f for bottom-most crop.
/frameworks/rs/scriptc/
H A Drs_graphics.rsh995 * Any of left, right, top, bottom could be NULL
1004 rsgMeasureText(const char* text, int* left, int* right, int* top, int* bottom);
1015 rsgMeasureText(rs_allocation alloc, int* left, int* right, int* top, int* bottom);
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java365 matrix.postTranslate(contentRect.left, contentRect.top);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1017 outBounds.top += params.mTopInset;
1183 int heightUsed = p.topMargin + p.bottomMargin + sTempRect.top + sTempRect.bottom;
1431 int heightUsed = lp.topMargin + lp.bottomMargin + sTempRect.top + sTempRect.bottom;
1639 int left, top, right, bottom;
1642 top = startSecondary;
1646 top = start;
1652 layoutDecoratedWithMargins(v, left, top, right, bottom);
1657 params.setOpticalInsets(left - sTempRect.left, top - sTempRect.top,
2568 // we either align "firstView" to left/top paddin
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp577 rect.top <= y && y < rect.bottom;
581 rect.top <= 2*y && 2*y < rect.bottom;
/frameworks/base/core/java/android/widget/
H A DImageView.java1292 * <p>Return the offset of the widget's text baseline from the widget's top
1309 * <p>Set the offset of the widget's text baseline from the widget's top
1491 return bounds.left <= 0 && bounds.top <= 0 && bounds.right >= getWidth()
1498 return boundsDst.left <= 0 && boundsDst.top <= 0 && boundsDst.right >= getWidth()
H A DListPopupWindow.java922 // When the selection is at the top, we block the key
1191 padding = mTempRect.top + mTempRect.bottom;
1196 mDropDownVerticalOffset = -mTempRect.top;
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java201 + " top=" + mTextMetrics.top
215 mReusableOvalRect.top = y - major / 2;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1192 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1195 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1200 (GLfloat)top,
1206 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1209 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1214 (GLfixed)top,
2539 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2542 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2547 (GLfloat)top,
2553 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe
1194 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1208 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2541 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2555 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1105 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1108 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1113 (GLfixed)top,
1938 /* void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1941 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1946 (GLfixed)top,
2944 /* void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2947 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2952 (GLfloat)top,
2958 /* void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa
1107 android_glFrustumxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1940 android_glOrthoxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2946 android_glFrustumfOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2960 android_glOrthofOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
[all...]
H A Dandroid_view_ThreadedRenderer.cpp665 jobject clazz, jlong proxyPtr, jint left, jint top, jint right, jint bottom) {
667 proxy->setContentDrawBounds(left, top, right, bottom);
664 android_view_ThreadedRenderer_setContentDrawBounds(JNIEnv* env, jobject clazz, jlong proxyPtr, jint left, jint top, jint right, jint bottom) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java302 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
303 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java74 * A color drawable that draws a slight highlight at the top to help it stand out.
118 // Draw the highlight at the top edge (but put the bottom edge just out of view)
312 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
313 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java269 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
274 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java710 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
711 super.onLayout(changed, left, top, right, bottom);
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll344 /* push the state into the top of stach */
369 switch (m_StateStack.top()) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java1403 return new float[] {rf.left, rf.top, rf.right, rf.top,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java968 // When the selection is at the top, we block the key
1237 padding = mTempRect.top + mTempRect.bottom;
1242 mDropDownVerticalOffset = -mTempRect.top;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c97 pRef pointer to reference frame Cb top-left corner
2240 i32 top, y, bottom; local
2287 top = y0 < 0 ? -y0 : 0;
2289 y = (i32)blockHeight - top - bottom;
2292 for ( ; top; top-- )
/frameworks/base/tools/aapt/
H A DCommand.cpp1798 FeatureGroup& top = featureGroups.editTop(); local
1815 top.features.add(name, feature);
1816 addParentFeatures(&top, name);
1822 if (vers > top.openGLESVersion) {
1823 top.openGLESVersion = vers;
2025 // Merge the features defined in the top level (not inside a <feature-group>)
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp558 int32_t left, top, right, bottom; local
559 if (buffer->meta()->findRect("crop-rect", &left, &top, &right, &bottom)) {
568 rectClazz.get(), rectConstructID, left, top, right + 1, bottom + 1);
/frameworks/av/media/ndk/
H A DNdkImage.cpp568 rect->top = 0;
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java39 * A transparent overlay for gesture input that can be placed on top of other
303 -bounds.top + (getHeight() - bounds.height()) / 2.0f);

Completed in 1085 milliseconds

<<21222324252627282930