Searched defs:isSelectable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
H A DHeaderGridView.java54 public boolean isSelectable; field in class:HeaderGridView.FixedViewInfo
102 * @param isSelectable whether the item is selectable
104 public void addHeaderView(View v, Object data, boolean isSelectable) { argument
118 info.isSelectable = isSelectable;
264 if (!info.isSelectable) {
312 && mHeaderViewInfos.get(position / mNumColumns).isSelectable;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperPickerActivity.java121 public boolean isSelectable() { return false; } method in class:WallpaperPickerActivity.WallpaperTileInfo
191 public boolean isSelectable() { method in class:WallpaperPickerActivity.UriWallpaperInfo
218 public boolean isSelectable() { method in class:WallpaperPickerActivity.FileWallpaperInfo
260 public boolean isSelectable() { method in class:WallpaperPickerActivity.ResourceWallpaperInfo
304 public boolean isSelectable() { method in class:WallpaperPickerActivity.DefaultWallpaperInfo
436 if (info.isSelectable() && v.getVisibility() == View.VISIBLE) {

Completed in 574 milliseconds