HomeSort by relevance Sort by last modified time
    Searched defs:SelectionManager (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 34 public class SelectionManager {
44 public SelectionManager(Activity activity) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SelectionManager.java 29 public class SelectionManager {
31 private static final String TAG = "SelectionManager";
52 public SelectionManager(AbstractGalleryActivity activity, boolean isAlbumSet) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 82 * The {@link SelectionManager} manages the selection in the canvas editor.
94 public class SelectionManager implements ISelectionProvider {
119 * Constructs a new {@link SelectionManager} associated with the given layout canvas.
121 * @param layoutCanvas The layout canvas to create a {@link SelectionManager} for.
123 public SelectionManager(LayoutCanvas layoutCanvas) {
    [all...]

Completed in 77 milliseconds