Searched refs:showSuggestion (Results 1 – 2 of 2) sorted by relevance
155 if (showSuggestion(context) || withinShowTimeThreshold(context)) { in isSuggestionComplete()176 private static boolean showSuggestion(Context context) { in showSuggestion() method in ZenOnboardingActivity
160 public void showHomepageWithSuggestion(boolean showSuggestion) { in showHomepageWithSuggestion() argument162 Log.i(TAG, "showHomepageWithSuggestion: " + showSuggestion); in showHomepageWithSuggestion()165 mSuggestionView.setVisibility(showSuggestion ? View.VISIBLE : View.GONE); in showHomepageWithSuggestion()167 mSuggestionView.setVisibility(showSuggestion ? View.VISIBLE : View.GONE); in showHomepageWithSuggestion()168 mTwoPaneSuggestionView.setVisibility(showSuggestion ? View.VISIBLE : View.GONE); in showHomepageWithSuggestion()