HomeSort by relevance Sort by last modified time
    Searched full:relayout (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/WebCore/manual-tests/
bugzilla-5768.html 5 <title>No relayout when all frames are fixed</title>
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 66 * so complex relayout of the window should not happen based on them.
75 int relayout(IWindow window, in WindowManager.LayoutParams attrs,
92 * {@link #relayout relayout()} for windows behind this one.
SurfaceView.java 247 mSession.relayout(mWindow, mLayout, mWidth, mHeight, VISIBLE, false,
487 final int relayoutResult = mSession.relayout(
ViewRoot.java 473 // manager, to make sure we do the relayout before receiving
    [all...]
  /external/junit/src/junit/swingui/
CounterPanel.java 63 // force a fixed layout to avoid accidental hiding on relayout
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 272 CbLayout: The containing block of the object needs a relayout.
273 Layout: the RenderObject needs a relayout after the style change
274 Visible: The change is visible, but no relayout is needed
275 NonVisible: The object does need neither repaint nor relayout after
281 worst case result causing a relayout of the containing block.
360 // If regions change, trigger a relayout to re-calc regions.
445 // If the counter directives change, trigger a relayout to re-calculate counter values and rebuild the counter node tree.
    [all...]
  /external/webkit/WebCore/rendering/
SVGRenderSupport.cpp 243 // Only force our kids to layout if we're being asked to relayout as a result of a parent changing
244 // FIXME: We should be able to skip relayout of non-relative kids when only bounds size has changed
RenderFlexibleBox.cpp 368 // make sure we relayout children if we need it.
636 // So that the calcHeight in layoutBlock() knows to relayout positioned objects because of
779 // make sure we relayout children if we need it.
    [all...]
RenderTableCell.cpp 109 // cells are added, but relayout can cause the cells to be freed, leaving stale pointers in the sections'
186 // the table is going to recalculate the grid, relayout and repaint its current rect, which
    [all...]
RenderImage.cpp 289 // lets see if we need to relayout at all..
RenderObject.h 518 // repaint and do not need a relayout
    [all...]
RenderBlock.cpp     [all...]
RenderText.cpp 112 // need to relayout.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 111 // need to relayout, because of the change in size in mErrorImage.
ConfigEditDialog.java 301 // need to relayout, because of the change in size in mErrorImage.
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 251 LOG_ASSERT(pFrame->view(), "No view for this frame when trying to relayout");
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 497 final int relayoutResult = mSession.relayout(
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 6778 public int relayout(IWindow window, WindowManager.LayoutParams attrs, method in class:WindowManagerService.Session
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 680 * Set the underlying layout algorithm. This will cause a relayout of the
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 1034 public int relayout(IWindow arg0, LayoutParams arg1, int arg2, int arg3, int arg4, method in class:Bridge.WindowSession
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp     [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp     [all...]
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt     [all...]

Completed in 2094 milliseconds

1 2