HomeSort by relevance Sort by last modified time
    Searched refs:oldBounds (Results 1 - 12 of 12) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 139 Rect oldBounds = mBounds;
141 if (oldBounds == ZERO_BOUNDS_RECT) {
142 oldBounds = mBounds = new Rect();
145 if (oldBounds.left != left || oldBounds.top != top ||
146 oldBounds.right != right || oldBounds.bottom != bottom) {
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 318 Rect oldBounds = thumb.getBounds();
319 leftBound = oldBounds.left;
320 rightBound = oldBounds.right;
332 Rect oldBounds = thumb.getBounds();
333 topBound = oldBounds.top;
334 bottomBound = oldBounds.bottom;
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 282 Rect oldBounds = thumb.getBounds();
283 topBound = oldBounds.top;
284 bottomBound = oldBounds.bottom;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java     [all...]
BaseLayoutRule.java     [all...]
GridLayoutRule.java 422 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
425 super.setNewSizeBounds(state, node, layout, oldBounds, newBounds, horizontalEdge,
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
RenderFrameSet.cpp 460 IntRect oldBounds;
462 oldBounds = absoluteClippedOverflowRect();
511 view()->repaintViewRectangle(oldBounds);
513 if (newBounds != oldBounds)
RenderObject.h 624 bool repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& oldOutlineBox, const IntRect* newBoundsPtr = 0, const IntRect* newOutlineBoxPtr = 0);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 717 WebCore::IntRect oldBounds;
721 oldBounds = oldFocusNode->getRect();
730 oldBounds = WebCore::IntRect(0,0,0,0);
741 " m_lastFocusedBounds={%d,%d,%d,%d} oldBounds={%d,%d,%d,%d}"
747 oldBounds.x(), oldBounds.y(), oldBounds.width(), oldBounds.height(),
751 if (m_lastFocused == oldFocusNode && m_lastFocusedBounds == oldBounds
760 && m_lastFocusedBounds != oldBounds;
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]

Completed in 3554 milliseconds