Home | History | Annotate | Download | only in photos

Lines Matching refs:shown

65      * 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) {
208 setGridShown(shown, true);
215 public void setGridShownNoAnimation(boolean shown) {
216 setGridShown(shown, false);
222 * this time an indeterminate progress indicator will be shown instead.
224 * @param shown If true, the grid view is shown; if false, the progress
229 private void setGridShown(boolean shown, boolean animate) {
234 if (mGridShown == shown) {
237 mGridShown = shown;
238 if (shown) {