HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 451 - 475 of 1065) sorted by null

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 27 * bounds of the graphic. For a thorough explanation of a NinePatch image,
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 27 * The PKM file format is of a 16-byte header that describes the image bounds
Visibility.java 108 * minimal bounding sphere of an axis-aligned box that bounds the points.
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsBackground.java 93 // This doesn't clamp to this view's bounds, which is what we want,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserWep.c 133 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Key Length out of bounds=%d\n", pKeyDesc->KeyLength);
  /packages/apps/Camera/src/com/android/camera/
Switcher.java 142 return; // nothing to draw (empty bounds)
  /packages/apps/Email/src/org/apache/commons/io/
HexDump.java 55 * outside the data array's bounds
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 106 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 360 Rect bounds = new Rect();
361 paint.getTextBounds(language, 0, language.length(), bounds);
363 (mSpaceKey.width - bounds.right) / 2
367 (mSpaceKey.width + bounds.right) / 2, (int) paint.getTextSize());
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyParserWep.c 133 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Key Length out of bounds=%d\n", pKeyDesc->KeyLength);
  /external/webkit/WebCore/rendering/
RenderInline.cpp     [all...]
RenderObject.h 121 return type == o.type && bounds == o.bounds && clip == o.clip && label == o.label;
129 IntRect bounds; member in struct:WebCore::DashboardRegionValue
615 // Repaint only if our old bounds and new bounds are different.
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 899 // Save the old WebFrameView's bounds and apply them to the new WebFrameView
901 IntRect bounds = oldWebFrameView->getBounds(); local
904 m_frame->createView(bounds.size(), oldFrameView->baseBackgroundColor(), oldFrameView->isTransparent(), IntSize(), false);
908 newFrameView->setLocation(bounds.x(), bounds.y())
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 155 (isPointerFunc ? "Bounds" : "" ) +
482 (nativeDecl ? "Bounds" : "") +
701 outName += "Bounds";
735 (isPointerFunc ? "Bounds" : "") +
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
genericper.cpp 218 // lower/upper bounds. Note that bounds are uint32, which
277 // lower/upper bounds. The only difference from GetInteger()
278 // is that the bounds and returned values are int32, and
388 // Bounds on the size, if any, are included in the input
460 // Bounds on the size, if any, are included in the input
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp 198 IntRect bounds = getRect(); local
202 renderer()->enclosingLayer()->scrollRectToVisible(bounds, false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways);
204 renderer()->enclosingLayer()->scrollRectToVisible(bounds, false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignBottomAlways);
211 IntRect bounds = getRect(); local
214 renderer()->enclosingLayer()->scrollRectToVisible(bounds, false, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded);
216 renderer()->enclosingLayer()->scrollRectToVisible(bounds, false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);
    [all...]
  /frameworks/base/awt/java/awt/
Component.java 870 * The hierarchy bounds listeners.
940 * The bounds mask param.
1863 public Rectangle bounds() { method in class:Component
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 263 + "AnimationDrawable#getFrame(int) when param index is out of bounds")
303 + "AnimationDrawable#getDuration(int) when param index is out of bounds")
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 289 // Should check whether the column index is out of bounds
293 // Should check whether the column index is out of bounds
  /dalvik/libcore/luni/src/main/java/java/io/
PushbackReader.java 326 // K002e=Offset out of bounds \: {0}
330 // K0031=Length out of bounds \: {0}
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 408 * -data bounds are monitored, as a matter of security, by the full
440 * <p>These links-to -data bounds are
  /external/bison/lib/
abitset.c 110 bounds of the bitset. */
122 bounds of the bitset. Since the bit is zero anyway, let it pass. */
  /external/skia/include/views/
SkView.h 84 void getLocalBounds(SkRect* bounds) const;
103 that should be redrawn. If it is null, it specifies the entire view bounds.
  /external/skia/src/core/
SkRegion_path.cpp 437 const SkIRect& bounds = this->getBounds();
441 r.set(bounds); // this converts the ints to scalars
  /external/skia/src/utils/
SkDumpCanvas.cpp 192 int SkDumpCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint,
195 return this->INHERITED::saveLayer(bounds, paint, flags);

Completed in 286 milliseconds

<<11121314151617181920>>