HomeSort by relevance Sort by last modified time
    Searched refs:removeAnimationFor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 231 mUnlockDefault.removeAnimationFor("x");
232 mUnlockDefault.removeAnimationFor("y");
233 mUnlockDefault.removeAnimationFor("scaleX");
234 mUnlockDefault.removeAnimationFor("scaleY");
235 mUnlockDefault.removeAnimationFor("alpha");
245 mUnlockHalo.removeAnimationFor("x");
246 mUnlockHalo.removeAnimationFor("y");
247 mUnlockHalo.removeAnimationFor("scaleX");
248 mUnlockHalo.removeAnimationFor("scaleY");
249 mUnlockHalo.removeAnimationFor("alpha")
    [all...]
DrawableHolder.java 73 if (replace) removeAnimationFor(property);
89 public void removeAnimationFor(String property) {

Completed in 80 milliseconds