|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repeat | |
---|---|
sk.baka.ambient | |
sk.baka.ambient.activity.main | |
sk.baka.ambient.playlist |
Uses of Repeat in sk.baka.ambient |
---|
Fields in sk.baka.ambient declared as Repeat | |
---|---|
Repeat |
AppState.repeat
The repeat state. |
Methods in sk.baka.ambient that return Repeat | |
---|---|
Repeat |
PlaylistPlayer.getRepeat()
Returns the repeat mode. |
Methods in sk.baka.ambient with parameters of type Repeat | |
---|---|
static ActionsEnum |
ActionsEnum.getAction(Repeat repeat)
Returns action for given random constant. |
void |
IPlaylistPlayerListener.repeatChanged(Repeat repeat)
The play mode was changed. |
void |
PowerHandler.repeatChanged(Repeat repeat)
|
void |
PlaylistPlayer.setRepeat(Repeat repeat)
Sets the repeat mode. |
Uses of Repeat in sk.baka.ambient.activity.main |
---|
Methods in sk.baka.ambient.activity.main with parameters of type Repeat | |
---|---|
void |
PlayerController.repeatChanged(Repeat repeat)
|
void |
PlaylistController.repeatChanged(Repeat repeat)
|
void |
MagnatuneController.repeatChanged(Repeat repeat)
|
void |
ContextController.repeatChanged(Repeat repeat)
|
Uses of Repeat in sk.baka.ambient.playlist |
---|
Methods in sk.baka.ambient.playlist that return Repeat | |
---|---|
static Repeat |
Repeat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Repeat[] |
Repeat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |