/external/webkit/WebCore/bindings/v8/ |
V8IsolatedContext.h | 75 // FIXME: Consider edge cases with DOM mutation events that might
|
/external/webkit/WebCore/html/ |
HTMLPlugInElement.cpp | 80 // the cached allocated Bindings::Instance. Not supporting this edge-case is OK.
|
/external/webkit/WebCore/platform/graphics/ |
FloatQuad.h | 83 // Tests whether the given point is inside, or on an edge or corner of this quad.
|
/external/webkit/WebCore/platform/graphics/haiku/ |
ImageHaiku.cpp | 114 // http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
|
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsContextMac.mm | 152 // bounds (e.g. when at the edge of a view) and could make it appear that the
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageQt.cpp | 191 // http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
|
/external/webkit/WebCore/platform/graphics/wx/ |
FontWx.cpp | 77 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
|
/frameworks/base/awt/java/awt/ |
Insets.java | 30 * the space that a container should leave at each edge: the top, the bottom,
|
/frameworks/base/core/java/android/inputmethodservice/ |
SoftInputWindow.java | 29 * method window. It will be displayed along the edge of the screen, moving
|
/frameworks/base/core/java/android/text/style/ |
LeadingMarginSpan.java | 37 * move away from the leading edge of the paragraph, negative values move
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
Base64.java | 68 // handle the edge case, so we don't have to worry about it later
|
/frameworks/base/core/jni/android/opengl/ |
poly_clip.cpp | 78 /* edge crosses plane; add intersection point to q */
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfItemsTallerThanScreenTest.java | 177 * Assuming the selected view is overlapping the bottom edge, how many times
|
ListOfShortShortTallShortShortTest.java | 47 assertTrue("first two items should fit within fading edge",
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchBottomGravityManyTest.java | 94 assertEquals("Last item is not touching the bottom edge",
|
ListTouchManyTest.java | 89 assertEquals("Last item is not touching the bottom edge",
|
/frameworks/base/graphics/java/android/graphics/ |
Rect.java | 465 * @param left The left edge being unioned with this rectangle 466 * @param top The top edge being unioned with this rectangle 467 * @param right The right edge being unioned with this rectangle 468 * @param bottom The bottom edge being unioned with this rectangle
|
RectF.java | 405 * @param left The left edge being unioned with this rectangle 406 * @param top The top edge being unioned with this rectangle 407 * @param right The right edge being unioned with this rectangle 408 * @param bottom The bottom edge being unioned with this rectangle
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyProperties.java | 100 * <code>"GPRS"</code>, <code>"EDGE"</code> and <code>"UMTS"</code>.
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 152 TI_UINT8 uType; /**< 0 - Level, 1 - Edge */
|
/packages/apps/Phone/src/com/android/phone/ |
InCallMenuItemView.java | 162 // ends up right up against the top edge of the button...
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngrTypes.h | 152 TI_UINT8 uType; /**< 0 - Level, 1 - Edge */
|
/frameworks/base/core/java/android/view/ |
View.java | 295 * right of the left edge of its direct parent. 336 * 2 pixels to the right of the left edge. Padding can be set using the 838 * The scrollbar style to display the scrollbars at the edge of the view, 845 * The scrollbar style to display the scrollbars at the edge of the view, [all...] |
/external/jpeg/ |
structure.doc | 135 * Edge expansion and downsampling. Optionally, this step can do simple 174 Note: it is convenient to regard edge expansion (padding to block boundaries) 355 buffering. The downsampler is responsible for edge expansion at the right 356 edge (i.e., extending each sample row to a multiple of 8 samples); but the 357 preprocessing controller is responsible for vertical edge expansion (i.e., 362 blocks when needed at the right or bottom edge. When performing 443 DCT blocks at the right or bottom edge. When reading a multiscan JPEG 603 the rows. This simplifies edge expansion/compression, since we can work [all...] |
/external/webkit/WebCore/rendering/ |
RenderText.cpp | 335 // and the x coordinate is to the left of the first text box left edge 341 // and the x coordinate is to the right of the last text box right edge 354 // the x coordinate is equal to the left edge of this box 359 // and the x coordinate is to the left of the right edge of this box 365 // and the x coordinate is to the left of the first text box left edge 370 // and the x coordinate is to the right of the last text box right edge [all...] |