|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GesturesListView | |
---|---|
sk.baka.ambient.activity.main | |
sk.baka.ambient.activity.main.cb | |
sk.baka.ambient.activity.search | |
sk.baka.ambient.views.gesturelist |
Uses of GesturesListView in sk.baka.ambient.activity.main |
---|
Fields in sk.baka.ambient.activity.main declared as GesturesListView | |
---|---|
GesturesListView |
AbstractListController.listView
The list instance. |
Methods in sk.baka.ambient.activity.main with parameters of type GesturesListView | |
---|---|
void |
FileBrowserController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
void |
ShoutcastController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
void |
PlaylistManagerController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
void |
AbstractPlaylistController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
Constructors in sk.baka.ambient.activity.main with parameters of type GesturesListView | |
---|---|
AmpacheController(Activity mainActivity,
GesturesListView playlistView)
Creates new ampache controller. |
|
CollectionController(MainActivity parent,
GesturesListView playlistView)
Creates new controller instance. |
|
FileBrowserController(MainActivity mainActivity,
GesturesListView playlistView)
|
|
MagnatuneController(Activity mainActivity,
GesturesListView playlistView)
Creates new Magnatune controller. |
|
ShoutcastController(MainActivity activity,
GesturesListView playlistView)
Creates the shoutcast controller instance. |
Uses of GesturesListView in sk.baka.ambient.activity.main.cb |
---|
Methods in sk.baka.ambient.activity.main.cb with parameters of type GesturesListView | |
---|---|
void |
AbstractCollectionController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
Constructors in sk.baka.ambient.activity.main.cb with parameters of type GesturesListView | |
---|---|
AbstractCollectionController(int mainViewId,
int listViewId,
Activity mainActivity,
GesturesListView playlistView,
ICollection collection,
int categoryPathId)
Creates new controller instance. |
Uses of GesturesListView in sk.baka.ambient.activity.search |
---|
Methods in sk.baka.ambient.activity.search with parameters of type GesturesListView | |
---|---|
void |
StringListController.update(GesturesListView listView,
View itemView,
int index,
Object model)
|
Uses of GesturesListView in sk.baka.ambient.views.gesturelist |
---|
Fields in sk.baka.ambient.views.gesturelist with type parameters of type GesturesListView | |
---|---|
List<GesturesListView> |
GesturesListView.dragDropViews
If not empty then the LU/LD gestures will drag'n'drop selected items to these views. |
Methods in sk.baka.ambient.views.gesturelist that return GesturesListView | |
---|---|
GesturesListView |
GesturesListView.findView(Point point)
Finds a view from the registered list of views
that contains given point. |
Methods in sk.baka.ambient.views.gesturelist with parameters of type GesturesListView | |
---|---|
boolean |
TrackListClipboardObject.isTarget(GesturesListView view)
Checks if given view is one of the possible targets of this object. |
void |
IGestureListViewListener.update(GesturesListView listView,
View itemView,
int index,
Object model)
An item view is being drawn (or re-drawn) on screen. |
Constructors in sk.baka.ambient.views.gesturelist with parameters of type GesturesListView | |
---|---|
KeypadController(GesturesListView ownerView)
Creates new controller instance. |
|
ModelHolder(GesturesListView owner)
Creates new instance. |
|
MutableListAdapter(GesturesListView owner,
ModelHolder model)
Creates new adapter. |
|
TouchPadController(GesturesListView view)
Creates new controller. |
Constructor parameters in sk.baka.ambient.views.gesturelist with type arguments of type GesturesListView | |
---|---|
TrackListClipboardObject(List<? extends TrackMetadataBean> objects,
List<? extends GesturesListView> targets)
Creates new clipboard object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |