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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/ManualTests/
bugzilla-5768.html 5 <title>No relayout when all frames are fixed</title>
  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 24 description: "Exercising window resize and following relayout",
  /external/chromium_org/ash/ime/
infolist_window.h 33 void Relayout(const std::vector<ui::InfolistEntry>& entries);
  /external/chromium_org/ash/wm/
status_area_layout_manager.h 17 // In any case when status area needs relayout it redirects this call to
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 81 * so complex relayout of the window should not happen based on them.
90 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs,
97 * If a call to relayout() asked to have the surface destroy deferred,
118 * {@link #relayout relayout()} for windows behind this one.
IWindow.aidl 84 * from relayout(), this method will be called when the animation
WindowManagerGlobal.java 79 * Flag for relayout: the client will be later giving
86 * Flag for relayout: the client may be currently using the current surface,
87 * so if it is to be destroyed as a part of the relayout the destroy must
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 299 Relayout();
304 Relayout();
348 Relayout();
378 Relayout();
404 Relayout();
411 Relayout();
451 Relayout();
458 // TODO: As this is called for every animation step now. Relayout needs to be
461 Relayout();
469 Relayout();
    [all...]
panel_layout_manager.h 145 // positioned. The first time Relayout is called the panel will be shown,
156 void Relayout();
173 // Protect against recursive calls to Relayout().
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 250 relayout(); method
253 private void relayout() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
374 relayout();
448 relayout();
458 relayout();
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 250 relayout(); method
253 private void relayout() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
374 relayout();
448 relayout();
458 relayout();
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 258 relayout(); method
266 private void relayout() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
387 relayout();
461 relayout();
471 relayout();
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 250 relayout(); method
253 private void relayout() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
374 relayout();
448 relayout();
458 relayout();
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 128 // Returns last known coordinates of |dragged_window_| after Relayout.
190 // Minimize / restore window and relayout.
216 void Relayout();
254 // Protect against recursive calls to Relayout().
268 // that was previously established in Relayout. This allows easier reordering.
docked_window_layout_manager.cc 503 Relayout();
509 Relayout();
540 Relayout();
643 Relayout();
651 Relayout();
673 Relayout();
694 Relayout();
705 Relayout();
735 Relayout();
748 // prevent Relayout from getting called multiple times during thi
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 148 public void relayout() { method in class:OverlayDisplayWindow
284 relayout();
356 relayout();
366 relayout();
  /external/chromium_org/athena/system/
system_ui_impl.cc 62 // Relayout to take into account changes in |status_icon_view_|'s width.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.h 79 // When an element is reparented, the new location's style is evaluated after the expriation of the relayout timer.
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 48 // Break up a page into rects without relayout.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 86 // If our page height has changed, this will force all blocks to relayout.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.cpp 104 // that leads to relayout/repainting now informs us, so we can react to it.
SVGMPathElement.cpp 66 // that leads to relayout/repainting now informs us, so we can react to it.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 134 // If resources change, we need a relayout, as the presence of resources influences the paint invalidation rect.
138 // If markers change, we need a relayout, as marker boundaries are cached in RenderSVGPath.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
scrollbar.js 82 this.view_.addEventListener('relayout', this.onRelayout_.bind(this));
109 * Relayout handler.
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 190 public int relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, method in class:Session
195 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
201 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "

Completed in 1645 milliseconds

1 2 3 4 5 6