HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 501 - 525 of 1442) sorted by null

<<21222324252627282930>>

  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 221 private void injectMotionEvent(int viewIndex, MotionEvent event, int action) {
223 event.setAction(action);
231 int action = event.getAction(); local
243 if ((index != mPressedIndex) || (action == MotionEvent.ACTION_DOWN)) {
250 if ((index != -1) && (action == MotionEvent.ACTION_MOVE)) {
254 if ((index != -1) && (action != MotionEvent.ACTION_MOVE)) {
257 if ((view == mZoomIcon) && (action == MotionEvent.ACTION_DOWN)
268 mPressedIndex = (action == MotionEvent.ACTION_UP) ? -1 : index;
ZoomControlBar.java 83 int action = event.getAction(); local
85 switch (action) {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 68 final int action = ev.getAction(); local
69 switch (action & MotionEvent.ACTION_MASK) {
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 75 int action = event.getAction(); local
106 if (action == KeyEvent.ACTION_DOWN) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 58 void addHandler(String action, Handler handler) {
59 mHandlerMap.put(action, handler);
60 mAdapterIntentFilter.addAction(action);
63 void addProfileHandler(String action, Handler handler) {
64 mHandlerMap.put(action, handler);
65 mProfileIntentFilter.addAction(action);
144 String action = intent.getAction();
148 Handler handler = mHandlerMap.get(action);
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 45 String action = intent.getAction();
46 if (NfcAdapter.ACTION_ADAPTER_STATE_CHANGED.equals(action)) {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pEnabler.java 47 String action = intent.getAction();
49 if (WifiP2pManager.WIFI_P2P_STATE_CHANGED_ACTION.equals(action)) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailCleanupServiceTest.java 48 // No action on PACKAGE_CHANGED.
52 // No action on PACKAGE_REPLACED.
56 // No action on PACKAGE_REMOVED with EXTRA_REPLACING = true.
71 private void sendIntent(String sourcePackage, String action, Boolean replacingExtra) {
72 Intent packageIntent = new Intent(action, Uri.parse("package:" + sourcePackage));
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 110 public Bundle onCommand(String action, int x, int y, int z,
112 return mRenderer.onCommand(action, x, y, z, extras, resultRequested);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java 100 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
103 return mWallpaperRS.onCommand(action, x, y, z, extras, resultRequested);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 115 public Bundle onCommand(String action, int x, int y, int z,
117 return mRenderer.onCommand(action, x, y, z, extras, resultRequested);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 119 public Bundle onCommand(String action, int x, int y, int z,
121 return mRenderer.onCommand(action, x, y, z, extras, resultRequested);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 103 OpenJavaPerspectiveAction action = new OpenJavaPerspectiveAction(); local
104 action.run();
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DeviceSelectorView.java 26 import org.eclipse.jface.action.IMenuManager;
27 import org.eclipse.jface.action.IToolBarManager;
  /system/core/init/
parser.c 14 struct action *act;
36 act = node_to_item(node, struct action, alist);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 151 // figure out the action
152 int action = -1; local
154 action = MotionEvent.ACTION_DOWN;
156 action = MotionEvent.ACTION_UP;
158 action = MotionEvent.ACTION_MOVE;
160 if (action == -1) {
161 Log.e(TAG, "Got a bad action: " + actionName);
165 queue.enqueueEvent(new MonkeyTouchEvent(action)
219 int action = -1; local
221 action = KeyEvent.ACTION_DOWN
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 316 * @param action Action defined in {@link DrmStore.Action}.
321 public ContentValues getConstraints(String path, int action) {
322 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
325 return _getConstraints(mUniqueId, path, action);
347 * @param action Action defined in {@link DrmStore.Action}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 167 // should be separated from this current action (we don't unconditionally
173 for (RuleAction action : actions) {
181 if (action instanceof Separator) {
190 if (action instanceof RuleAction.Choices) {
191 RuleAction.Choices choices = (Choices) action;
199 } else if (action instanceof RuleAction.Toggle) {
200 addToggle((Toggle) action);
202 addPlainAction(action);
232 toggle.getCallback().action(toggle, getSelectedNodes(),
269 menuAction.getCallback().action(menuAction, getSelectedNodes(), menuAction.getId()
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 131 * 100 series - Requestion action was initiated; expect another reply
139 * 200 series - Requestion action has been successfully completed.
146 * 400 series - Command was accepted, but the requested action
236 ObbAction action = new UnmountObbAction(this, true); local
237 mObbActionHandler.sendMessage(mObbActionHandler.obtainMessage(OBB_RUN_ACTION, action));
262 // OBB Action Handler
265 // OBB action handler messages
462 String action = intent.getAction();
464 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
536 } else if (action.equals(UsbManager.ACTION_USB_STATE))
709 String action = null; local
780 String action = null; local
847 String action = null; local
1752 final ObbAction action = new MountObbAction(obbState, key); local
1767 final ObbAction action = new UnmountObbAction(obbState, force); local
2021 final ObbAction action = (ObbAction) msg.obj; local
2057 final ObbAction action = mActions.get(0); local
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 128 * - reordered action codes
213 * 30..24 next state (regardless of action code)
214 * 23..20 action code:
215 * action codes 0 and 1 result in precise-mapping Unicode code points
224 * action codes 2 and 3 result in fallback (unidirectional-mapping) Unicode code points
231 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
259 * purpose of this action code is to save scalar offset values;
261 * sequences that result in this action code
287 * unassigned and illegal action codes have U+fffe and U+ffff
533 int32_t action; local
1897 uint8_t action; local
2048 uint8_t action; local
2305 uint8_t action=(uint8_t)(MBCS_ENTRY_FINAL_ACTION(entry)); local
2335 uint8_t action; local
2739 uint8_t action; local
2830 uint8_t action; local
3121 uint8_t state, action; local
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java 56 * with the special action {@link #ACTION_MULTIPLE} that either specifies
    [all...]
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 141 final String action = getIntent().getAction(); local
142 if (LaunchpadActivity.EXPANDLIST_SELECT.equals(action)) {
144 } else if (LaunchpadActivity.EXPANDLIST_VIEW.equals(action)) {
146 } else if (LaunchpadActivity.EXPANDLIST_CALLBACK.equals(action)) {
  /external/bison/src/
gram.h 198 const char *action; member in struct:__anon1415
reader.h 74 void grammar_current_rule_action_append (const char *action, location loc);
  /external/bluetooth/bluez/test/
test-discovery 31 make_option("-i", "--device", action="store",

Completed in 673 milliseconds

<<21222324252627282930>>