OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionCount
(Results
1 - 6
of
6
) 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/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
);
/packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java
473
public void setSelectionCount(int
selectionCount
) {
475
if (
selectionCount
== 0) {
480
textView.setText(String.valueOf(
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)) {
/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 64 milliseconds