/external/webkit/WebCore/plugins/mac/ |
PluginViewMac.cpp | 428 m_npWindow.clipRect.top = max(0, m_windowRect.y()); 435 m_npWindow.clipRect.right - m_npWindow.clipRect.left, m_npWindow.clipRect.bottom - m_npWindow.clipRect.top); 555 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top); 752 int top = content.top - structure.top; local 753 pos.v -= top;
|
/frameworks/base/core/java/android/view/ |
View.java | 283 * expressed as a pair of <em>left</em> and <em>top</em> coordinates, and 292 * top, or Y, coordinate of the rectangle representing the view. These methods 333 * is expressed in pixels for the left, top, right and bottom parts of the view. 353 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal 357 * {@link #layout(int,int,int,int)} and is also top-down. During 5949 int left, top, right, bottom; local 6921 int top = mScrollY + paddingTop; local 8860 final int top = -maxOverScrollY; local 9260 int top; field in class:View.AttachInfo.InvalidateInfo [all...] |
/frameworks/base/core/java/android/widget/ |
CheckedTextView.java | 143 public void setPadding(int left, int top, int right, int bottom) { 144 super.setPadding(left, top, right, bottom);
|
GridView.java | 209 * @param nextTop The location where the top of the item associated with pos 290 * Fills the list from pos up to the top of the list view. 302 final int end = mListPadding.top; 326 * Fills the list from top to bottom, starting with mFirstPosition 328 * @param nextTop The location where the top of the first item should be 399 final int top = getChildAt(0).getTop(); local 400 final int offset = childrenTop - top; 447 * @param top the top of the view at that position 451 private View fillSpecific(int position, int top) { 1839 final int top = view.getTop(); local 1861 final int top = view.getTop(); local [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 231 * @param top 236 float left, float right, float bottom, float top, 241 if (bottom == top) { 242 throw new IllegalArgumentException("bottom == top"); 249 final float r_height = 1.0f / (top - bottom); 255 final float ty = -(top + bottom) * r_height; 284 * @param top 290 float left, float right, float bottom, float top, 295 if (top == bottom) { 296 throw new IllegalArgumentException("top == bottom") [all...] |
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 22 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/base/tests/BrowserTestPlugin/jni/event/ |
EventPlugin.cpp | 75 clipR.top = clip.top;
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
ExpatPullParser.java | 461 NamespaceStack top = EMPTY; field in class:ExpatPullParser.NamespaceStack.Builder 470 top = new NamespaceStack(top, prefix, uri, depth); 478 while (top != null && top.depth == depth) { 479 top = top.parent; 485 return top;
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 65 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 66 int left, int top, int width, int height) { 78 mBitmap = Bitmap.createBitmap(bitmap, left, top, width, height, scale, true); 154 lp.gravity = Gravity.LEFT | Gravity.TOP;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 287 Composite top = new Composite(parent, SWT.NONE); local 288 top.setLayout(new GridLayout(1, true)); 290 Label label = new Label(top, SWT.NONE); 294 mDeviceRadioButton = new Button(top, SWT.RADIO); 317 Composite offsetComp = new Composite(top, SWT.NONE); 382 Button radio2 = new Button(top, SWT.RADIO); 386 offsetComp = new Composite(top, SWT.NONE); 432 return top;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewNode.java | 39 public int top; field in class:ViewNode 69 top = getInt("mTop", 0);
|
/frameworks/base/opengl/libagl/ |
matrix.cpp | 450 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, [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStrokeTest.java | 103 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.top);
|
/development/testrunner/ |
android_build.py | 31 """Returns the full pathname of the "top" of the Android development tree.
|
/external/freetype/src/cff/ |
cffgload.h | 126 FT_Fixed* top; member in struct:CFF_Decoder_
|
/external/openssl/crypto/bn/ |
bn_kron.c | 60 #define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
|
/external/skia/include/core/ |
SkCanvas.h | 294 /** Return true if the horizontal band specified by top and bottom is 299 @param top The top of the horizontal band to compare with the clip 304 bool quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const; 417 @param top The top side of the rectangle to be drawn 422 void drawRectCoords(SkScalar left, SkScalar top, SkScalar right, 474 /** Draw the specified bitmap, with its top/left corner at (x,y), using the 482 @param top The position of the top side of the bitmap being draw [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 53 *exec_stack_.top() = *p;
|
/external/v8/test/mjsunit/ |
array-functions-prototype-misc.js | 280 var top = a.splice(LARGE, 5); 281 assertEquals(5, top.length); 282 assertEquals(LARGE, top[0]); 283 assertEquals("undefined", typeof(top[1])); 296 var top = a.splice(LARGE >> 1, 5); 297 assertEquals(5, top.length); 298 assertEquals(LARGE >> 1, top[0]); 299 assertEquals("undefined", typeof(top[1]));
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 218 int top = upperBoundScaledY(frameRect.y()); local 219 int bottom = lowerBoundScaledY(frameRect.bottom(), top); 220 buffer->setRect(IntRect(left, top, right - left, bottom - top));
|
/external/webkit/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 266 m_npWindow.clipRect.top = m_clipRect.y(); 276 m_npWindow.clipRect.top = 0; 390 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PixelDumpSupportWin.cpp | 56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/ |
FrameLayoutMarginTest.java | 49 mTopView = activity.findViewById(R.id.top);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 119 * @param top padding for the top (in pixels) 123 public void setPadding(int left, int top, int right, int bottom) { 124 if ((left | top | right | bottom) == 0) { 130 mShapeState.mPadding.set(left, top, right, bottom); 136 * Define the padding in the Rect object as: left, top, right, bottom. 212 canvas.translate(r.left, r.top);
|