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

1 2 3 4 5 6 7 891011>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ShowDevicesAction.java 17 package com.android.hierarchyviewer.ui.action;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 148 // figure out the action
149 int action = -1; local
151 action = MotionEvent.ACTION_DOWN;
153 action = MotionEvent.ACTION_UP;
155 action = MotionEvent.ACTION_MOVE;
157 if (action == -1) {
158 Log.e(TAG, "Got a bad action: " + actionName);
163 -1, action, x, y, 0));
216 int action = -1; local
218 action = KeyEvent.ACTION_DOWN
    [all...]
  /bionic/libc/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 34 private void setupActivity(String action) {
36 intent.setAction(action);
  /dalvik/vm/
Profile.h 158 void dvmMethodTraceAdd(struct Thread* self, const Method* method, int action);
159 void dvmEmitEmulatorTrace(const Method* method, int action);
176 * Enumeration for the two "action" bits.
  /development/ndk/platforms/android-3/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /external/bzip2/
xmlproc.sh 34 action=$1; shift
72 case $action in
  /external/webkit/WebCore/loader/
PolicyCallback.cpp 107 void PolicyCallback::call(PolicyAction action)
112 m_contentFunction(m_argument, action);
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 71 if (it->second == itemDescription.action)
83 s_itemActions.add(itemWx->GetId(), item.action());
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 130 NSDictionary *action = [self _actionInformationWithURL:[_request URL]];
132 _listener = [[WebPolicyDecisionListener alloc] _initWithTarget:self action:@selector(_continueWithPolicy:)];
137 decidePolicyForNewWindowAction:action
144 decidePolicyForNavigationAction:action
  /external/webkit/WebKit/win/
WebFramePolicyListener.cpp 124 void WebFramePolicyListener::receivedPolicyDecision(PolicyAction action)
128 static_cast<WebFrame*>(frame->loader()->client())->receivedPolicyDecision(action);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 89 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
98 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpPath] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
102 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
111 printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text description] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
  /external/webkit/WebKitTools/QtLauncher/
webpage.cpp 100 if (QAction* action = qobject_cast<QAction*>(sender()))
101 QDesktopServices::openUrl(action->data().toUrl());
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.h 42 int ieee80211_sta_send_ft_action(struct wpa_supplicant *wpa_s, u8 action,
116 ieee80211_sta_send_ft_action(struct wpa_supplicant *wpa_s, u8 action,
  /frameworks/base/core/java/android/view/
IWindow.aidl 65 void dispatchWallpaperCommand(String action, int x, int y,
  /frameworks/base/core/java/android/view/inputmethod/
InputConnectionWrapper.java 122 public boolean performPrivateCommand(String action, Bundle data) {
123 return mTarget.performPrivateCommand(action, data);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 48 void appPrivateCommand(String action, in Bundle data);
  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 51 String action = intent.getAction(); local
52 if (Downloads.ACTION_NOTIFICATION_CLICKED.equals(action)) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 44 public void pushLabel(int icon, String label, Runnable action) {
46 mComponents.add(new Component(icon, label, action, 0));
73 pushLabel(component.icon, label, component.action);
105 public Runnable action; field in class:PathBarLayer.Component
114 Component(int icon, String label, Runnable action, float widthLeft) {
115 this.action = action;
277 mTouchItem.action.run();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
termios.h 59 static __inline__ int tcflow(int fd, int action)
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);

Completed in 348 milliseconds

1 2 3 4 5 6 7 891011>>