/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
D | PopupZoomerTest.java | 82 assertEquals(View.INVISIBLE, mPopupZoomer.getVisibility()); in testDefaultCreateState() 92 assertEquals(View.INVISIBLE, mPopupZoomer.getVisibility()); in testShowWithoutBitmap() 121 assertEquals(View.INVISIBLE, mPopupZoomer.getVisibility()); in testHide() 146 assertEquals(View.INVISIBLE, mPopupZoomer.getVisibility()); in testOnTouchEventOutsidePopup()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DifficultyMenuActivity.java | 140 mBabyButton.setVisibility(View.INVISIBLE); in onAnimationEnd() 142 mKidsButton.setVisibility(View.INVISIBLE); in onAnimationEnd() 144 mAdultsButton.setVisibility(View.INVISIBLE); in onAnimationEnd()
|
D | ExtrasMenuActivity.java | 204 mLinearModeButton.setVisibility(View.INVISIBLE); in onAnimationEnd() 206 mLevelSelectButton.setVisibility(View.INVISIBLE); in onAnimationEnd() 208 mControlsButton.setVisibility(View.INVISIBLE); in onAnimationEnd()
|
D | ConversationDialogActivity.java | 59 mOkArrow.setVisibility(View.INVISIBLE); in onCreate() 179 mOkArrow.setVisibility(View.INVISIBLE); in showPage()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewInnerTextTest.java | 51 top.addView(textView("arrg", View.INVISIBLE)); in shouldOnlyIncludeViewTextViewsText() 60 top.addView(textView("arrg", View.INVISIBLE)); in shouldNotPrefixBogusSpaces()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_action.h | 48 INVISIBLE, enumerator 232 return GetAppearance(tab_id) != INVISIBLE; in GetIsVisible() 319 return INVISIBLE; in GetAppearance()
|
D | extension_action_unittest.cc | 42 ExtensionAction::INVISIBLE); in TEST() 73 ExtensionAction::INVISIBLE); in TEST()
|
D | extension_action.cc | 170 ExtensionAction::ACTIVE : ExtensionAction::INVISIBLE); in ExtensionAction() 266 if (old_appearance == INVISIBLE && tab_id != kDefaultTabId && in SetAppearance()
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
D | margin_control.js | 135 INVISIBLE: 'invisible', property 225 this.getElement().classList.remove(MarginControl.Classes_.INVISIBLE); 227 this.getElement().classList.add(MarginControl.Classes_.INVISIBLE);
|
D | preview_area.js | 163 INVISIBLE: 'invisible', property 439 this.overlayEl_.classList.remove(PreviewArea.Classes_.INVISIBLE); 447 this.overlayEl_.classList.add(PreviewArea.Classes_.INVISIBLE);
|
/external/chromium_org/chrome/common/ |
D | spellcheck_result.h | 24 INVISIBLE = 1 << 3, enumerator
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
D | InfoBarContainer.java | 111 mAnimationSizer.setVisibility(INVISIBLE); 209 setVisibility(INVISIBLE); 333 setVisibility(View.INVISIBLE);
|
/external/chromium_org/ash/touch/ |
D | touch_hud_debug.h | 34 INVISIBLE, enumerator
|
D | touch_hud_debug.cc | 394 SetMode(INVISIBLE); in ChangeToNextMode() 396 case INVISIBLE: in ChangeToNextMode() 434 case INVISIBLE: in SetMode()
|
/external/icu4c/common/ |
D | servls.cpp | 101 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status); in registerInstance() 138 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
|
D | servloc.h | 214 INVISIBLE = 1
|
/external/chromium_org/third_party/icu/source/common/ |
D | servls.cpp | 106 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status); in registerInstance() 143 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
|
D | servloc.h | 214 INVISIBLE = 1
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | AndroidViewIntegrationTest.java | 168 contentsClient, View.INVISIBLE); 181 assertEquals(View.INVISIBLE, testContainerView.getVisibility());
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
D | ColorSuggestionListAdapter.java | 65 button.setVisibility(View.INVISIBLE); in setUpColorButton()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | PopupZoomer.java | 173 setVisibility(INVISIBLE); in PopupZoomer() 296 setVisibility(INVISIBLE); in hideImmediately()
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
D | extension_action_api.cc | 177 ExtensionAction::ACTIVE : ExtensionAction::INVISIBLE); in DefaultsToValue() 680 tab_id_, visible ? ExtensionAction::ACTIVE : ExtensionAction::INVISIBLE); in SetVisible() 953 tab_id, enable ? ExtensionAction::ACTIVE : ExtensionAction::INVISIBLE); in SetPageActionEnabled()
|
/external/chromium_org/content/browser/accessibility/ |
D | accessibility_tree_formatter_utils_win.cc | 180 IA_STATE_MAP(INVISIBLE) in AccessibilityRoleStateMap()
|
/external/jmonkeyengine/engine/src/android/com/jme3/app/ |
D | AndroidHarness.java | 390 splashImageView.setVisibility(View.INVISIBLE); in removeSplashScreen()
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_provider.cc | 34 int(SpellCheckResult::INVISIBLE), mismatching_enums);
|