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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 150 reflow(base, 0, 0, base.length()); method
168 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout
410 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
414 ml.reflow(s, where, before, after);
426 reflow(s, where, before, after); method
435 reflow(s, start, end - start, end - start); method
440 reflow(s, start, end - start, end - start); method
446 reflow(s, start, end - start, end - start); method
447 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/
SectionHelper.java 167 // Calls getSection().reflow(), which is the same that Section calls
171 Method reflow; local
172 reflow = section.getClass().getDeclaredMethod("reflow", (Class<?>[])null);
173 reflow.setAccessible(true);
174 reflow.invoke(section);
176 AdtPlugin.log(e, "Error when invoking Section.reflow");
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 500 inline void reflow();
638 inline void ParagraphLayout::reflow() function in class:ParagraphLayout
  /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/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 389 // Add an expansion listener that will trigger a reflow on the parent
410 * Reflow the parent ScrolledPageBook (which is actually a SharedScrolledComposite).
416 ((SharedScrolledComposite) c).reflow(true /* flushCache */); method
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 868 milliseconds