OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAction
(Results
26 - 42
of
42
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java
349
private final int
mAction
;
354
mAction
= action;
364
switch (
mAction
) {
393
assert false :
mAction
;
/frameworks/native/include/input/
Input.h
267
inline int32_t getAction() const { return
mAction
; }
307
int32_t
mAction
;
326
inline int32_t getAction() const { return
mAction
; }
328
inline int32_t getActionMasked() const { return
mAction
& AMOTION_EVENT_ACTION_MASK; }
331
return (
mAction
& AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
335
inline void setAction(int32_t action) {
mAction
= action; }
539
return isTouchEvent(mSource,
mAction
);
552
int32_t
mAction
;
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java
84
private SmilPlayerAction
mAction
= SmilPlayerAction.NO_ACTIVE_ACTION;
275
return
mAction
== SmilPlayerAction.PAUSE;
279
return
mAction
== SmilPlayerAction.START;
283
return
mAction
== SmilPlayerAction.STOP;
287
return
mAction
== SmilPlayerAction.RELOAD;
291
return
mAction
== SmilPlayerAction.NEXT;
295
return
mAction
== SmilPlayerAction.PREV;
321
mAction
= SmilPlayerAction.PAUSE;
331
mAction
= SmilPlayerAction.START;
342
mAction
= SmilPlayerAction.STOP
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
120
String
mAction
; // One of ACTION_*
193
ret.
mAction
= makeEmptyNull(m.group(MATCH_GROUP_ACTION));
603
return
mAction
!= null &&
mAction
.equals(ACTION_ACTIVATE);
607
return
mAction
!= null &&
mAction
.equals(ACTION_DEACTIVATE);
611
return
mAction
!= null &&
mAction
.equals(ACTION_INTERROGATE);
615
return
mAction
!= null &&
mAction
.equals(ACTION_REGISTER)
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
172
private String
mAction
;
238
} else if (Intent.ACTION_EDIT.equals(
mAction
)) {
240
} else if (Intent.ACTION_INSERT.equals(
mAction
)) {
257
throw new IllegalArgumentException("Unknown Action String " +
mAction
+
271
outState.putString(KEY_ACTION,
mAction
);
289
mAction
= state.getString(KEY_ACTION);
467
mAction
= action;
599
if (Intent.ACTION_INSERT.equals(
mAction
)) {
609
} else if (Intent.ACTION_EDIT.equals(
mAction
)) {
621
throw new IllegalStateException("Invalid intent action type " +
mAction
);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java
98
public int
mAction
;
102
mAction
= action;
760
switch (clickAction.
mAction
) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java
448
private final int
mAction
;
453
mAction
= action;
462
switch (
mAction
) {
555
boolean ignoreInFile =
mAction
== ACTION_IGNORE_FILE;
621
assert false :
mAction
;
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
228
private String
mAction
;
389
validateAction(
mAction
);
395
if (Intent.ACTION_EDIT.equals(
mAction
)) {
409
if (Intent.ACTION_EDIT.equals(
mAction
)) {
411
} else if (Intent.ACTION_INSERT.equals(
mAction
)) {
441
throw new IllegalArgumentException("Unknown Action String " +
mAction
+
453
mAction
= action;
472
mAction
= savedState.getString(KEY_ACTION);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java
[
all
...]
GraphicalEditorPart.java
[
all
...]
/frameworks/base/core/java/android/view/
KeyEvent.java
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
135
private String
mAction
= "";
204
return !PhotoPage.ACTION_NEXTGEN_EDIT.equalsIgnoreCase(
mAction
);
499
mAction
= intent.getAction();
[
all
...]
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java
[
all
...]
/prebuilts/devtools/tools/lib/
hierarchyviewer2.jar
traceview.jar
Completed in 308 milliseconds
1
2