/external/webkit/WebCore/page/ |
PrintContext.cpp | 180 int top = box->offsetTop(); local 184 if (page.x() <= left && left < page.right() && page.y() <= top && top < page.bottom())
|
/external/webkit/WebKit/android/plugins/ |
ANPSurfaceInterface.cpp | 107 Rect rect(dirtyRect->left, dirtyRect->top, dirtyRect->right, dirtyRect->bottom); 127 dirtyRect->top = dirtyBounds.top;
|
/external/webkit/WebKitTools/WinLauncher/ |
PrintWebUIDelegate.cpp | 86 rect->top += MARGIN; 181 ::MoveToEx(dc, rect->left, rect->top, 0); 184 ::LineTo(dc, rect->right, rect->top);
|
/external/webkit/WebCore/css/ |
mediaControlsQt.css | 102 top: 0px; 113 top: 0px; 124 top: 0px;
|
/external/webkit/WebCore/rendering/ |
RenderReplaced.cpp | 177 int top = currentTY + topVisibleOverflow(); local 182 top = min(selTop, top); 189 if (top >= paintInfo.rect.bottom() + os || bottom <= paintInfo.rect.y() - os) 239 int top = root->lineTop(); local 242 if (point.y() + y() < top)
|
RenderTableCell.h | 98 void setIntrinsicPadding(int top, int bottom) { setIntrinsicPaddingTop(top); setIntrinsicPaddingBottom(bottom); }
|
/hardware/ril/mock-ril/ |
Makefile | 6 # Assume this Makefile is run in place then top 7 # point to the top of the android source tree 8 top=../../../ macro 41 source $(top)build/envsetup.sh ; mmm $(top)frameworks/base/telephony/tests/telephonytests 42 adb install -r $(top)out/target/product/passion/data/app/FrameworksTelephonyTests.apk 173 adb push $(top)out/target/product/passion/system/lib/libmock_ril.so /data/lib/ 177 adb install -r $(top)out/target/product/passion/data/app/FrameworksTelephonyTests.apk
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ZoomController.java | 113 int height = b - t - p.top - p.bottom; 120 mSliderTop = p.top + margin / 2 - sSlider.getHeight() / 2; 258 int top = mSliderTop; local 259 sBackground.draw(root, left, top, sBackground.getWidth(), bottom - top); 263 (top + mValueGap * (mRatios.length - 1 - mIndex)));
|
RotatePane.java | 38 boolean change, int left, int top, int right, int bottom) { 40 int height = bottom - top;
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, 79 super.onLayout(changed, left, top, right, bottom); 81 mThisHeight = bottom - top; 207 deltaY = (viewHeight - height) / 2 - rect.top; 208 } else if (rect.top > 0) { 209 deltaY = -rect.top;
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 78 super.onLayout(changed, left, top, right, bottom); 80 mThisHeight = bottom - top; 192 deltaY = (viewHeight - height) / 2 - rect.top; 193 } else if (rect.top > 0) { 194 deltaY = -rect.top;
|
/build/tools/droiddoc/templates/ |
sample.cs | 10 <a name="top"></a>
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
InsetDrawableTest.java | 217 assertEquals(0, r.top); 224 assertEquals(2, r.top); 233 assertEquals(0, r.top); 240 assertEquals(0, r.top); 342 assertEquals(0, bounds.top); 350 assertEquals(10, bounds.top); 372 assertEquals(0, bounds.top); 380 assertEquals(5, bounds.top);
|
/development/tools/axl/ |
chewperf.py | 71 top = max(buckets.keys()) 72 for x in range(top):
|
/external/dropbear/libtommath/ |
bn_fast_mp_invmod.c | 58 top: 119 goto top;
|
/external/openssl/crypto/bn/ |
bn.h | 281 (dest)->top=(b)->top, \ 303 int top; /* Index of last used d +1. */ member in struct:bignum_st 387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ 388 (((w) == 0) && ((a)->top == 0))) 389 #define BN_is_zero(a) ((a)->top == 0) 392 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) 398 _tmp_bn->top = 0; \ 417 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom); 418 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom) [all...] |
/external/openssl/include/openssl/ |
bn.h | 281 (dest)->top=(b)->top, \ 303 int top; /* Index of last used d +1. */ member in struct:bignum_st 387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ 388 (((w) == 0) && ((a)->top == 0))) 389 #define BN_is_zero(a) ((a)->top == 0) 392 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) 398 _tmp_bn->top = 0; \ 417 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom); 418 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom) [all...] |
/external/skia/include/utils/ |
SkNWayCanvas.h | 41 virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, 47 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
dfs-visit.h | 105 DfsState<Arc> *dfs_state = state_stack.top(); 113 DfsState<Arc> *parent_state = state_stack.top();
|
/external/stlport/stlport/stl/ |
_stack.h | 84 reference top() { return c.back(); } function in class:stack 85 const_reference top() const { return c.back(); } function in class:stack
|
/frameworks/base/core/java/android/content/res/ |
StringBlock.java | 337 if (fm.bottom - fm.top < size) { 338 fm.top = fm.bottom - size; 354 sProportion = (r.top) / p.ascent(); 357 int need = (int) Math.ceil(-fm.top * sProportion); 364 fm.top = fm.bottom - size; 372 fm.top = fm.ascent = -need; 373 fm.bottom = fm.descent = fm.top + size; 379 fm.top = fm.ascent = -size;
|
/ndk/sources/android/stlport/stlport/stl/ |
_stack.h | 84 reference top() { return c.back(); } function in class:stack 85 const_reference top() const { return c.back(); } function in class:stack
|
/packages/apps/Contacts/src/com/android/contacts/ |
PinnedHeaderListView.java | 27 * A ListView that maintains a header pinned at the top of the list. The 43 * Pinned header state: show the header at the top of the list. 97 // TODO change ListView to allow separate measures for top and bottom fading edge; 98 // in this particular case we would like to disable the top, but not the bottom edge. 122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 123 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Phone/src/com/android/phone/ |
ButtonGridLayout.java | 36 * - vertical = top + bottom padding. 141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 151 int y = (bottom - top) - mHeight + mPaddingTop;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKey.java | 86 public void setKeyDimensions(float left, float top, float right, 89 mTopF = top;
|