OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveWallpaperListAdapter
(Results
1 - 4
of
4
) sorted by null
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperActivity.java
29
private
LiveWallpaperListAdapter
mAdapter;
36
mAdapter = new
LiveWallpaperListAdapter
(this);
51
LiveWallpaperListAdapter
.LiveWallpaperInfo wallpaperInfo =
52
(
LiveWallpaperListAdapter
.LiveWallpaperInfo) mAdapter.getItem(position);
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();
/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();
WallpaperPickerActivity.java
584
final
LiveWallpaperListAdapter
a = new
LiveWallpaperListAdapter
(getContext());
[
all
...]
Completed in 53 milliseconds