Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Tryrecycle #45

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -167,6 +167,13 @@ synchronized void setCached(boolean added) {
checkState();
}

/**
* Try to recycle if not referenced by cache or being displayed.
*/
private void tryRecycle() {
checkState(false);
}

private void cancelCheckStateCallback() {
if (null != mCheckStateRunnable) {
if (Constants.DEBUG) {
Expand Down