Home | History | Annotate | Download | only in widget

Lines Matching defs:isRecyclable

5705             if (forceRecycle || holder.isRecyclable()) {
10338 if (!isRecyclable()) sb.append(" not recyclable(" + mIsRecyclableCount + ")");
10357 * @see #isRecyclable()
10364 throw new RuntimeException("isRecyclable decremented below 0: "
10367 Log.e(VIEW_LOG_TAG, "isRecyclable decremented below 0: "
10384 public final boolean isRecyclable() {
10391 * This is similar to isRecyclable flag but does not check transient state.