Searched refs:transformationMethod (Results 1 – 4 of 4) sorted by relevance
54 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt() local57 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt()68 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt_singleLine() local71 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt_singleLine()91 final InsertModeTransformationMethod transformationMethod = in transformedText_charAt_editing() local217 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans() local276 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_singleLine() local347 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_collapsedRange() local407 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpans_collapsedRange_singleLine() local470 final InsertModeTransformationMethod transformationMethod = in transformedText_getSpanStartAndEnd() local[all …]
75 TransformationMethod transformationMethod = getTransformationMethod(); in makeSingleLayout() local77 if (transformationMethod != null) { in makeSingleLayout()78 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()
377 final TransformationMethod transformationMethod = in originalToTransformed_hasOffsetMapping() local380 mTextView.setTransformationMethod(transformationMethod); in originalToTransformed_hasOffsetMapping()407 final TransformationMethod transformationMethod = in transformedToOriginal_hasOffsetMapping() local410 mTextView.setTransformationMethod(transformationMethod); in transformedToOriginal_hasOffsetMapping()
8230 void updateTransformationMethod(TransformationMethod transformationMethod) { in updateTransformationMethod() argument8232 setTransformationMethod(transformationMethod, /* updateText */ true); in updateTransformationMethod()8241 transformationMethod, mTextView.isSingleLine()); in updateTransformationMethod()