OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSelection
(Results
26 - 50
of
58
) sorted by null
1
2
3
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java
91
private ISelection
mSelection
;
102
if (
mSelection
instanceof IStructuredSelection) {
104
for (Iterator<?> it = ((IStructuredSelection)
mSelection
).iterator();
123
mSelection
= selection;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java
74
private List<CanvasViewInfo>
mSelection
;
124
if (
mSelection
!= null) {
125
if (
mSelection
.isEmpty()) {
131
if (selectionCount ==
mSelection
.size()) {
138
if (info !=
mSelection
.get(i)) {
157
mSelection
= Collections.emptyList();
169
mSelection
= newSelection;
185
if (
mSelection
!= null && !
mSelection
.isEmpty()) {
186
for (CanvasViewInfo item :
mSelection
) {
[
all
...]
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java
370
private String
mSelection
;
388
mSelection
= "0";
395
mSelection
= RawContacts.CONTACT_ID + "=?";
400
mSelection
= RawContacts.CONTACT_ID + "=?";
405
mSelection
= Data.RAW_CONTACT_ID + "=?";
411
activityTarget.getContentResolver(),
mSelection
,
[
all
...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
121
private View
mSelection
;
183
return
mSelection
!= null;
187
return
mSelection
;
192
dropOnTable(
mSelection
);
193
mPhotoSource.donePaging(getBitmap(
mSelection
));
195
fadeInBackground(
mSelection
);
197
mSelection
= null;
215
mSelection
= selected;
218
fadeOutBackground(
mSelection
);
227
placeOnDeck(
mSelection
, PREV)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
120
protected final ITextSelection
mSelection
;
148
mSelection
= null;
163
mSelection
= null;
188
mSelection
= selection;
661
assert mTreeSelection == null ||
mSelection
== null :
662
"treeSel= " + mTreeSelection + ", sel=" +
mSelection
;
692
} else if (
mSelection
!= null) {
693
mSelectionStart =
mSelection
.getOffset();
694
mSelectionEnd = mSelectionStart +
mSelection
.getLength();
[
all
...]
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar
/development/samples/ControllerSample/libs/
android-support-v4.jar
Completed in 448 milliseconds
1
2
3