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

  /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");
  /external/python/cpython2/Parser/
asdl_c.py 29 """Reflow the line s indented depth tabs.
50 assert i != -1, "Impossible line %d to reflow: %r" % (size, s)
89 def emit(self, s, depth, reflow=True):
90 # XXX reflow long lines?
91 if reflow:
270 reflow=False)
282 def emit(s, depth=0, reflow=True):
283 self.emit(s, depth, reflow)
301 2, reflow=False)
317 def emit(s, depth=0, reflow=True)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 29 """Reflow the line s indented depth tabs.
50 assert i != -1, "Impossible line %d to reflow: %r" % (size, s)
89 def emit(self, s, depth, reflow=True):
90 # XXX reflow long lines?
91 if reflow:
270 reflow=False)
282 def emit(s, depth=0, reflow=True):
283 self.emit(s, depth, reflow)
301 2, reflow=False)
317 def emit(s, depth=0, reflow=True):
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 181 reflow(base, 0, 0, base.length()); method
199 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout
748 private void reflow(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
752 ml.reflow(s, where, before, after);
762 reflow(s, where, before, after); method
771 reflow(s, start, end - start, end - start); method
776 reflow(s, start, end - start, end - start); method
781 reflow(s, start, end - start, end - start); method
782 reflow(s, nstart, nend - nstart, nend - nstart); method
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 509 inline void reflow();
660 inline void ParagraphLayout::reflow() function in class:ParagraphLayout
  /system/extras/simpleperf/inferno/
script.js 43 // Avoid reflow by using hard-coded estimate instead of text.getSubStringLength(0, numCharacters)
100 // Avoid multiple forced reflow by hiding nodes.
  /external/icu/icu4c/source/layoutex/
playout.cpp 129 return pl->reflow();
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 217 paragraphLayout->reflow();
  /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/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 412 milliseconds