HomeSort by relevance Sort by last modified time
    Searched refs:shouldShow (Results 1 - 7 of 7) sorted by null

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 165 final boolean shouldShow = f.isHidden() || mCurrentTitlesAnimator != null;
177 shouldShow ? getResources().getDimensionPixelSize(R.dimen.titles_size)
179 PropertyValuesHolder.ofFloat("alpha", shouldShow ? 1 : 0)
199 if (shouldShow) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 784 * if shouldShow is false then the menu item is also no longer valid for keyboard shortcuts.
786 public static void setMenuItemPresent(Menu menu, int itemId, boolean shouldShow) {
787 setMenuItemPresent(menu.findItem(itemId), shouldShow);
792 * if shouldShow is false then the menu item is also no longer valid for keyboard shortcuts.
794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) {
798 item.setVisible(shouldShow);
799 item.setEnabled(shouldShow);
    [all...]
  /external/llvm/utils/lit/lit/
main.py 45 shouldShow = test.result.code.isFailure or \
47 if not shouldShow:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 430 final boolean shouldShow = mShowMenu &&
432 getMenuButton().setVisibility(shouldShow ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java     [all...]
QuickContactActivity.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1694 milliseconds