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

  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 460 IntRect oldBounds;
462 oldBounds = absoluteClippedOverflowRect();
511 view()->repaintViewRectangle(oldBounds);
513 if (newBounds != oldBounds)
  /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...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 727 WebCore::IntRect oldBounds;
731 oldBounds = oldFocusNode->getRect();
740 oldBounds = WebCore::IntRect(0,0,0,0);
751 " m_lastFocusedBounds={%d,%d,%d,%d} oldBounds={%d,%d,%d,%d}"
757 oldBounds.x(), oldBounds.y(), oldBounds.width(), oldBounds.height(),
761 if (m_lastFocused == oldFocusNode && m_lastFocusedBounds == oldBounds
770 && m_lastFocusedBounds != oldBounds;
    [all...]

Completed in 201 milliseconds