OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LiveWallpaperListAdapter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java
48
public class
LiveWallpaperListAdapter
extends BaseAdapter implements ListAdapter {
49
private static final String LOG_TAG = "
LiveWallpaperListAdapter
";
57
public
LiveWallpaperListAdapter
(Context context) {
188
LiveWallpaperListAdapter
.this.notifyDataSetChanged();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java
52
public class
LiveWallpaperListAdapter
extends BaseAdapter implements ListAdapter {
53
private static final String LOG_TAG = "
LiveWallpaperListAdapter
";
61
public
LiveWallpaperListAdapter
(Context context) {
236
LiveWallpaperListAdapter
.this.notifyDataSetChanged();
Completed in 111 milliseconds