HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 151 - 175 of 919) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
ScaleGestureDetector.java 170 final int action = event.getAction(); local
175 if (action == MotionEvent.ACTION_POINTER_1_DOWN) {
178 if (action == MotionEvent.ACTION_POINTER_2_DOWN) {
181 if ((action == MotionEvent.ACTION_POINTER_1_DOWN || action == MotionEvent.ACTION_POINTER_2_DOWN)
214 switch (action) {
224 if (action == MotionEvent.ACTION_POINTER_2_UP) {
235 int id = (((action & MotionEvent.ACTION_POINTER_ID_MASK) >> MotionEvent.ACTION_POINTER_ID_SHIFT) == 0) ? 1 : 0;
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 41 void enqueue(in long [] list, int action);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 34 String action = suggestion.getSuggestionIntentAction(); local
42 Intent intent = new Intent(action);
  /external/iproute2/tc/
m_skbedit.c 94 sel.action = TC_ACT_RECLASSIFY;
97 sel.action = TC_ACT_PIPE;
101 sel.action = TC_ACT_SHOT;
104 sel.action = TC_ACT_UNSPEC;
107 sel.action = TC_ACT_OK;
  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 57 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
79 m_platformDescription->wID = action;
113 ContextMenuAction ContextMenuItem::action() const function in class:WebCore::ContextMenuItem
136 void ContextMenuItem::setAction(ContextMenuAction action)
138 m_platformDescription->wID = action;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 171 String action = getIntent().getAction(); local
174 if (LIFECYCLE_BASIC.equals(action)) {
177 } else if (LIFECYCLE_SCREEN.equals(action)) {
182 } else if (LIFECYCLE_DIALOG.equals(action)) {
186 } else if (LIFECYCLE_FINISH_CREATE.equals(action)) {
194 } else if (LIFECYCLE_FINISH_START.equals(action)) {
227 String action = getIntent().getAction(); local
231 if (LAUNCH.equals(action)) {
238 } else if (FORWARD_RESULT.equals(action)) {
243 } else if (BAD_PARCELABLE.equals(action)) {
    [all...]
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 143 String action = intent.getAction();
144 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) {
161 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
164 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED)) {
166 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_FINISHED)) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 167 MediaAction action = audio.getCurrentAction(); local
168 if (action == MediaAction.START) {
170 } else if (action == MediaAction.PAUSE) {
172 } else if (action == MediaAction.STOP) {
174 } else if (action == MediaAction.SEEK) {
239 MediaAction action = video.getCurrentAction(); local
240 if (action == MediaAction.START) {
242 } else if (action == MediaAction.PAUSE) {
244 } else if (action == MediaAction.STOP) {
246 } else if (action == MediaAction.SEEK)
    [all...]
  /external/webkit/WebCore/dom/
Range.cpp 586 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec)
592 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS)
627 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) {
633 if (action == EXTRACT_CONTENTS || action == DELETE_CONTENTS)
636 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) {
641 if (action == EXTRACT_CONTENTS || action == DELETE_CONTENTS)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 52 * Helper to show the global actions dialog. Each item is an {@link Action} that
65 private ArrayList<Action> mItems;
279 final Action action = mItems.get(i); local
281 if (mKeyguardShowing && !action.showDuringKeyguard()) {
284 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) {
302 public Action getItem(int position) {
306 final Action action = mItems.get(i); local
307 if (mKeyguardShowing && !action.showDuringKeyguard())
331 Action action = getItem(position); local
    [all...]
  /external/dhcpcd/
if-bsd.c 63 int action)
87 if (action >= 0) {
92 if (action < 0)
103 _unused int metric, int action)
143 if (action == 0)
145 else if (action > 0)
162 if (action >= 0)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 67 String action = intent.getAction(); local
69 if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
75 if (action.equals(Intent.ACTION_SEND)) {
106 } else if (action.equals(Intent.ACTION_SEND_MULTIPLE)) {
154 } else if (action.equals(Constants.ACTION_OPEN)) {
159 intent1.setAction(action);
BluetoothOppBtEnablingActivity.java 126 String action = intent.getAction();
127 if (V) Log.v(TAG, "Received intent: " + action) ;
128 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
  /external/dnsmasq/src/
helper.c 37 unsigned char action, hwaddr_len, hwaddr_type; member in struct:script_data
121 if (data.action == ACTION_DEL)
123 else if (data.action == ACTION_ADD)
125 else if (data.action == ACTION_OLD || data.action == ACTION_OLD_HOSTNAME)
266 if (data.action == ACTION_OLD_HOSTNAME && hostname)
298 void queue_script(int action, struct dhcp_lease *lease, char *hostname, time_t now)
338 buf->action = action;
  /packages/apps/Contacts/src/com/android/contacts/model/
Sources.java 126 final String action = intent.getAction(); local
128 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)
129 || Intent.ACTION_PACKAGE_ADDED.equals(action)
130 || Intent.ACTION_PACKAGE_CHANGED.equals(action) ||
131 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
132 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
135 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
136 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
154 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 134 private void handleResultCode(int resultCode, String action) {
136 Log.i(LOG_TAG, String.format("message %1$s successful", action));
141 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason));
  /development/testrunner/
runtest.py 94 default=False, action="store_true",
97 action="store_true", help="Skip build - just launch")
102 action="store_true",
105 action="store_true",
108 default=False, action="store_true",
112 action="store_true",
115 default=False, action="store_true",
135 default=False, action="store_true",
140 default=False, action="store_true",
143 default=False, action="store_true"
    [all...]
  /external/webkit/WebKitTools/simplejson/
scanner.py 48 action = actions[m.lastindex]
49 if action is not None:
50 rval, next_pos = action(m, context)
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 72 final String action = intent.getAction();
73 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
76 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 53 String action = intent != null ? intent.getAction() : null; local
54 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 49 String action = intent.getAction(); local
50 if (Intent.ACTION_MAIN.equals(action)) {
54 } else if (Intent.ACTION_SEARCH.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 354 String action = intent.getAction();
355 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {
358 else if (action.equals(Intent.ACTION_ALARM_CHANGED)) {
361 else if (action.equals(Intent.ACTION_SYNC_STATE_CHANGED)) {
364 else if (action.equals(Intent.ACTION_BATTERY_LOW)) {
367 else if (action.equals(Intent.ACTION_BATTERY_OKAY)
368 || action.equals(Intent.ACTION_POWER_CONNECTED)) {
371 else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) ||
372 action.equals(BluetoothHeadset.ACTION_STATE_CHANGED) ||
373 action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED) |
1062 String action = intent.getAction(); local
1093 final String action = intent.getAction(); local
1128 final String action = intent.getAction(); local
1146 final String action = intent.getAction(); local
    [all...]
  /cts/tests/src/android/app/cts/
ActivityTestsBase.java 129 public int runLaunchpad(String action) {
130 startLaunchpadActivity(action);
134 private void startLaunchpadActivity(String action) {
138 mIntent.setAction(action);
SearchManagerStubActivity.java 57 String action = getIntent().getAction(); local
58 if (action.equals(TEST_STOP_SEARCH)) {
60 } else if (action.equals(TEST_ON_DISMISSLISTENER)) {
62 } else if (action.equals(TEST_ON_CANCELLISTENER)) {
  /external/bison/src/
symlist.h 39 /* The action is attached to the LHS of a rule. */
40 const char *action; member in struct:symbol_list
43 /* Whether this symbol's value is used in the current action. */

Completed in 451 milliseconds

1 2 3 4 5 67 8 91011>>