Searched refs:remoteIndicator (Results 1 – 3 of 3) sorted by relevance
612 protected void onPostExecute(Drawable remoteIndicator) { in onPostExecute() argument613 cacheAndReset(remoteIndicator); in onPostExecute()614 setRemoteIndicatorDrawable(remoteIndicator); in onPostExecute()618 protected void onCancelled(Drawable remoteIndicator) { in onCancelled() argument619 cacheAndReset(remoteIndicator); in onCancelled()622 private void cacheAndReset(Drawable remoteIndicator) { in cacheAndReset() argument623 if (remoteIndicator != null) { in cacheAndReset()624 sRemoteIndicatorCache.put(mResId, remoteIndicator.getConstantState()); in cacheAndReset()
597 protected void onPostExecute(Drawable remoteIndicator) { in onPostExecute() argument598 cacheAndReset(remoteIndicator); in onPostExecute()599 setRemoteIndicatorDrawable(remoteIndicator); in onPostExecute()603 protected void onCancelled(Drawable remoteIndicator) { in onCancelled() argument604 cacheAndReset(remoteIndicator); in onCancelled()607 private void cacheAndReset(Drawable remoteIndicator) { in cacheAndReset() argument608 if (remoteIndicator != null) { in cacheAndReset()609 sRemoteIndicatorCache.put(mResId, remoteIndicator.getConstantState()); in cacheAndReset()
211 final Drawable remoteIndicator = mRemoteIndicator; in drawableStateChanged() local212 if (remoteIndicator != null && remoteIndicator.isStateful() in drawableStateChanged()213 && remoteIndicator.setState(getDrawableState())) { in drawableStateChanged()214 invalidateDrawable(remoteIndicator); in drawableStateChanged()