Home
last modified time | relevance | path

Searched refs:shouldBeVisible (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java192 public void updateVisibility(final boolean shouldBeVisible, final boolean isFullscreenMode) { in updateVisibility() argument
193 final int visibility = shouldBeVisible ? VISIBLE : (isFullscreenMode ? GONE : INVISIBLE); in updateVisibility()