Searched refs:ORIGINAL (Results 1 – 2 of 2) sorted by relevance
42 private final char[] ORIGINAL = new char[] { '0', '1' }; field in ReplacementTransformationMethodTest64 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()
48 ORIGINAL, enumConstant76 mLocationMapping[RingLocations.ORIGINAL.ordinal()] = new float[]{0f, 0f}; in mapNineRingLocations()