HomeSort by relevance Sort by last modified time
    Searched refs:HIDE (Results 1 - 21 of 21) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java 57 case HIDE:
58 mSprite.playAnimation(Animation.HIDE);
82 public static final int HIDE = 5;
EnemyAnimationComponent.java 78 } else if (currentAction == GameObject.ActionType.HIDE) {
99 } else if (currentAction == GameObject.ActionType.HIDE) {
114 if (currentAction != GameObject.ActionType.HIDE) {
PopOutComponent.java 76 parentObject.setCurrentAction(GameObject.ActionType.HIDE);
GameObject.java 65 HIDE,
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.h 39 HIDE,
new_tab_page_sync_handler.cc 95 return HIDE;
120 SendSyncMessageToPage(HIDE, std::string(), std::string());
126 // Hide the sync status section if sync is managed or disabled entirely.
187 // If there is nothing to show, we should hide the sync section altogether.
188 if (type == HIDE || (msg.empty() && linktext.empty())) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.h 46 HIDE,
new_tab_page_sync_handler_browsertest.cc 43 EXPECT_CALL(*mock_handler, SendSyncMessageToPage(mock_handler->HIDE, _, _));
new_tab_page_sync_handler.cc 64 return HIDE;
93 SendSyncMessageToPage(HIDE, std::string(), std::string());
101 // Hide the sync status section if sync is managed or disabled entirely.
178 // If there is nothing to show, we should hide the sync section altogether.
179 if (type == HIDE || (msg.empty() && linktext.empty())) {
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc 23 HIDE,
68 AddItemWithStringId(HIDE, IDS_EXTENSIONS_HIDE_BUTTON);
122 case HIDE: {
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.h 32 HIDE,
extension_context_menu_model.cc 117 case HIDE: {
178 AddItemWithStringId(HIDE, IDS_EXTENSIONS_HIDE_BUTTON);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 131 mHandler.sendEmptyMessage(H.HIDE);
331 private static final int HIDE = 1;
339 case HIDE:
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 87 public static final int HIDE = START + 50;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 205 if (renderStyle->emptyCells() == HIDE)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 372 SHOW, HIDE
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 82 * - keyboard is slid open -> if the keyguard is not secure, hide it
85 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer
114 private static final int HIDE = 3;
196 * false caused us to hide the keyguard, so that we need to reshow it once
473 mKeyguardDisplayManager.hide();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 227 milliseconds