Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eoecn/android-app
/ ImageCallback
Interface
ImageCallback
source/src/cn/eoe/app/utils/ImageUtil.java:358–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
// 公共方法
357
358
public
interface
ImageCallback {
359
public
void
loadImage(Bitmap bitmap, String imagePath);
360
}
361
362
/**
363
* 每次打开含有大量图片的activity时,开一个新线程,检查并清理缓存
Callers
1
handleMessage
Method · 0.65
Implementers
4
imageCallback
source/src/cn/eoe/app/view/UserIntroFr
myImageCallBack
source/src/cn/eoe/app/view/UserIntroFr
BaseListFragment
source/src/cn/eoe/app/view/BaseListFra
DetailsDiscussActivity
source/src/cn/eoe/app/ui/DetailsDiscus
Calls
no outgoing calls
Tested by
no test coverage detected