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

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MailWebView.java 9 // NARROW_COLUMNS reflow can trigger the document to change size, so notify interested parties.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/
chapter-reflow-once-random.html 4 <title>Chapter reflow performance test: random text</title>
chapter-reflow-once.html 9 <title>Chapter reflow performance test: English prose once</title>
chapter-reflow-thrice.html 9 <title>Chapter reflow performance test: English prose thrice</title>
chapter-reflow-twice.html 9 <title>Chapter reflow performance test: English prose twice</title>
chapter-reflow.html 9 <title>Chapter reflow performance test: English prose infinite</title>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 169 // Calls getSection().reflow(), which is the same that Section calls
173 Method reflow; local
174 reflow = section.getClass().getDeclaredMethod("reflow", (Class<?>[])null);
175 reflow.setAccessible(true);
176 reflow.invoke(section);
178 AdtPlugin.log(e, "Error when invoking Section.reflow");
  /frameworks/base/core/java/android/text/
DynamicLayout.java 170 reflow(base, 0, 0, base.length()); method
188 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout
640 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
644 ml.reflow(s, where, before, after);
654 reflow(s, where, before, after); method
663 reflow(s, start, end - start, end - start); method
668 reflow(s, start, end - start, end - start); method
673 reflow(s, start, end - start, end - start); method
674 reflow(s, nstart, nend - nstart, nend - nstart); method
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 395 // Add an expansion listener that will trigger a reflow on the parent
418 * Reflow the parent ScrolledPageBook (which is actually a SharedScrolledComposite).
424 ((SharedScrolledComposite) c).reflow(true /* flushCache */); method
  /external/icu4c/layoutex/
playout.cpp 127 return pl->reflow();
  /external/icu4c/samples/layout/
paragraph.cpp 206 paragraphLayout->reflow();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com/android/ide/eclipse/adt/internal/
AdtIntro.java 112 mForm.reflow(true);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
grid.js 142 // (triggers reflow).
150 // Show scrollbar and recalculate clientWidth (triggers reflow).
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 500 inline void reflow();
651 inline void ParagraphLayout::reflow() function in class:ParagraphLayout
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 195 // Start animation, its timer will drive reflow. Note the text is
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 208 // Start animation, its timer will drive reflow. Note the text is
  /external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc 112 // to appear later, the page will just reflow when more information becomes
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 213 // This value is used to handle quirky margins in reflow roots (body, td, and th) like WinIE.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list.js 920 // a reflow (which made the redraw speed 3 times slower on my system).
922 // need for a reflow.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list.js 918 // a reflow (which made the redraw speed 3 times slower on my system).
920 // need for a reflow.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
list.js     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 366 // cut from the regular version. A proper animation would have to reflow text
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 1852 milliseconds

1 2