Home
last modified time | relevance | path

Searched refs:ORIGINAL (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DReplacementTransformationMethodTest.java42 private final char[] ORIGINAL = new char[] { '0', '1' }; field in ReplacementTransformationMethodTest
64 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT); in testGetTransformation()
75 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testGetTransformationWithAbnormalCharSequence()
92 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_SAME_CHARS); in testGetTransformationWithAbmornalReplacement()
100 method = new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_MORE_CHARS); in testGetTransformationWithAbmornalReplacement()
130 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testOnFocusChanged()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java48 ORIGINAL, enumConstant
76 mLocationMapping[RingLocations.ORIGINAL.ordinal()] = new float[]{0f, 0f}; in mapNineRingLocations()