Searched refs:top (Results 176 - 200 of 349) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java147 public boolean pageUp(boolean top) { argument
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h85 return mScopeStack.top();
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp37 * [left, top, right, bottom]
45 * sourceCrop: [left, top, right, bottom]
73 * [left, top, right, bottom]
399 - rect.displayFrame.top);
401 rect.sourceCrop.top = 0;
492 || ((uint32_t) rect.sourceCrop.top >= rect.sourceDim.height())
499 || (rect.displayFrame.top >= height)
558 testPrintE(" [left, top, right, bottom]");
567 testPrintE(" sourceCrop: [left, top, right, bottom]");
/frameworks/rs/scriptc/
H A Drs_graphics.rsh390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_matrix.rsh238 * @param top
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
252 * @param top
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java252 * @param t location of the top horizontal clipping plane
269 * values. Left and top clipping planes are set to 0. Near and
286 * @param t location of the top horizontal clipping plane
312 float top = near * (float)Math.tan((float) (fovy * Math.PI / 360.0f));
313 float bottom = -top;
315 float right = top * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
322 * and (near, far), (bottom, top) mapping to (-1, 1) at z = 0
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_graphics.rsh390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_matrix.rsh238 * @param top
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
252 * @param top
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java202 rect.bottom - SWIPE_MARGIN_LIMIT, rect.centerX(), rect.top + SWIPE_MARGIN_LIMIT,
226 rect.top + SWIPE_MARGIN_LIMIT, rect.centerX(),
386 * Clicks the top and left corner of the UI element
399 return getInteractionController().click(rect.left + 5, rect.top + 5);
454 * Long clicks on the top and left corner of the UI element
467 return getInteractionController().longTap(rect.left + 5, rect.top + 5);
H A DUiScrollable.java242 // if we happen to be on top of the text we want then return here
333 * default) then the swipes will be executed from the bottom to top. If this list is set
365 upY = rect.top + swipeAreaAdjust;
402 * default) then the swipes will be executed from the top to bottom. If this list is set
433 downY = rect.top + swipeAreaAdjust;
450 * Scrolls to the beginning of a scrollable UI element. The beginning could be the top most
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java784 outBounds.set(mBoundsInParent.left, mBoundsInParent.top,
802 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
811 outBounds.set(mBoundsInScreen.left, mBoundsInScreen.top,
829 mBoundsInScreen.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
1592 parcel.writeInt(mBoundsInParent.top);
1597 parcel.writeInt(mBoundsInScreen.top);
1668 mBoundsInParent.top = parcel.readInt();
1673 mBoundsInScreen.top = parcel.readInt();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java138 public boolean pageUp(boolean top); argument
319 public boolean setFrame(int left, int top, int right, int bottom); argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java258 * @param top
263 float left, float right, float bottom, float top,
268 if (bottom == top) {
269 throw new IllegalArgumentException("bottom == top");
276 final float r_height = 1.0f / (top - bottom);
282 final float ty = -(top + bottom) * r_height;
311 * @param top
316 float left, float right, float bottom, float top,
321 if (top == bottom) {
322 throw new IllegalArgumentException("top
262 orthoM(float[] m, int mOffset, float left, float right, float bottom, float top, float near, float far) argument
315 frustumM(float[] m, int offset, float left, float right, float bottom, float top, float near, float far) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewStateManager.java178 private int getChallengeTopRelativeToFrame(KeyguardWidgetFrame frame, int top) { argument
180 mTmpPoint[1] = top;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java102 canvas.translate(-mPathBounds.left + mOffset * 1.5f, -mPathBounds.top + mOffset * 1.5f);
133 mPathBounds.top - mOffset * 1.5f, null);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfiledWebView.java216 int top = getWebViewClassic().tileProfilingGetInt(frame, tile, "top");
226 data.frames[frame][tile] = data.new TileData(left, top, right, bottom,
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc87 handler = slash_stack.top();
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java502 matrix.postTranslate(-mCropRect.left, -mCropRect.top);
588 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
589 super.onLayout(changed, left, top, right, bottom);
813 float maxTop = mAllowCrop ? mCropRect.top: 0.0f;
815 float t = mTranslateRect.top;
823 Math.min(maxBottom - mTranslateRect.top, ty));
868 float maxTop = mAllowCrop ? mCropRect.top : 0.0f;
870 float t = mTranslateRect.top;
881 // Image is off top-edge of screen; bring it into view
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp167 rect.top < 0 || rect.bottom > this->height) {
169 rect.left, rect.top, rect.right, rect.bottom,
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java500 matrix.postTranslate(-mCropRect.left, -mCropRect.top);
586 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
587 super.onLayout(changed, left, top, right, bottom);
815 float maxTop = mAllowCrop ? mCropRect.top: 0.0f;
817 float t = mTranslateRect.top;
825 Math.min(maxBottom - mTranslateRect.top, ty));
870 float maxTop = mAllowCrop ? mCropRect.top : 0.0f;
872 float t = mTranslateRect.top;
883 // Image is off top-edge of screen; bring it into view
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java56 final Order top = mExpectedOrder.get(0);
57 assertEquals(top, order);
/frameworks/rs/
H A DrsFont.h55 int32_t top; member in struct:android::renderscript::Font::Rect
61 top = t;
/frameworks/support/renderscript/v8/rs_support/
H A DrsRuntime.h132 float bottom, float top, float near, float far);
134 float bottom, float top, float near, float far);

Completed in 557 milliseconds

1234567891011>>