/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)) {
|
/frameworks/base/libs/ui/ |
InputTransport.cpp | 331 int32_t action, 341 "action=0x%x, flags=0x%x, keyCode=%d, scanCode=%d, metaState=0x%x, repeatCount=%d," 344 deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount, 353 mSharedMessage->key.action = action; 367 int32_t action, 383 "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, " 388 deviceId, source, action, flags, edgeFlags, metaState, buttonState, 403 mSharedMessage->motion.action = action; [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)) {
|
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | 42 public void addAction(Object info, int action); 43 public boolean performAction(Object info, int action); 95 public void addAction(Object info, int action) { 191 public boolean performAction(Object info, int action) { 289 public void addAction(Object info, int action) { 290 AccessibilityNodeInfoCompatIcs.addAction(info, action); 409 public boolean performAction(Object info, int action) { 410 return AccessibilityNodeInfoCompatIcs.performAction(info, action); 524 * Action that focuses the node. 529 * Action that unfocuses the node [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
AbstractIndicatorButton.java | 78 int action = ev.getAction(); local 79 if (action == MotionEvent.ACTION_DOWN && !isOverridden()) { 87 } else if (action == MotionEvent.ACTION_CANCEL) {
|
/packages/apps/Phone/tests/src/com/android/phone/tests/ |
CallDialTest.java | 110 private void fireIntent(String action) { 111 log("fireIntent(action = '" + action + "')..."); 135 Intent intent = new Intent(action, uri);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 197 * Gets the intent action for the current suggestion. 200 String action = getStringOrNull(SearchManager.SUGGEST_COLUMN_INTENT_ACTION); local 201 if (action != null) return action;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSearch.java | 59 String action = intent != null ? intent.getAction() : null; local 65 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothNameDialogFragment.java | 67 String action = intent.getAction(); 68 if (action.equals(BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED)) { 70 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) &&
|
BluetoothPairingRequest.java | 44 String action = intent.getAction(); local 45 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) { 46 // convert broadcast intent into activity intent (same action string) 100 } 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 | 28 import org.eclipse.jface.action.IMenuManager; 29 import org.eclipse.jface.action.IToolBarManager; 30 import org.eclipse.jface.action.Separator;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
LayoutView.java | 25 import org.eclipse.jface.action.Action; 26 import org.eclipse.jface.action.IMenuManager; 27 import org.eclipse.jface.action.IToolBarManager; 47 private Action mShowExtrasAction = new Action("Show &Extras", Action.AS_CHECK_BOX) { 54 private Action mLoadAllViewsAction = new Action("Load All &Views") { 63 private Action mOnBlackWhiteAction = new Action("Change Background &Color") [all...] |
PixelPerfectLoupeView.java | 28 import org.eclipse.jface.action.Action; 29 import org.eclipse.jface.action.IMenuManager; 30 import org.eclipse.jface.action.IToolBarManager; 48 private Action mShowInLoupeAction = new Action("&Show Overlay", Action.AS_CHECK_BOX) {
|
TreeViewView.java | 28 import org.eclipse.jface.action.IMenuManager; 29 import org.eclipse.jface.action.IToolBarManager; 30 import org.eclipse.jface.action.Separator;
|
/sdk/swtmenubar/src/com/android/menubar/ |
MenuBarEnhancer.java | 19 import org.eclipse.jface.action.IAction; 20 import org.eclipse.jface.action.IMenuManager; 21 import org.eclipse.jface.action.Separator;
|
/external/webkit/Source/WebCore/dom/ |
Range.cpp | 663 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec) 668 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) 683 processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offset(), ec); 706 // These are deleted, cloned, or extracted (i.e. both) depending on action. 710 leftContents = processContentsBetweenOffsets(action, 0, m_start.container(), m_start.offset(), lengthOfContentsInNode(m_start.container()), ec); 711 leftContents = processAncestorsAndTheirSiblings(action, m_start.container(), ProcessContentsForward, leftContents, commonRoot, ec); 716 rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec); 717 rightContents = processAncestorsAndTheirSiblings(action, m_end.container(), ProcessContentsBackward, rightContents, commonRoot, ec); 727 if (action == EXTRACT_CONTENTS || action == DELETE_CONTENTS) [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_change_processor.cc | 75 changes[i].action) { 82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 209 sync_api::SyncManager::ChangeRecord::Action action, 213 DCHECK_NE(sync_api::SyncManager::ChangeRecord::ACTION_DELETE, action); 214 switch (action) {
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLFormElement05.js | 78 The action attribute specifies the server-side form handler. 80 Retrieve the action attribute and examine its value. 102 vaction = testNode.action;
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLFormElement05.js | 78 The action attribute specifies the server-side form handler. 80 Retrieve the action attribute and examine its value. 102 vaction = testNode.action;
|
/external/webkit/Source/WebCore/inspector/ |
InspectorAgent.cpp | 320 static PassOwnPtr<PostWorkerNotificationToFrontendTask> create(PassRefPtr<InspectorWorkerResource> worker, InspectorAgent::WorkerAction action) 322 return new PostWorkerNotificationToFrontendTask(worker, action); 326 PostWorkerNotificationToFrontendTask(PassRefPtr<InspectorWorkerResource> worker, InspectorAgent::WorkerAction action) 328 , m_action(action) 345 void InspectorAgent::postWorkerNotificationToFrontend(const InspectorWorkerResource& worker, InspectorAgent::WorkerAction action) 350 switch (action) {
|
/external/webkit/Tools/MiniBrowser/mac/ |
BrowserWindowController.m | 95 SEL action = [menuItem action]; 97 if (action == @selector(zoomIn:)) 99 if (action == @selector(zoomOut:)) 101 if (action == @selector(resetZoom:)) 104 if (action == @selector(showHideWebView:)) 106 else if (action == @selector(removeReinsertWebView:)) 108 else if (action == @selector(toggleZoomMode:)) 135 SEL action = [item action]; [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Executors.java | 300 * {@link AccessController#doPrivileged} action setting the 302 * the selected permission settings holding within that action. 331 * <tt>Callable</tt> to an otherwise resultless action. 358 * called, runs the given privileged action and returns its result. 359 * @param action the privileged action to run 361 * @throws NullPointerException if action null 363 public static Callable<Object> callable(final PrivilegedAction<?> action) { 364 if (action == null) 367 public Object call() { return action.run(); }} [all...] |
/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/src/android/widget/cts/ |
MockTextView.java | 176 public boolean onPrivateIMECommand(String action, Bundle data) { 178 return super.onPrivateIMECommand(action, data);
|