Searched refs:showed (Results 1 – 5 of 5) sorted by relevance
157 public void onShowIndicator(View view, boolean showed) { in onShowIndicator() argument159 if (!showed && (mPopupedIndicator != view)) return; in onShowIndicator()160 mPopupedIndicator = (showed ? view : null); in onShowIndicator()
42 public void onShowIndicator(View view, boolean showed); in onShowIndicator() argument