Searched refs:toR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DClipRectLRAnimation.java35 public ClipRectLRAnimation(int fromL, int fromR, int toL, int toR) { argument
36 super(fromL, 0, fromR, 0, toL, 0, toR, 0);
/frameworks/base/core/java/android/view/animation/
H A DClipRectAnimation.java50 int toL, int toT, int toR, int toB) {
52 mToRect.set(toL, toT, toR, toB);
49 ClipRectAnimation(int fromL, int fromT, int fromR, int fromB, int toL, int toT, int toR, int toB) argument

Completed in 110 milliseconds