HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 401 - 425 of 771) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 362 arrowBtn.setVisibility(View.INVISIBLE);
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 307 * window's theme. It's invisible.
314 // are invisible for user.
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 286 mScanResults.setVisibility(View.INVISIBLE);
467 mScanResults.setVisibility(View.INVISIBLE);
  /external/chromium/chrome/browser/resources/options/
language_options.js 117 // Add all input methods, but make all of them invisible here. We'll
438 // overlay. Languages that are already active will become invisible,
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 198 // r: An invisible resize area. This is ToolbarView::kStandardSpacing pixels
208 // it be handled by the parent view, is so that when the chevron is invisible
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.cfg.php 212 '{:' => array( 'input'=>'{:', 'tag'=>'mo', 'output'=>'{:', 'left_bracket'=>TRUE, 'invisible'=>TRUE),
213 ':}' => array( 'input'=>':}', 'tag'=>'mo', 'output'=>':}', 'right_bracket'=>TRUE ,'invisible'=>TRUE),
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 358 /// Examples of side effects would be modifying 'invisible' machine state like
359 /// a control register, flushing a cache, modifying a register invisible to
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 557 " Runtime invisible annotations attribute:");
579 " Runtime invisible parameter annotations attribute (parameter count = " + runtimeInvisibleParameterAnnotationsAttribute.u2parametersCount + "):");
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 790 } else if (visibility.equals("invisible")) {
791 setVisibility(View.INVISIBLE);
  /external/v8/src/
scopes.h 379 // invisible during scope info deserialization.
439 // Compiler-allocated (user-invisible) temporaries.
liveobjectlist.cc     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 474 // is invisible the QWidget should be invisible too.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 534 // If the view has 0 alpha, we set it to be invisible so as to prevent
537 v.setVisibility(INVISIBLE);
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 137 mGrayBox.setVisibility(View.INVISIBLE);
742 mGrayBox.setVisibility(inputEnabled? View.INVISIBLE : View.VISIBLE);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 686 if (v == GONE || v == INVISIBLE) {
701 if (visibility == GONE || visibility == INVISIBLE) {
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 495 usageIcon.setVisibility(View.INVISIBLE);
496 locationIcon.setVisibility(View.INVISIBLE);
  /packages/apps/Email/src/com/android/email/activity/
MailboxFragmentAdapter.java 402 mailboxExpandedIcon.setVisibility(View.INVISIBLE);
405 folderIcon.setVisibility(View.INVISIBLE);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 125 * Create a retained, invisible fragment that checks accounts
137 * setRetainInstance here, this creates an invisible, persistent, "worker" fragment.
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 220 mFolderIcon.mPreviewBackground.setVisibility(INVISIBLE);
612 mFolderName.setVisibility(INVISIBLE);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 754 // Things should still line up as if there was an icon, so make it invisible
755 action.setVisibility(View.INVISIBLE);
  /frameworks/base/core/java/android/animation/
LayoutTransition.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java     [all...]
  /external/icu4c/i18n/
alphaindex.cpp 169 /** All of the buckets, visible and invisible. */
526 // Add an invisible bucket that redirects strings greater than the expansion
595 continue; // skip invisible buckets
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 318 // We create an invisible vertical scrollbar and an invisible horizontal scrollbar to allow
699 // invisible than twiddling the visibility flag.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 724 // Note mContactDetailLoaderFragment is an invisible fragment, but we still have to show/
    [all...]

Completed in 1368 milliseconds

<<11121314151617181920>>