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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DDragViewStateAnnouncer.java30 public class DragViewStateAnnouncer implements Runnable { class in inherits:Runnable
36 private DragViewStateAnnouncer(View view) { method in class:DragViewStateAnnouncer
61 public static DragViewStateAnnouncer createFor(View v) {
64 return new DragViewStateAnnouncer(v);

Completed in 71 milliseconds