Searched defs:CircularRevealFragment (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCircularRevealFragment.java39 public class CircularRevealFragment extends Fragment { class in inherits:Fragment
40 static final String TAG = "CircularRevealFragment";
54 new CircularRevealFragment(touchPoint, listener), TAG)
57 Log.w(TAG, "An instance of CircularRevealFragment already exists");
71 public CircularRevealFragment() {} method in class:CircularRevealFragment
73 public CircularRevealFragment(Point touchPoint, OnCircularRevealCompleteListener listener) { method in class:CircularRevealFragment

Completed in 235 milliseconds