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

  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryMediaChooser.java 158 final int selectionCount = mGalleryGridView.getSelectionCount();
159 if (selectionCount > 0 && mGalleryGridView.isMultiSelectEnabled()) {
162 selectionCount));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 340 Integer selectionCount = Integer.valueOf(actions.size());
344 if (selectionCount.equals(count)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 130 int selectionCount = treeSelection.size();
131 if (selectionCount == mSelection.size()) {
134 for (int i = 0, n = selectionCount; i < n && iterator.hasNext(); i++) {
159 int selectionCount = treeSelection.size();
160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount);
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 634 milliseconds