Searched refs:getTransformationMethod (Results 1 – 2 of 2) sorted by relevance
143 assertThat(view.getTransformationMethod(), is(CoreMatchers.<Object>nullValue())); in shouldNotHaveTransformationMethodByDefault()150 … assertEquals(view.getTransformationMethod().getClass(), ShadowPasswordTransformationMethod.class); in shouldAllowSettingATransformationMethod()
464 public TransformationMethod getTransformationMethod() { in getTransformationMethod() method in ShadowTextView