HomeSort by relevance Sort by last modified time
    Searched refs:INVISIBLE (Results 201 - 225 of 261) sorted by null

1 2 3 4 5 6 7 891011

  /frameworks/base/core/java/android/provider/
ContactsContract.java 376 * The local invisible contacts. The corresponding directory ID is
464 * _ID of the directory that represents locally stored invisible contacts.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 677 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 600 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE);
782 mTitleUpView.setVisibility(!showHome ? (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 738 * 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 625 hostView.setVisibility(INVISIBLE);
    [all...]
PagedView.java     [all...]
DragLayer.java 520 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 817 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /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...]
PagedView.java     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 565 // Skip the local invisible directory, because the default directory already includes
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplBase.java 597 mActionView.animateToVisibility(toActionMode ? View.INVISIBLE : View.VISIBLE);
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 538 ((BrowserWebView) getWebView()).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);
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]
PanoramaModule.java 627 // We set "INVISIBLE" instead of "GONE" here because we need mPreviewArea to have layout
629 mPreviewArea.setVisibility(View.INVISIBLE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 328 mView.setVisibility(View.INVISIBLE);
421 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/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 766 // Set rightmost button on the second row invisible so it takes up
768 mWeekGroup2.getChildAt(3).setVisibility(View.INVISIBLE);
    [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 2155 milliseconds

1 2 3 4 5 6 7 891011