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

<<11121314151617181920>>

  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 180 String action = getIntent().getAction(); local
181 if (Intent.ACTION_PICK.equals(action) || Intent.ACTION_GET_CONTENT.equals(action)) {
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 201 evt.data.touch.action = kDown_ANPTouchAction;
203 evt.data.touch.action = kUp_ANPTouchAction;
205 evt.data.touch.action = kMove_ANPTouchAction;
207 evt.data.touch.action = kCancel_ANPTouchAction;
209 evt.data.touch.action = kLongPress_ANPTouchAction;
211 evt.data.touch.action = kDoubleTap_ANPTouchAction;
219 TouchList* touches = (evt.data.touch.action == kUp_ANPTouchAction
220 || evt.data.touch.action == kCancel_ANPTouchAction) ? event->changedTouches() : event->touches();
242 evt.data.mouse.action = isUp ? kUp_ANPMouseAction : kDown_ANPMouseAction;
279 evt.data.lifecycle.action = hasFocus ? kGainFocus_ANPLifecycleAction
    [all...]
  /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
BatteryWaster.java 166 String action = intent.getAction();
167 String title = action;
172 if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 196 * Gets the intent action for the current suggestion.
199 String action = getStringOrNull(SearchManager.SUGGEST_COLUMN_INTENT_ACTION); local
200 if (action != null) return action;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 50 String action = intent.getAction();
51 if (action.equals(BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED)) {
53 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) &&
BluetoothPairingRequest.java 44 String action = intent.getAction(); local
45 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
103 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_CANCEL)) {
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 19 import com.android.draw9patch.ui.action.ExitAction;
20 import com.android.draw9patch.ui.action.OpenAction;
21 import com.android.draw9patch.ui.action.SaveAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 27 import org.eclipse.jface.action.IMenuManager;
28 import org.eclipse.jface.action.IToolBarManager;
29 import org.eclipse.jface.action.Separator;
  /external/quake/standalone/
main.cpp 12 extern int AndroidMotionEvent(unsigned long long eventTime, int action,
279 int action; local
283 action = EventQueue::MOTION_ACTION_DOWN;
286 action = EventQueue::MOTION_ACTION_UP;
293 action = EventQueue::MOTION_ACTION_MOVE;
325 AndroidMotionEvent(whenMS, action,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 228 ShowInPackageViewAction action = new ShowInPackageViewAction(site); local
229 action.run(fragment);
230 // This action's run() doesn't provide the status (although internally it could)
299 OpenNewPackageWizardAction action = new OpenNewPackageWizardAction(); local
302 action.setSelection(new StructuredSelection(project));
303 action.run();
305 IJavaElement element = action.getCreatedElement();
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 55 final String action = intent.getAction();
56 if (action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)) {
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 109 switch (evt->data.lifecycle.action) {
123 if (kDown_ANPTouchAction == evt->data.touch.action) {
  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 64 String action = intent.getAction(); local
65 if (NfcAdapter.ACTION_TAG_DISCOVERED.equals(action)) {
  /external/blktrace/
blkparse_fmt.c 3 * customize the individual action format and generel output format.
55 int w = t->action & BLK_TC_ACT(BLK_TC_WRITE);
56 int a = t->action & BLK_TC_ACT(BLK_TC_AHEAD);
57 int b = t->action & BLK_TC_ACT(BLK_TC_BARRIER);
58 int s = t->action & BLK_TC_ACT(BLK_TC_SYNC);
59 int m = t->action & BLK_TC_ACT(BLK_TC_META);
60 int d = t->action & BLK_TC_ACT(BLK_TC_DISCARD);
315 if (t->action & BLK_TC_ACT(BLK_TC_PC)) {
347 if (t->action & BLK_TC_ACT(BLK_TC_PC)) {
412 fprintf(stderr, "Unknown action %c\n", act[0])
    [all...]
  /external/blktrace/btt/
mmap.c 64 tp->action = be32_to_cpu(t->action);
  /external/dhcpcd/
if-linux.c 284 const struct in_addr *broadcast, int action)
292 if (action >= 0) {
309 if (action >= 0)
322 const struct in_addr *gateway, int metric, int action)
336 if (action == 0)
338 else if (action == 1)
353 if (action == -1 || action == -2)
  /external/icu4c/layout/
ThaiShaping.h 64 le_uint8 action; member in struct:ThaiShaping::StateTransition
67 le_uint8 getAction() { return action; };
  /external/jpeg/
jdhuff.h 127 * CHECK_BIT_BUFFER(state,n,action);
128 * Ensure there are N bits in get_buffer; if suspend, take action.
139 #define CHECK_BIT_BUFFER(state,nbits,action) \
142 { action; } \
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 114 ContextMenuItem* ContextMenu::itemWithAction(unsigned action)
116 return contextMenuItemByIdOrPosition(m_platformDescription, action, FALSE);
  /external/webkit/WebKit/chromium/src/
WebPasswordFormData.cpp 121 // query and ref portions of URL, for the form action and form origin.
122 result->action = stripURL(fullAction);
164 // Calculate the canonical action URL
165 KURL fullAction = frame->loader()->completeURL(form->action());
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 67 void WebDragClient::willPerformDragDestinationAction(WebCore::DragDestinationAction action, WebCore::DragData* dragData)
69 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:dragData->platformData()];
79 void WebDragClient::willPerformDragSourceAction(WebCore::DragSourceAction action, const WebCore::IntPoint& mouseDownPoint, WebCore::Clipboard* clipboard)
82 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:mouseDownPoint withPasteboard:static_cast<WebCore::ClipboardMac*>(clipboard)->pasteboard()];
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 148 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action)
158 QString(string).toUtf8().constData(), dumpRange(range).toUtf8().constData(), insertactionstring[action]);
314 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
324 dumpRange(range).toUtf8().constData(), insertactionstring[action]);
373 QWebPage::WebAction action = QWebPagePrivate::editorActionForKeyEvent(kevent->qtEvent()); local
374 if (action != QWebPage::NoWebAction) {
375 const char* cmd = QWebPagePrivate::editorCommandForWebActions(action);
383 m_page->triggerAction(action);
  /external/webkit/WebKitTools/Scripts/
webkit-patch 52 make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch remote servers"),
53 make_option("--status-host", action="store", dest="status_host", type="string", nargs=1, help="Hostname (e.g. localhost or commit.webkit.org) where status updates should be posted."),
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 67 make_option("--bugs", action="store_true", dest="bugs", help="Output bug links instead of patch links"),
93 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit")
  /frameworks/base/core/java/android/content/
IntentFilter.java 52 * <em>action</em>, <em>data</em>, and <em>categories</em>. For each of these
78 * the <strong>action</strong> and <strong>category</strong> must match, and
82 * <p><strong>Action</strong> matches if any of the given values match the
83 * Intent action, <em>or</em> if no actions were specified in the filter.
120 * that unlike the action, an IntentFilter with no categories
135 private static final String ACTION_STR = "action";
309 * Create a new IntentFilter instance with a specified action and MIME
314 * @param action The action to match, i.e. Intent.ACTION_VIEW.
317 * @return A new IntentFilter for the given action and type
    [all...]

Completed in 3248 milliseconds

<<11121314151617181920>>