HomeSort by relevance Sort by last modified time
    Searched refs:INVISIBLE (Results 176 - 200 of 231) sorted by null

1 2 3 4 5 6 78 910

  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 304 mLoadingContainer.setVisibility(View.INVISIBLE);
649 mTab.mListContainer.setVisibility(View.INVISIBLE);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 378 * The local invisible contacts. The corresponding directory ID is
466 * _ID of the directory that represents locally stored invisible contacts.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 610 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);
798 mTitleUpView.setVisibility(showTitleUp ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 858 // Set to invisible; if the button is still in this state one second from now, we'l
    [all...]
MessageCompose.java 736 * We set this to invisible by default. Other methods will turn it back on if it's
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 684 hostView.setVisibility(INVISIBLE);
    [all...]
PagedView.java     [all...]
DragLayer.java 494 child.setVisibility(INVISIBLE);
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java     [all...]
  /external/icu4c/i18n/
numfmt.cpp 773 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 564 // Skip the local invisible directory, because the default directory already includes
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 538 ((BrowserWebView) getWebView()).setVisibility(View.INVISIBLE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 565 mSeekBar.setVisibility(View.INVISIBLE);
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 683 : view.getVisibility() == View.INVISIBLE ? "INVISIBLE" : "GONE"));
    [all...]
  /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/view/
View.java 109 * are invisible containers that hold other Views (or other ViewGroups) and define
722 * This view is invisible, but it still takes up space for layout purposes.
726 public static final int INVISIBLE = 0x00000004;
729 * This view is invisible, and it doesn't take any space for layout
741 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]
PanoramaModule.java 586 // We set "INVISIBLE" instead of "GONE" here because we need mPreviewArea to have layout
588 mPreviewArea.setVisibility(View.INVISIBLE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 319 mView.setVisibility(View.INVISIBLE);
412 mView.setVisibility(View.INVISIBLE);
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 50 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass")
446 // should be able to register invisible factories, these will not
454 confirmEqual("17) get invisible", result, singleton5);
458 // should not be able to locate invisible services
464 confirmBoolean("18) find invisible", !ids.contains(&target));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 717 // Note mContactDetailLoaderFragment is an invisible fragment, but we still have to show/
    [all...]

Completed in 1862 milliseconds

1 2 3 4 5 6 78 910