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

  /packages/apps/Contacts/src/com/android/contacts/widget/
FrameLayoutWithOverlay.java 26 * A FrameLayout whose contents are kept beneath an {@link AlphaTouchInterceptorOverlay}.
30 private final AlphaTouchInterceptorOverlay mOverlay;
36 mOverlay = new AlphaTouchInterceptorOverlay(context);
AlphaTouchInterceptorOverlay.java 42 public class AlphaTouchInterceptorOverlay extends FrameLayout {
48 public AlphaTouchInterceptorOverlay(Context context) {

Completed in 284 milliseconds