HomeSort by relevance Sort by last modified time
    Searched refs:HIDE (Results 1 - 14 of 14) 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/chrome/browser/extensions/
extension_context_menu_model.cc 23 HIDE,
68 AddItemWithStringId(HIDE, IDS_EXTENSIONS_HIDE_BUTTON);
122 case HIDE: {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 87 public static final int HIDE = START + 50;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 333 SHOW, HIDE
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewMediator.java 77 * - keyboard is slid open -> if the keyguard is not secure, hide it
80 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer
109 private static final int HIDE = 3;
199 * false caused us to hide the keyguard, so that we need to reshow it once
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 895 case HIDE:
907 return HIDE;
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 366 milliseconds