Skip to content
This repository was 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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