Searched defs:withFormatting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java9186 paste(min, max, true /* withFormatting */);
9190 paste(min, max, false /* withFormatting */);
9455 private void paste(int min, int max, boolean withFormatting) { argument
9463 if (withFormatting) {

Completed in 123 milliseconds