Home | History | Annotate | Download | only in launcher3

Lines Matching full:thunk

35 import com.android.launcher3.util.Thunk;
62 @Thunk final Set<Bitmap> mUnusedBitmaps =
73 @Thunk final Handler mWorkerHandler;
170 @Thunk void writeToDb(WidgetCacheKey key, long[] versions, Bitmap preview) {
297 @Thunk Bitmap readFromDb(WidgetCacheKey key, Bitmap recycle, PreviewLoadTask loadTask) {
336 @Thunk Bitmap generatePreview(Launcher launcher, Object info, Bitmap recycle,
520 @Thunk long[] getPackageVersion(String packageName) {
543 @Thunk final PreviewLoadTask mTask;
574 @Thunk final WidgetCacheKey mKey;
579 @Thunk long[] mVersions;
580 @Thunk Bitmap mBitmapToRecycle;
691 @Thunk final String size;