Searched defs:shown (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java65 * is to be shown when the grid is empty.
177 * be shown when the grid is empty. If you would like to have it shown, call
195 * this time an indeterminate progress indicator will be shown instead.
199 * shown, only showing it once an adapter is given with
201 * shown, when it does get shown it will be do without the user ever seeing
204 * @param shown If true, the grid view is shown; if false, the progress
207 public void setGridShown(boolean shown) { argument
215 setGridShownNoAnimation(boolean shown) argument
229 setGridShown(boolean shown, boolean animate) argument
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java257 @Override public void setCandidatesViewShown(boolean shown) { argument
258 super.setCandidatesViewShown(shown);
259 if (shown) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1261 private void setSuggestionStripShownInternal(final boolean shown, argument
1266 final boolean shouldShowSuggestions = shown
1278 private void setSuggestionStripShown(final boolean shown) { argument
1279 setSuggestionStripShownInternal(shown, /* needsInputViewShown */true);
1327 // Need to set touchable region only if input view is being shown
2779 // If the suggestion is not in the dictionary, the hint should be shown.

Completed in 37 milliseconds