/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewCallbacks.java | 29 * A new view has been activated and the previous view de-activated.
|
/external/libnfc-nci/src/nfa/int/ |
nfa_dm_int.h | 235 NFA_DM_RFST_POLL_ACTIVE, /* poll mode activated state */ 236 NFA_DM_RFST_LISTEN_ACTIVE, /* listen mode activated state */ 239 NFA_DM_RFST_LP_ACTIVE /* Activated in Low Power mode */ 280 NFA_DM_RF_DISC_ACTIVATED_EVT, /* activated with configured protocol, technology and mode */ 376 tNFC_RF_TECH_N_MODE activated_tech_mode; /* activated technology and mode */ 377 UINT8 activated_rf_disc_id; /* activated RF discovery ID */ 378 tNFA_INTF_TYPE activated_rf_interface; /* activated RF interface */ 379 tNFA_NFC_PROTOCOL activated_protocol; /* activated protocol */ 380 tNFA_HANDLE activated_handle; /* handle of activated sub-module */ 381 UINT8 activated_sel_res; /* activated tag's SEL_RES response * [all...] |
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/res/layout/ |
simple_selectable_list_item.xml | 19 simulate the activated state (added in available from API v11) with the checked
|
/external/chromium/chrome/browser/chromeos/cros/ |
input_method_library.h | 77 // Sets whether the input method property specified by |key| is activated. If 78 // |activated| is true, activates the property. If |activate| is false, 85 bool activated) = 0; 117 // specificed, or defered until a non-default method is activated.
|
/external/chromium/chrome/browser/ui/views/ |
first_run_bubble.h | 44 // Whether we have already been activated.
|
/external/chromium_org/ash/ |
focus_cycler.h | 45 // Moves focus the specified widget. Returns true if the widget was activated.
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller.h | 53 // Called when the tab hosting this dialog is activated by a user gesture.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
clickhold_button_cell.h | 29 // will always have its click-hold action activated immediately on press).
|
/external/chromium_org/chrome/browser/ui/ |
host_desktop.h | 40 // most recently activated by the user.
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
x11_input_method_context_impl_gtk2_unittest.cc | 30 // Do not catch when the trap is not activated.
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_frame_ashwin.cc | 31 // If the activated window is in Metro mode, and the viewer process window is
|
minimize_button_metrics_win.h | 28 // Must be called when hwnd_ is activated to update the minimize button
|
/external/chromium_org/chrome/common/extensions/api/ |
commands.json | 35 "description": "Fired when a registered command is activated using a keyboard shortcut.",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
background.js | 31 // While activated, show notifications at the display frequency.
|
/external/chromium_org/ui/app_list/views/ |
search_result_list_view_delegate.h | 23 // to the index of the icon in |result.action_icons()| that was activated.
|
/external/chromium_org/ui/aura/client/ |
activation_change_observer.h | 26 // activation cannot be activated because a system modal window is active.
|
/external/chromium_org/ui/views/corewm/ |
base_focus_rules.h | 22 // Returns true if the children of |window| can be activated.
|
/external/dnsmasq/contrib/dnsmasq_MacOSX/ |
README.rtf | 7 \f0\fs24 \cf0 1. If you've used DNSenabler, or if you're using Mac OS X Server, or if you have in any other way activated Mac OS X's built-in DHCP and/or DNS servers, disable them. This would usually involve checking that they are either set to -NO- or absent altogether in
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
PropertyEditorPresentation.java | 19 * visible, but not activated yet {@link PropertyEditor}.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BootReceiver.java | 36 // Start the load average overlay, if activated
|
/libcore/luni/src/main/java/java/lang/ |
InterruptedException.java | 21 * Thrown when a waiting thread is activated before the condition it was waiting
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
OnContactBrowserActionListener.java | 26 * Notification of selection change, invoked when the selection of activated
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ThemeUtils.java | 43 * Returns the resource id of the background used for list items that show activated background
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ZoomControl.java | 222 public void setActivated(boolean activated) { 223 super.setActivated(activated); 224 mZoomIn.setActivated(activated); 225 mZoomOut.setActivated(activated);
|
/packages/apps/Nfc/nci/jni/ |
SecureElement.h | 166 ** Description: Notify the NFC service about whether the SE was activated 168 ** isActive: Whether the secure element is activated. 180 ** isActive: Whether any secure element is activated. 352 ** Description: Can be used to determine if the SE is activated in listen mode 354 ** Returns: True if the SE is activated in listen mode 365 ** Returns: True if the SE is activated in an RF field 397 bool mActivatedInListenMode; // whether we're activated in listen mode
|