HomeSort by relevance Sort by last modified time
    Searched refs:shouldShow (Results 1 - 9 of 9) 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) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 395 attr_reader :actualCountsString, :sourceCountsString, :disassembly, :shouldShow
397 def initialize(actualCountsString, sourceCountsString, disassembly, shouldShow)
401 @shouldShow = shouldShow
860 shouldShow = false
862 shouldShow = true
876 lines << DescriptionLine.new(actualCountsString, sourceCountsString, line.chomp, shouldShow)
896 if line.shouldShow
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 189 shouldShow:(BOOL)showSigninMenuItem
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 398 final boolean shouldShow = mShowMenu &&
400 getMenuButton().setVisibility(shouldShow ? View.VISIBLE : View.INVISIBLE);
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 180 var shouldShow = !uncombinedNotification.showTime ||
184 callback(uncombinedNotification, shouldShow && !shouldHide);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 784 public static void setMenuItemVisibility(Menu menu, int itemId, boolean shouldShow) {
789 item.setVisible(shouldShow);
    [all...]
  /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 206 milliseconds