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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 271 StaticLayout reflowed; local
274 reflowed = sStaticLayout;
278 if (reflowed == null) {
279 reflowed = new StaticLayout(null);
281 reflowed.prepare();
284 reflowed.generate(text, where, where + after,
288 int n = reflowed.getLineCount();
294 if (where + after != len && reflowed.getLineStart(n - 1) == where + after)
303 int ht = reflowed.getLineTop(n);
307 toppad = reflowed.getTopPadding()
    [all...]
Editable.java 23 * of an Editable, the layout will be reflowed as the text is changed.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.html 8 Note that this means apps will be reflowed when rotated (like iPad).
  /external/chromium_org/chrome/browser/resources/print_preview/data/
document_info.js 31 * Whether the document to print is modifiable (i.e. can be reflowed).
117 * be reflowed).
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.html 7 Note that this means apps will be reflowed when rotated (like iPad).
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.html 12 Note that this means apps will be reflowed when rotated (like iPad).
  /external/libphonenumber/java/
release_notes.txt 115 - Reflowed this file to 100 char width to make it unambiguous as to what the standard should be.

Completed in 1449 milliseconds