|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
PlaylistManagerController.update(GesturesListView listView,
android.view.View itemView,
int index,
java.lang.Object model)
|
void |
AbstractPlaylistController.update(GesturesListView listView,
android.view.View itemView,
int index,
java.lang.Object model)
|
void |
ShoutcastController.update(GesturesListView listView,
android.view.View itemView,
int index,
java.lang.Object model)
|
void |
FileBrowserController.update(GesturesListView listView,
android.view.View itemView,
int index,
java.lang.Object model)
|
| Constructors in sk.baka.ambient.activity.main with parameters of type GesturesListView | |
|---|---|
AmpacheController(android.app.Activity mainActivity,
GesturesListView playlistView)
Creates new ampache controller. |
|
CollectionController(MainActivity parent,
GesturesListView playlistView)
Creates new controller instance. |
|
FileBrowserController(MainActivity mainActivity,
GesturesListView playlistView)
|
|
MagnatuneController(android.app.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,
android.view.View itemView,
int index,
java.lang.Object model)
|
| Constructors in sk.baka.ambient.activity.main.cb with parameters of type GesturesListView | |
|---|---|
AbstractCollectionController(int mainViewId,
int listViewId,
android.app.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,
android.view.View itemView,
int index,
java.lang.Object model)
|
| Uses of GesturesListView in sk.baka.ambient.views.gesturelist |
|---|
| Fields in sk.baka.ambient.views.gesturelist with type parameters of type GesturesListView | |
|---|---|
java.util.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(android.graphics.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,
android.view.View itemView,
int index,
java.lang.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 | |
|---|---|
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(java.util.List<? extends TrackMetadataBean> objects,
java.util.List<? extends GesturesListView> targets)
Creates new clipboard object. |
|
| Uses of GesturesListView in sk.baka.ambient.views.gesturelist.keypad |
|---|
| Fields in sk.baka.ambient.views.gesturelist.keypad declared as GesturesListView | |
|---|---|
protected GesturesListView |
AbstractKeypadHandler.owner
The owner instance. |
| Constructors in sk.baka.ambient.views.gesturelist.keypad with parameters of type GesturesListView | |
|---|---|
AbstractKeypadHandler(GesturesListView owner)
Creates new handler. |
|
KeypadController(GesturesListView ownerView)
Creates new controller instance. |
|
KeypadDpadSearch(GesturesListView owner)
Creates new instance |
|
KeypadManager(GesturesListView owner)
Creates new manager instance. |
|
KeypadSearch(GesturesListView owner)
Creates new search utility class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||