HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 376 - 400 of 709) sorted by null

<<11121314151617181920>>

  /packages/apps/Phone/res/layout/
primary_call_info.xml 124 android:visibility="invisible" />
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 251 separateButton.setVisibility(View.INVISIBLE);
CallCard.java     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 362 arrowBtn.setVisibility(View.INVISIBLE);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 77 "is invisible) for a flatter and more efficient layout hierarchy.",
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/views/
KeystoreManagerView.java 174 * @return root node (invisible) that contains as children the keystores.
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/view/
MOTODEVDatabaseExplorerView.java 144 * @return root node (invisible) that contains as children the contributed tree nodes subclassing {@link AbstractTreeNode}.
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 307 * window's theme. It's invisible.
314 // are invisible for user.
    [all...]
  /external/bison/src/
vcg.c 362 case invisible: return "invisible";
  /external/bison/tests/
existing.at 1028 %token INVISIBLE
1330 | object_spec 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/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 346 /// Examples of side effects would be modifying 'invisible' machine state like
347 /// 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/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 500 // If the view has 0 alpha, we set it to be invisible so as to prevent
503 v.setVisibility(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...]

Completed in 949 milliseconds

<<11121314151617181920>>