A B C D E F G H I K L M N O P Q R S T U V W X Y Z _

A

about - Static variable in class sk.baka.ambient.R.string
 
AboutActivity - Class in sk.baka.ambient.activity
Shows the About dialog.
AboutActivity() - Constructor for class sk.baka.ambient.activity.AboutActivity
 
aboutactivity - Static variable in class sk.baka.ambient.R.layout
 
aboutAppName - Static variable in class sk.baka.ambient.R.id
 
aboutTitle - Static variable in class sk.baka.ambient.R.string
 
AbstractAudio - Class in sk.baka.ambient.collection
Contains information about an audio file.
AbstractAudio(String) - Constructor for class sk.baka.ambient.collection.AbstractAudio
Creates new audio object instance.
AbstractCollectionController - Class in sk.baka.ambient.activity.main.cb
Controller which displays a collection browser on given list view and allows user to navigate it using gestures.
AbstractCollectionController(int, int, Activity, GesturesListView, ICollection, int) - Constructor for class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Creates new controller instance.
AbstractController - Class in sk.baka.ambient.activity.main
A base class each controller must extend.
AbstractController(int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractController
Creates new controller.
AbstractController.Listener - Class in sk.baka.ambient.activity.main
The activity button listener.
AbstractController.Listener() - Constructor for class sk.baka.ambient.activity.main.AbstractController.Listener
 
AbstractFileStorage - Class in sk.baka.ambient.commons
An abstract file cache, stores files into android application private directory.
AbstractFileStorage(String, String...) - Constructor for class sk.baka.ambient.commons.AbstractFileStorage
Creates new cache instance.
AbstractListController - Class in sk.baka.ambient.activity.main
The items in this controller are rendered as a list and can be selected.
AbstractListController(int, int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractListController
Creates new controller.
AbstractPlaylistController - Class in sk.baka.ambient.activity.main
Groups functionality for a controller managing a playlist.
AbstractPlaylistController(int, int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractPlaylistController
Creates new controller.
AbstractTag - Class in entagged.audioformats.generic
This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
AbstractTag() - Constructor for class entagged.audioformats.generic.AbstractTag
 
AbstractTagCreator - Class in entagged.audioformats.generic
 
AbstractTagCreator() - Constructor for class entagged.audioformats.generic.AbstractTagCreator
 
AbstractTrackProvider - Class in sk.baka.ambient.collection.local
Provides random mix of tracks from the entire library.
AbstractTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.AbstractTrackProvider
Creates a new provider.
accept(File) - Method in class entagged.audioformats.AudioFileFilter
Check wether the given file meet the required conditions (supported by the library OR directory).
actions - Static variable in class sk.baka.ambient.activity.main.MagnatuneController
The actions to display on the Task switcher.
actions - Static variable in class sk.baka.ambient.activity.main.ShoutcastController
The actions to display on the Task switcher.
actions - Static variable in class sk.baka.ambient.activity.main.TaskSwitcherController
The actions to display on the Task switcher.
ActionsEnum - Enum in sk.baka.ambient
Enumerates all actions that can be taken.
activateAction(ActionsEnum, boolean) - Method in class sk.baka.ambient.activity.main.MainActivity
Executes given action.
adapter - Variable in class sk.baka.ambient.views.gesturelist.ModelHolder
The backing adapter.
add(TagField) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
add(TagField) - Method in interface entagged.audioformats.Tag
Adds a tagfield to the structure.
It is not recommended to use this method for normal use of the audiolibrary.
add(AbstractController, ActionsEnum) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Registers a controller to this group.
add(Statistics) - Method in class sk.baka.ambient.collection.Statistics
Merge this object with another statistics object.
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
add(int, List<TrackMetadataBean>) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Inserts given tracks before track with given index.
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
add(int, TrackMetadataBean) - Method in class sk.baka.ambient.PlaylistPlayer
Adds track to the playlist after given track
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.PlaylistPlayer
 
add(TrackMetadataBean) - Method in class sk.baka.ambient.PlaylistPlayer
Adds track to the end of the playlist.
addAlbum(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addAlbum(String) - Method in interface entagged.audioformats.Tag
Adds an album to the tag.
addArtist(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addArtist(String) - Method in interface entagged.audioformats.Tag
Adds an artist to the tag.
addAttribute(String, String) - Method in class hotsax.html.sax.DebugParserDelegate
Adds an attribute to the list.
addAttribute(String, String) - Method in interface hotsax.html.sax.ParserDelegate
Adds an attribute to the list.
addAttribute(String, String) - Method in class hotsax.html.sax.SaxHandlerDelegate
Adds an attribute to the list.
addAudioFileModificationListener(AudioFileModificationListener) - Method in class entagged.audioformats.AudioFileIO
Adds an listener for all file formats.
addAudioFileModificationListener(AudioFileModificationListener) - Method in class entagged.audioformats.generic.ModificationHandler
This method adds an AudioFileModificationListener
addBitrateRecord(int, long) - Method in class entagged.audioformats.asf.data.StreamBitratePropertiesChunk
Adds the public values of a stream-record.
addComment(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addComment(String) - Method in interface entagged.audioformats.Tag
Adds a comment to the tag.
addDescriptor(ContentDescriptor) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method inserts the given ContentDescriptor.
addGenre(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addGenre(String) - Method in interface entagged.audioformats.Tag
Adds a genre to the tag.
addHandler(Object) - Method in class sk.baka.ambient.commons.SimpleBus
Registers this handler.
addHandler(Object, Class<?>) - Method in class sk.baka.ambient.commons.SimpleBus
Registers given handler only to given message type.
addOrReplace(ContentDescriptor) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method adds or replaces an existing content descriptor.
addSemanticLexer(String, SemanticLexer) - Method in class hotsax.html.sax.HtmlParser
Add a new Semantic Lexer to the hash of available lexers.
addStreamChunk(StreamChunk) - Method in class entagged.audioformats.asf.data.AsfHeader
This method appends a StreamChunk to the header.
addString(String) - Method in class entagged.audioformats.asf.data.EncodingChunk
This method appends a String.
addTitle(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addTitle(String) - Method in interface entagged.audioformats.Tag
Adds a title to the tag.
addToAlbumMap(Map<String, List<TrackMetadataBean>>, TrackMetadataBean) - Static method in class sk.baka.ambient.playlist.Utils
Adds given track to the album map structure.
addTrack(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addTrack(String) - Method in interface entagged.audioformats.Tag
Adds a track to the tag.
addUnspecifiedChunk(Chunk) - Method in class entagged.audioformats.asf.data.AsfHeader
This method appends the given chunk to the unspecifiedlist.
addYear(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
addYear(String) - Method in interface entagged.audioformats.Tag
Adds a year to the Tag.
ALBUM - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "album"-identifier in GenericTag.keys.
album - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Album name.
album - Static variable in class sk.baka.ambient.R.string
 
ALBUM_ORDER_COMPARATOR - Static variable in class sk.baka.ambient.collection.CollectionUtils
Orders the tracks by albums, track number and finally by filenames.
albums - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Number of albums in the collection.
albums - Variable in class sk.baka.ambient.collection.CategoryItem
Contains a number of albums for given artist or genre.
albums - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
Contains a number of albums for given artist or genre.
albums - Variable in class sk.baka.ambient.collection.Statistics
Albums count.
AmbientApplication - Class in sk.baka.ambient
Serves mainly for a primary access point to a singleton data structures and services, such as Library, PlaylistPlayer etc.
AmbientApplication() - Constructor for class sk.baka.ambient.AmbientApplication
 
ambientError - Static variable in class sk.baka.ambient.R.string
 
ampache - Static variable in class sk.baka.ambient.R.drawable
 
ampache - Static variable in class sk.baka.ambient.R.string
 
ampache_client_activity - Static variable in class sk.baka.ambient.R.layout
 
ampache_embedded_off - Static variable in class sk.baka.ambient.R.drawable
 
ampache_embedded_on - Static variable in class sk.baka.ambient.R.drawable
 
ampacheBrowser - Static variable in class sk.baka.ambient.R.id
 
ampacheBrowserControls - Static variable in class sk.baka.ambient.R.id
 
ampacheButtons - Static variable in class sk.baka.ambient.R.id
 
ampacheClient - Variable in class sk.baka.ambient.AppState
The Ampache client configuration.
AmpacheClient - Class in sk.baka.ambient.collection.ampache
Contains utility methods to communicate with Ampache.
AmpacheClient(String) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheClient
Creates new object instance.
AmpacheClient.ErrorHandlingHandler - Class in sk.baka.ambient.collection.ampache
Superclass for all handlers handling Ampache output.
AmpacheClient.ErrorHandlingHandler() - Constructor for class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
AmpacheClientActivity - Class in sk.baka.ambient.activity
Displays an Ampache client configuration window.
AmpacheClientActivity() - Constructor for class sk.baka.ambient.activity.AmpacheClientActivity
 
AmpacheClientBean - Class in sk.baka.ambient.activity
Stores the ampache client configuration.
AmpacheClientBean() - Constructor for class sk.baka.ambient.activity.AmpacheClientBean
 
ampacheClientChanged() - Method in class sk.baka.ambient.activity.main.AmpacheController
Invoked when the Ampache client configuration changes.
ampacheConfigureConnection - Static variable in class sk.baka.ambient.R.string
 
AmpacheController - Class in sk.baka.ambient.activity.main
Browses the Ampache server and optionally allows a synchronization of tracks.
AmpacheController(Activity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.AmpacheController
Creates new ampache controller.
ampacheEmbeddedPassword - Variable in class sk.baka.ambient.ConfigurationBean
If true then new covers will not be downloaded.
AmpacheEngine - Class in sk.baka.ambient.activity.search
Search the magnatune collection.
AmpacheEngine() - Constructor for class sk.baka.ambient.activity.search.AmpacheEngine
 
AmpacheException - Exception in sk.baka.ambient.collection.ampache
Error communicating with ampache.
AmpacheException(String, String) - Constructor for exception sk.baka.ambient.collection.ampache.AmpacheException
Creates new exception from given error code.
AmpacheInfo - Class in sk.baka.ambient.collection.ampache
Contains information about the Ampache server.
AmpacheInfo() - Constructor for class sk.baka.ambient.collection.ampache.AmpacheInfo
 
ampacheList - Static variable in class sk.baka.ambient.R.id
 
ampacheOffline - Static variable in class sk.baka.ambient.R.id
 
ampachePassword - Static variable in class sk.baka.ambient.R.id
 
ampachePassword - Static variable in class sk.baka.ambient.R.string
 
ampachePath - Static variable in class sk.baka.ambient.R.id
 
ampacheRoot - Static variable in class sk.baka.ambient.R.id
 
ampacheSave - Static variable in class sk.baka.ambient.R.id
 
AmpacheServer - Class in sk.baka.ambient.collection.ampache
Provides the Ampache XML API services over a network.
AmpacheServer(String, ICollection) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheServer
Creates new server instance.
ampacheServer - Static variable in class sk.baka.ambient.R.id
 
ampacheServer - Static variable in class sk.baka.ambient.R.string
 
ampacheServerConfig - Static variable in class sk.baka.ambient.R.string
 
ampacheServerError - Static variable in class sk.baka.ambient.R.string
 
ampacheServerPassword - Static variable in class sk.baka.ambient.R.string
 
ampacheServerStart - Static variable in class sk.baka.ambient.R.string
 
ampacheServerStop - Static variable in class sk.baka.ambient.R.string
 
ampacheServerWifiStatus - Static variable in class sk.baka.ambient.R.id
 
ampacheSynchronize - Static variable in class sk.baka.ambient.R.string
 
ampacheUser - Static variable in class sk.baka.ambient.R.id
 
ampacheUser - Static variable in class sk.baka.ambient.R.string
 
ANGLE_CLOSE - Static variable in class hotsax.html.sax.HtmlParser
 
ANGLE_END_CLOSE - Static variable in class hotsax.html.sax.HtmlParser
 
ANGLE_END_OPEN - Static variable in class hotsax.html.sax.HtmlParser
 
ANGLE_OPEN - Static variable in class hotsax.html.sax.HtmlParser
 
ApeTag - Class in entagged.audioformats.ape
 
ApeTag() - Constructor for class entagged.audioformats.ape.ApeTag
 
ApeTagBinaryField - Class in entagged.audioformats.ape.util
 
ApeTagBinaryField(String, byte[]) - Constructor for class entagged.audioformats.ape.util.ApeTagBinaryField
 
ApeTagCreator - Class in entagged.audioformats.ape.util
 
ApeTagCreator() - Constructor for class entagged.audioformats.ape.util.ApeTagCreator
 
ApeTagField - Class in entagged.audioformats.ape.util
 
ApeTagField(String, boolean) - Constructor for class entagged.audioformats.ape.util.ApeTagField
 
ApeTagReader - Class in entagged.audioformats.ape.util
 
ApeTagReader() - Constructor for class entagged.audioformats.ape.util.ApeTagReader
 
ApeTagTextField - Class in entagged.audioformats.ape.util
 
ApeTagTextField(String, String) - Constructor for class entagged.audioformats.ape.util.ApeTagTextField
 
ApeTagWriter - Class in entagged.audioformats.ape.util
 
ApeTagWriter() - Constructor for class entagged.audioformats.ape.util.ApeTagWriter
 
ApicId3Frame - Class in entagged.audioformats.mp3.util.id3frames
 
ApicId3Frame(byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
ApicId3Frame(String, String, byte, byte[]) - Constructor for class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
apiVersion - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
The Ampache XML API version.
APOSSTRING - Static variable in class hotsax.html.sax.HtmlLexer
 
app - Variable in class sk.baka.ambient.activity.main.AbstractController
Returns the application instance.
app_name - Static variable in class sk.baka.ambient.R.string
 
appendDisplayableLength(int, StringBuilder, boolean) - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Appends length in the [hh:]mm:ss format.
APPLICATION - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
appRestoreStateFailed - Static variable in class sk.baka.ambient.R.string
 
appSaveStateFailed - Static variable in class sk.baka.ambient.R.string
 
AppState - Class in sk.baka.ambient
A serializable application state.
AppState() - Constructor for class sk.baka.ambient.AppState
 
AppState.IAppStateAware - Interface in sk.baka.ambient
Implemented by components that are aware of the global application state.
AppStateHandler - Class in sk.baka.ambient
Handles application configuration and state storage.
AppStateHandler(AmbientApplication) - Constructor for class sk.baka.ambient.AppStateHandler
Creates new handler.
ARTIST - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "artist"-identifier in GenericTag.keys.
artist - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Artist.
artist - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
artist
artist - Static variable in class sk.baka.ambient.R.string
 
artistDesc - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The artist's description.
artists - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Number of artists in the collection.
artists - Variable in class sk.baka.ambient.collection.Statistics
Artists count.
artistURL - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
A link to artist's page
asBinder() - Method in class sk.baka.ambient.playerservice.IPlayer.Stub
 
AsfCopyrightField - Class in entagged.audioformats.asf.util
This class represents the copyright field of asf files.
AsfCopyrightField() - Constructor for class entagged.audioformats.asf.util.AsfCopyrightField
 
AsfFileReader - Class in entagged.audioformats.asf
This reader can read asf files containing any content (stream type).
AsfFileReader() - Constructor for class entagged.audioformats.asf.AsfFileReader
 
AsfHeader - Class in entagged.audioformats.asf.data
Each asf file starts with a so called header.
AsfHeader(long, BigInteger, long) - Constructor for class entagged.audioformats.asf.data.AsfHeader
Creates an instance.
AsfHeaderReader - Class in entagged.audioformats.asf.io
This class reads an Asf header out of an inputstream an creates an AsfHeaderobject if successfull.
AsfHeaderReader() - Constructor for class entagged.audioformats.asf.io.AsfHeaderReader
Protected default constructor.
asInterface(IBinder) - Static method in class sk.baka.ambient.playerservice.IPlayer.Stub
Cast an IBinder object into an IPlayer interface, generating a proxy if needed.
assertGUID(int[]) - Static method in class entagged.audioformats.asf.data.GUID
This method checks if the given value is matching the GUID specification of ASF streams.
assignCommonTagValues(Tag, ExtendedContentDescription) - Static method in class entagged.audioformats.asf.util.TagConverter
This method assigns those tags of tag which are defined to be common by entagged.
assignOptionalTagValues(Tag, ExtendedContentDescription) - Static method in class entagged.audioformats.asf.util.TagConverter
This method will add or replace all values of tag are not defined as common by entagged.
ATTR - Static variable in class hotsax.html.sax.HtmlParser
 
Attribute - Class in hotsax.html.sax
 
Attribute(String, String) - Constructor for class hotsax.html.sax.Attribute
 
ATTRVAL - Static variable in class hotsax.html.sax.HtmlLexer
lexical states
AudioFile - Class in entagged.audioformats
This is the main object manipulated by the user representing an audiofile, its properties and its tag.
AudioFile(File, EncodingInfo) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFile(File, EncodingInfo, Tag) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFileFilter - Class in entagged.audioformats
This is a simple FileFilter that will only allow the file supported by this library.
AudioFileFilter() - Constructor for class entagged.audioformats.AudioFileFilter
 
AudioFileIO - Class in entagged.audioformats
The main entry point for the Tag Reading/Writing operations, this class will select the appropriate reader/writer for the given file.
AudioFileIO() - Constructor for class entagged.audioformats.AudioFileIO
Creates an instance.
AudioFileModificationAdapter - Class in entagged.audioformats.generic
Adapter for AudioFileModificationListener.
AudioFileModificationAdapter() - Constructor for class entagged.audioformats.generic.AudioFileModificationAdapter
 
AudioFileModificationListener - Interface in entagged.audioformats.generic
Classes implementing this interface will be notified on audio file's modifications.
It will be notified on several occasions:
An audio file is about to be modified AudioFileModificationListener.fileWillBeModified(AudioFile, boolean)
Here one can modify the tag data because of global settings. The write process has just finished.
AudioFileReader - Class in entagged.audioformats.generic
 
AudioFileReader() - Constructor for class entagged.audioformats.generic.AudioFileReader
 
AudioStreamChunk - Class in entagged.audioformats.asf.data
This class represents the streamchunk describing an audio stream.
AudioStreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.AudioStreamChunk
Creates an instance.
available() - Method in class sk.baka.ambient.commons.CountingInputStream
 

B

b - Variable in class entagged.audioformats.ape.util.MonkeyDescriptor
 
b - Variable in class entagged.audioformats.ape.util.MonkeyHeader
 
b - Variable in class entagged.audioformats.mpc.util.MpcHeader
 
back - Static variable in class sk.baka.ambient.R.string
 
back48 - Static variable in class sk.baka.ambient.R.drawable
 
backDragDrop - Static variable in class sk.baka.ambient.R.string
 
backend - Variable in class sk.baka.ambient.library.Library
The database back-end.
background_blue - Static variable in class sk.baka.ambient.R.drawable
 
background_grey - Static variable in class sk.baka.ambient.R.drawable
 
background_nowplaying - Static variable in class sk.baka.ambient.R.drawable
 
background_queue - Static variable in class sk.baka.ambient.R.drawable
 
background_roundedbox - Static variable in class sk.baka.ambient.R.drawable
 
BackgroundOpExecutor - Class in sk.baka.ambient
Able to execute multiple long operations running simultaneously in the background.
BackgroundOpExecutor() - Constructor for class sk.baka.ambient.BackgroundOpExecutor
 
backgroundTask(int, String, int, int) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
 
backgroundTask(int, String, int, int) - Method in class sk.baka.ambient.BackgroundOpExecutor
Sets a progress of the current task.
backgroundTask(int, String, int, int) - Method in interface sk.baka.ambient.IBackgroundTask
Informs that a background task has been started or has ended.
backgroundTasks - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksCancelAll - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksCaption - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksRunning - Static variable in class sk.baka.ambient.R.string
 
Bind - Annotation Type in sk.baka.ambient.commons
Binds a field to a view.
bindBeanMap(Object, Map<String, Object>, boolean, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to a map.
bindBeanToEditor(Object, SharedPreferences.Editor, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to an editor.
bindBeanView(Object, View, boolean, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to the view.
Binder - Class in sk.baka.ambient.commons
Binds a POJO bean to a view.
bitrate - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Bitrate in kbps.
blockLength - Variable in class sk.baka.ambient.commons.CountingInputStream
Fire events only when a block of given size (in bytes) has been read.
buffered(byte) - Method in class sk.baka.ambient.activity.main.PlayerController
 
buffered(byte) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
How much data is currently buffered.
build() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
build() - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
build() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
build() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
This method creates a binary representation of the current Id3Frame data.
This data can directly be written to a file or stream.
s
build() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
build() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
build(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
build(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4TagField
 
build(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
build(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4TagTextNumberField
 
build() - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Builds new category item.
build(long) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Creates new metadata bean.
button_close - Static variable in class sk.baka.ambient.R.drawable
 
button_i - Static variable in class sk.baka.ambient.R.drawable
 
button_minimize - Static variable in class sk.baka.ambient.R.drawable
 
ButtonBar - Static variable in class sk.baka.ambient.R.styleable
Attributes that can be used with a ButtonBar.
ButtonBar - Class in sk.baka.ambient.views
A very simple, naive and inefficient implementation of the apple-launchbar-like button bar.
ButtonBar(Context, int, Integer, Integer, Boolean) - Constructor for class sk.baka.ambient.views.ButtonBar
Constructor.
ButtonBar(Context, AttributeSet, int) - Constructor for class sk.baka.ambient.views.ButtonBar
 
ButtonBar(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.ButtonBar
 
ButtonBar_extendDown - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.extendDown attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_rootId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.rootId attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_textHintBgColor - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.textHintBgColor attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_textHintColor - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.textHintColor attribute's value can be found in the R.styleable.ButtonBar array.
buyAlbum - Static variable in class sk.baka.ambient.R.string
 
buyURL - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
You can buy the album here

C

cancel(Object) - Method in class sk.baka.ambient.BackgroundOpExecutor
Cancels given task.
cancel - Static variable in class sk.baka.ambient.R.string
 
CANCEL - Static variable in class sk.baka.ambient.views.ViewUtils
Cancels the dialog on invocation.
cancel() - Method in interface sk.baka.ambient.views.ViewUtils.OnTextSubmit
The dialog has been cancelled.
cancelLocationResolving() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Cancels all location resolving activities.
cancelNotifications() - Method in class sk.baka.ambient.PlaybackNotificator
Cancels all notifications.
cancelPlaybackNotification() - Method in class sk.baka.ambient.PlaybackNotificator
Cancels the playback notification.
cancelWork() - Method in class sk.baka.ambient.views.gesturelist.KeypadController
Invoked by gestures list view if this controller should cancel all its work immediately as other controller is about to do something.
canComputeItems() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
canComputeItems() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the model currently supports computing tracks.
canHighlight() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
canHighlight() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
canHighlight() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
canHighlight() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if we can start highlight mode now.
canMove() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Checks if the move events ( IGestureListViewListener.moveItems(Interval, int) and IGestureListViewListener.moveItemsByOne(Interval, boolean)) can be invoked.
cannotDragDrop - Static variable in class sk.baka.ambient.R.string
 
cannotModify - Static variable in class sk.baka.ambient.R.string
 
CannotReadException - Exception in entagged.audioformats.exceptions
This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors.
CannotReadException() - Constructor for exception entagged.audioformats.exceptions.CannotReadException
Creates an instance.
CannotReadException(String) - Constructor for exception entagged.audioformats.exceptions.CannotReadException
Creates an instance.
CannotReadException(String, Throwable) - Constructor for exception entagged.audioformats.exceptions.CannotReadException
Creates an instance.
cannotSelect - Static variable in class sk.baka.ambient.R.string
 
CannotWriteException - Exception in entagged.audioformats.exceptions
This exception is thrown if the writing process of an audio file failed.
CannotWriteException() - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
(overridden)
CannotWriteException(String) - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
(overridden)
CannotWriteException(String, Throwable) - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
(overridden)
CannotWriteException(Throwable) - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
(overridden)
canPerformSearch() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
canPerformSearch() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Checks if this engine can currently perform the search.
canPerformSearch() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
canReturnTracks() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Checks if this manager can provide a list of tracks.
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
canSearchOffline() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Checks if this engine can perform an offline search.
canSearchOffline() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
caption - Variable in enum sk.baka.ambient.ActionsEnum
The caption resource.
caption - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Caption text.
caption - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Caption text.
cat(Reader) - Static method in class sk.baka.ambient.commons.IOUtils
Cat given reader to log.
categories - Static variable in class sk.baka.ambient.R.string
 
category - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The category of this item, must not be null.
category - Variable in class sk.baka.ambient.collection.CategoryItem
The category of this item, must not be null.
CategoryEnum - Enum in sk.baka.ambient.collection
Enumerates all criteria fields.
CategoryItem - Class in sk.baka.ambient.collection
A single category, may be an artist, an album or a genre.
CategoryItem(Object, String, String, CategoryEnum, int, int) - Constructor for class sk.baka.ambient.collection.CategoryItem
Creates new category item instance.
CategoryItem.Builder - Class in sk.baka.ambient.collection
Builds the CategoryItem.
CategoryItem.Builder() - Constructor for class sk.baka.ambient.collection.CategoryItem.Builder
 
CategoryManager - Class in sk.baka.ambient.activity.main.cb
Performs the criteria selection.
CategoryManager(CategoryEnum[]) - Constructor for class sk.baka.ambient.activity.main.cb.CategoryManager
Creates new manager.
cause - Static variable in class sk.baka.ambient.R.string
 
CDATA_END - Static variable in class hotsax.html.sax.HtmlParser
 
CDATA_START - Static variable in class hotsax.html.sax.HtmlParser
 
CHANNEL_MODE_DUAL_CHANNEL - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Dual Channel Stereo Mode
CHANNEL_MODE_JOINT_STEREO - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Joint Stereo Mode
CHANNEL_MODE_MONO - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Mono Mode
CHANNEL_MODE_STEREO - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Stereo Mode
channelModeToString(int) - Method in class entagged.audioformats.mp3.util.MPEGFrame
get a string representation of the channel mode of this frame
characters(HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
collect characters from parse stream.
characters(HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
collect characters from parse stream.
characters(HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
collect characters from parse stream.
characters(char[], int, int) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
checkCRC(byte[], byte[]) - Method in class entagged.audioformats.ogg.util.OggCRCFactory
 
checkStringLengthNullSafe(String) - Static method in class entagged.audioformats.asf.util.Utils
This method converts the given string into a byte[] in UTF-16LE encoding and checks whether the length doesn't exceed 65535 bytes.
Chunk - Class in entagged.audioformats.asf.data
This class represents a chunk within asf streams.
Chunk(GUID, long, BigInteger) - Constructor for class entagged.audioformats.asf.data.Chunk
Creates an instance
ChunkHeaderReader - Class in entagged.audioformats.asf.io
Default reader, Reads GUID and size out of an inputsream and creates a Chunkobject.
ChunkHeaderReader() - Constructor for class entagged.audioformats.asf.io.ChunkHeaderReader
 
chunkLength - Variable in class entagged.audioformats.asf.data.Chunk
The length of current chunk.
ChunkPositionComparator - Class in entagged.audioformats.asf.util
This class is needed for ordering all types of Chunks ascending by their Position.
ChunkPositionComparator() - Constructor for class entagged.audioformats.asf.util.ChunkPositionComparator
 
clean(TrackOriginEnum) - Method in class sk.baka.ambient.library.DBStrategy
Removes all data from all tables.
cleanup() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Cleans up old files.
cleanup() - Method in class sk.baka.ambient.library.CoverCache
 
clear() - Method in class sk.baka.ambient.commons.SimpleBus
Removes all handlers and cleans up the object.
clear() - Method in class sk.baka.ambient.ErrorHandler
Clears all recorded error messages.
clear - Static variable in class sk.baka.ambient.R.string
 
clear_queue - Static variable in class sk.baka.ambient.R.string
 
clearMode(Object) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Clears the mode and dismisses the window.
clearQueue() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
clearQueue() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Clears queue from queued.
clearQueue() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
clearQueue() - Method in class sk.baka.ambient.PlaylistPlayer
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.AmpacheController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.ContextController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.PlayerController
 
clipboardChanged() - Method in interface sk.baka.ambient.IApplicationListener
The clipboard has been changed.
clipboardChanged() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Invoke to let the listview know that the clipboard was modified.
clipboardEmpty - Static variable in class sk.baka.ambient.R.string
 
clone() - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
clone() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
clone(Point) - Static method in class sk.baka.ambient.views.ViewUtils
Clones given point
close() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
close() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Closes the cache object, stopping any pending download operations.
close() - Method in class sk.baka.ambient.commons.CountingInputStream
 
close() - Method in class sk.baka.ambient.commons.SocketServer
 
close() - Method in class sk.baka.ambient.library.DBStrategy
Closes the database and releases all resources.
close() - Method in class sk.baka.ambient.library.Library
Closes this instance of the library.
close() - Method in class sk.baka.ambient.PlaylistPlayer
Closes and deactivates the player.
close() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Closes this handler and frees all resources.
close - Static variable in class sk.baka.ambient.R.string
 
close() - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
closeQuietly(Closeable) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes the closeable object.
closeQuietly(Socket) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes a socket quietly.
closeQuietly(ServerSocket) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes a server socket quietly.
CODEC_DESCRIPTIONS - Static variable in class entagged.audioformats.asf.data.AudioStreamChunk
Stores the hex values of codec identifiers to their descriptions.
coll_year - Static variable in class sk.baka.ambient.R.string
 
collection - Variable in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
The collection to display the data from.
collection - Static variable in class sk.baka.ambient.R.string
 
collection48 - Static variable in class sk.baka.ambient.R.drawable
 
collection_item - Static variable in class sk.baka.ambient.R.id
 
collection_item - Static variable in class sk.baka.ambient.R.layout
 
collection_short - Static variable in class sk.baka.ambient.R.string
 
collectionButtons - Static variable in class sk.baka.ambient.R.id
 
CollectionController - Class in sk.baka.ambient.activity.main
Controls the collection view.
CollectionController(MainActivity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.CollectionController
Creates new controller instance.
CollectionEngine - Class in sk.baka.ambient.activity.search
Search the collection for given query.
CollectionEngine(ICollection) - Constructor for class sk.baka.ambient.activity.search.CollectionEngine
Creates new collection engine which performs search on an arbitrary ICollection.
CollectionException - Exception in sk.baka.ambient.collection
Thrown when the collection backend strategy fails to fulfill given request.
CollectionException() - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(String, Throwable) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(String) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(Throwable) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionImpl - Class in sk.baka.ambient.collection.ampache
Wraps Ampache as a collection.
CollectionImpl(AmpacheClient, String, String) - Constructor for class sk.baka.ambient.collection.ampache.CollectionImpl
Creates new wrapper.
CollectionImpl - Class in sk.baka.ambient.collection.local
Collection strategy which uses local database (the Library).
CollectionImpl(Library) - Constructor for class sk.baka.ambient.collection.local.CollectionImpl
Creates new collection wrapper.
collectionPath - Static variable in class sk.baka.ambient.R.id
 
CollectionSynchronizer - Class in sk.baka.ambient.collection
Downloads tracks from given collection which are missing in the reference collection.
CollectionSynchronizer(ICollection, ICollection, TagFormatter, String, IBackgroundTask) - Constructor for class sk.baka.ambient.collection.CollectionSynchronizer
Creates new synchronizer.
CollectionUtils - Class in sk.baka.ambient.collection
Various collection utility methods.
CollectionUtils.AlbumOrderComparator - Class in sk.baka.ambient.collection
Orders the tracks by albums, track number and finally by displayable name.
CollectionUtils.AlbumOrderComparator() - Constructor for class sk.baka.ambient.collection.CollectionUtils.AlbumOrderComparator
 
collectionView - Static variable in class sk.baka.ambient.R.id
 
collectionWindow - Static variable in class sk.baka.ambient.R.id
 
COLUMN_NAMES - Static variable in class sk.baka.ambient.library.LibraryUtils
All column names in the tracks table.
COLUMNS - Static variable in class sk.baka.ambient.library.LibraryUtils
All columns separated by commas.
com.es.skreemr - package com.es.skreemr
 
COMMENT - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "comment"-identifier in GenericTag.keys.
comment(HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
comment handler Note, these are delegate to the XMLReader's LexicalHandler if any TODO: Check the property of the reader for its existance.
comment(HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
comment handler Note, these are delegate to the XMLReader's LexicalHandler if any
comment(HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
comment handler Note, these are delegate to the XMLReader's LexicalHandler if any TODO: Check the property of the reader for its existance.
COMMENT_END - Static variable in class hotsax.html.sax.HtmlParser
 
COMMENT_START - Static variable in class hotsax.html.sax.HtmlParser
 
CommId3Frame - Class in entagged.audioformats.mp3.util.id3frames
 
CommId3Frame(String) - Constructor for class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
CommId3Frame(byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
common - Variable in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
COMMON_FIELD_IDS - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This field stores all values of the "ID_"-constants.
commonNumber - Variable in class entagged.audioformats.generic.AbstractTag
Stores the amount of TagField with TagField.isCommon() true.
compare(Object, Object) - Method in class entagged.audioformats.asf.util.ChunkPositionComparator
(overridden)
compare(TrackMetadataBean, TrackMetadataBean) - Method in class sk.baka.ambient.collection.CollectionUtils.AlbumOrderComparator
 
compareTo(Object) - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
composer - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Original composer.
computeCRC(byte[]) - Static method in class entagged.audioformats.ogg.util.OggCRCFactory
 
computePassphrase(String, String) - Static method in class sk.baka.ambient.collection.ampache.AmpacheClient
Computes Ampache passphrase for given time and password.
computeTagLength(Tag, List) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
computeTracks(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Retrieve a list of tracks from the selection.
config - Static variable in class sk.baka.ambient.R.layout
 
config - Static variable in class sk.baka.ambient.R.string
 
config48 - Static variable in class sk.baka.ambient.R.drawable
 
ConfigActivity - Class in sk.baka.ambient.activity
Configures Ambient.
ConfigActivity() - Constructor for class sk.baka.ambient.activity.ConfigActivity
 
configAmpacheServerPassword - Static variable in class sk.baka.ambient.R.id
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.ContextController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
configChanged(ConfigurationBean) - Method in interface sk.baka.ambient.IApplicationListener
The configuration was changed.
configCollection - Static variable in class sk.baka.ambient.R.id
 
configCoverCache - Static variable in class sk.baka.ambient.R.id
 
configCoverCache - Static variable in class sk.baka.ambient.R.string
 
configCoverCacheFull - Static variable in class sk.baka.ambient.R.id
 
configCoverCacheFull - Static variable in class sk.baka.ambient.R.string
 
configCoverCachePurge - Static variable in class sk.baka.ambient.R.id
 
configCoverCachePurge - Static variable in class sk.baka.ambient.R.string
 
configDefaults - Static variable in class sk.baka.ambient.R.id
 
configDefaults - Static variable in class sk.baka.ambient.R.string
 
configDynamicHistory - Static variable in class sk.baka.ambient.R.id
 
configDynamicHistory - Static variable in class sk.baka.ambient.R.string
 
configDynamicUpcoming - Static variable in class sk.baka.ambient.R.id
 
configDynamicUpcoming - Static variable in class sk.baka.ambient.R.string
 
configNotifCaption - Static variable in class sk.baka.ambient.R.string
 
configNotification - Static variable in class sk.baka.ambient.R.id
 
configNotificationLocation - Static variable in class sk.baka.ambient.R.id
 
configNotificationLongFormat - Static variable in class sk.baka.ambient.R.id
 
configNotificationLongFormat - Static variable in class sk.baka.ambient.R.string
 
configNotificationPreview - Static variable in class sk.baka.ambient.R.id
 
configNotificationShortFormat - Static variable in class sk.baka.ambient.R.id
 
configNotificationShortFormat - Static variable in class sk.baka.ambient.R.string
 
configNotificationType - Static variable in class sk.baka.ambient.R.id
 
configNotifLocationBottom - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationCaption - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationCenter - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationTop - Static variable in class sk.baka.ambient.R.string
 
configNotifLong - Static variable in class sk.baka.ambient.R.string
 
configNotifNone - Static variable in class sk.baka.ambient.R.string
 
configNotifPreview - Static variable in class sk.baka.ambient.R.string
 
configNotifShort - Static variable in class sk.baka.ambient.R.string
 
configPlayer - Static variable in class sk.baka.ambient.R.id
 
configPlayerGap - Static variable in class sk.baka.ambient.R.id
 
configPlayerGap - Static variable in class sk.baka.ambient.R.string
 
configPlayerNotifHiddenOnly - Static variable in class sk.baka.ambient.R.id
 
configPlayerNotifHiddenOnly - Static variable in class sk.baka.ambient.R.string
 
configPlayerTickerFormat - Static variable in class sk.baka.ambient.R.id
 
configPlayerTickerFormat - Static variable in class sk.baka.ambient.R.string
 
configPlaylist - Static variable in class sk.baka.ambient.R.id
 
configPlaylistFormat - Static variable in class sk.baka.ambient.R.id
 
configPlaylistFormat - Static variable in class sk.baka.ambient.R.string
 
configPlaylistRemember - Static variable in class sk.baka.ambient.R.id
 
configPlaylistRemember - Static variable in class sk.baka.ambient.R.string
 
configPlaylistRepeatIsNull - Static variable in class sk.baka.ambient.R.id
 
configPlaylistRepeatIsNull - Static variable in class sk.baka.ambient.R.string
 
configRoot - Static variable in class sk.baka.ambient.R.id
 
configSave - Static variable in class sk.baka.ambient.R.id
 
configSave - Static variable in class sk.baka.ambient.R.string
 
configSaveError - Static variable in class sk.baka.ambient.R.string
 
configScanDirs - Static variable in class sk.baka.ambient.R.id
 
configScanDirs - Static variable in class sk.baka.ambient.R.string
 
configScanDirsShort - Static variable in class sk.baka.ambient.R.string
 
configTabhost - Static variable in class sk.baka.ambient.R.id
 
ConfigurationBean - Class in sk.baka.ambient
Contains current ambient configuration.
ConfigurationBean() - Constructor for class sk.baka.ambient.ConfigurationBean
 
ConfigurationBean.TrackChangeNotifEnum - Enum in sk.baka.ambient
A notification to show when the current playing track is changed.
ConfigurationBean.TrackChangeNotifLocationEnum - Enum in sk.baka.ambient
A notification to show when the current playing track is changed.
configure - Static variable in class sk.baka.ambient.R.string
 
connect(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Connects to the Ampache server.
cont - Static variable in class sk.baka.ambient.R.string
 
contains(int) - Method in class sk.baka.ambient.commons.Interval
Checks if given item is contained in the interval.
contains(Interval) - Method in class sk.baka.ambient.commons.Interval
Checks if given interval is contained in the interval.
contains(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Checks if a playlist with given name is present in the storage.
containsStateAware(Class<? extends AppState.IAppStateAware>) - Method in class sk.baka.ambient.AppStateHandler
Checks if a handler with given class is present in the state aware handlers.
content - Variable in class entagged.audioformats.asf.data.ContentDescriptor
The binary representation of the value.
content - Variable in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
content - Variable in class entagged.audioformats.mp4.util.Mp4TagTextField
 
ContentDescription - Class in entagged.audioformats.asf.data
This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
ContentDescription() - Constructor for class entagged.audioformats.asf.data.ContentDescription
Creates an instance.
ContentDescription(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.ContentDescription
Creates an instance.
ContentDescriptionReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of a asf chunk containing title, author...
ContentDescriptionReader() - Constructor for class entagged.audioformats.asf.io.ContentDescriptionReader
Should not be used for now.
ContentDescriptor - Class in entagged.audioformats.asf.data
This class is a wrapper for properties within a ExtendedContentDescription.
ContentDescriptor(String, int) - Constructor for class entagged.audioformats.asf.data.ContentDescriptor
Creates an Instance.
ContentDescriptorTagField - Class in entagged.audioformats.asf.data.wrapper
This class encapsulates a ContentDescriptorand provides access to it.
ContentDescriptorTagField(ContentDescriptor) - Constructor for class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
Creates an instance.
context - Static variable in class sk.baka.ambient.R.string
 
contextbrowser - Static variable in class sk.baka.ambient.R.id
 
contextButtons - Static variable in class sk.baka.ambient.R.id
 
contextContent - Static variable in class sk.baka.ambient.R.id
 
ContextController - Class in sk.baka.ambient.activity.main
Controls the "Context" page.
ContextController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.ContextController
 
contextLyricsSelector - Static variable in class sk.baka.ambient.R.id
 
contextStatusBar - Static variable in class sk.baka.ambient.R.id
 
ControllerGroup - Class in sk.baka.ambient.activity.main
Groups given controllers together and allows group operations over them.
ControllerGroup() - Constructor for class sk.baka.ambient.activity.main.ControllerGroup
Creates new group controller.
convert(Tag, int) - Method in class entagged.audioformats.flac.util.FlacTagCreator
 
convert(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
convert(Tag, int) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
convert(Id3v2Tag, int) - Static method in class entagged.audioformats.mp3.Id3V2TagConverter
This method will convert the given tag into the given Id3v2 version.
Allowed values for targetVersion are:
Id3v2Tag.ID3V23 Id3v2Tag.ID3V24 The version of the given tag must be lower than the one to be converted two.

convert(Tag) - Method in class entagged.audioformats.mp3.util.Id3v1TagCreator
 
convert(Tag) - Method in class entagged.audioformats.ogg.util.VorbisTagCreator
 
convertCriteria(Map<? extends CategoryEnum, ? extends String>) - Static method in class sk.baka.ambient.library.DBStrategy
Converts a simple criteria to a complex criteria type.
copy(byte[], byte[], int) - Method in class entagged.audioformats.ape.util.ApeTagField
 
copy(byte[], byte[], int) - Static method in class entagged.audioformats.generic.Utils
Copies the bytes of srd to dst at the specified offset.
copy(byte[], byte[], int) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
 
copy(byte[], byte[], int) - Method in class entagged.audioformats.ogg.util.OggTagField
This method will copy all bytes of src to dst at the specified location.
copy(T, T) - Static method in class sk.baka.ambient.commons.Binder
Copies all bindable properties from given bean to given bean.
copy(InputStream, OutputStream, int) - Static method in class sk.baka.ambient.commons.IOUtils
Copies input stream to the output stream.
copy(Interval) - Method in class sk.baka.ambient.views.gesturelist.KeypadController
Copies given interval into the clipboard.
copyContent(TagField) - Method in class entagged.audioformats.ape.util.ApeTagBinaryField
 
copyContent(TagField) - Method in class entagged.audioformats.ape.util.ApeTagField
 
copyContent(TagField) - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
copyContent(TagField) - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
copyContent(TagField) - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
copyContent(TagField) - Method in interface entagged.audioformats.generic.TagField
This method copies the data of the given filed to the current data.
copyContent(TagField) - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
copyContent(TagField) - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
copyContent(TagField) - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
copyContent(TagField) - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
copyContent(TagField) - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
copyContent(TagField) - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
copyContent(TagField) - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
copyContent(TagField) - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
copyFrom(Statistics) - Method in class sk.baka.ambient.collection.Statistics
Copies statistics from another statistics object.
copyingToClipboard - Static variable in class sk.baka.ambient.R.string
 
copyToClipboard - Static variable in class sk.baka.ambient.R.string
 
countEvent(long) - Method in class sk.baka.ambient.commons.CountingInputStream
Invoked when the position
countEvent(long) - Method in class sk.baka.ambient.NotifyingInputStream
 
CountingInputStream - Class in sk.baka.ambient.commons
Counts bytes which are being read.
CountingInputStream(InputStream, int) - Constructor for class sk.baka.ambient.commons.CountingInputStream
Creates new counting stream instance.
cover - Static variable in class sk.baka.ambient.R.drawable
 
coverCache - Variable in class sk.baka.ambient.ConfigurationBean
Cache size in kb.
CoverCache - Class in sk.baka.ambient.library
Provides covers and manages cover cache.
CoverCache() - Constructor for class sk.baka.ambient.library.CoverCache
Creates new cache.
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.activity.main.ContextController
 
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.library.CoverCache
 
coverLoaded(TrackMetadataBean) - Method in interface sk.baka.ambient.library.ILibraryListener
A cover for given track has been successfully downloaded.
covers - Static variable in class sk.baka.ambient.R.string
 
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.ape.util.ApeTagCreator
 
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.mp3.util.Id3v2TagCreator
 
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.mp4.util.Mp4TagCreator
 
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.ogg.util.OggTagCreator
 
createAlbumField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createAlbumField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "album".
The field will already contain the given content.
createAlbumField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createAlbumField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createAlbumField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createAlbumField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createArtistField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createArtistField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "artist".
The field will already contain the given content.
createArtistField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createArtistField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createArtistField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createArtistField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createCommentField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createCommentField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "comment".
The field will already contain the given content.
createCommentField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createCommentField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createCommentField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createCommentField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createContentDescription(Tag) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a new ContentDescriptionobject, filled with the according values of the given tag.
Warning :
Only the first values can be stored in asf files, because the content description is limited.
createCopy() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This mehtod creates a copy of the current object.
createExtendedContentDescription(Tag) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a new ExtendedContentDescriptionobject filled with the values of the given tag.
Since extended content description of asf files can store name-value pairs, nearly each TagFieldcan be stored whithin.
createFields(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
createFile(String, String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Registers a file to the cache.
createGenreField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createGenreField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "genre".
The field will already contain the given content.
createGenreField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createGenreField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createGenreField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createGenreField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createReader(InputSource) - Method in class hotsax.html.sax.SaxParser
create a Reader to be used by the lexer based on the InputSource Such as
createTagOf(AsfHeader) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a Tagand fills it with the contents of the given AsfHeader.
createTitleField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createTitleField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "title".
The field will already contain the given content.
createTitleField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createTitleField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createTitleField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createTitleField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createTrackField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createTrackField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "track".
The field will already contain the given content.
createTrackField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createTrackField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createTrackField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createTrackField(String) - Method in class entagged.audioformats.ogg.OggTag
 
createYearField(String) - Method in class entagged.audioformats.ape.ApeTag
 
createYearField(String) - Method in class entagged.audioformats.generic.AbstractTag
Creates a field which represents the "year".
The field will already contain the given content.
createYearField(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
createYearField(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
createYearField(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
createYearField(String) - Method in class entagged.audioformats.ogg.OggTag
 
CUESHEET - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
currentTrack - Variable in class sk.baka.ambient.stream.shoutcast.Radio
currently played track, null if not known.
currenttrack_highlight - Static variable in class sk.baka.ambient.R.color
 
cursorToTrackBean(Cursor) - Static method in class sk.baka.ambient.library.LibraryUtils
Converts the sqlite3 ContentValues to the tag bean.
cycle - Variable in class sk.baka.ambient.activity.main.AbstractController
If true then random/repeat modes are cycled instead of being activated.

D

DATABASE_VERSION - Static variable in class sk.baka.ambient.library.DBStrategy
The database version.
dataBytes - Variable in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
DATE - Static variable in class entagged.audioformats.mp3.Id3V2TagConverter
Field name of the "TDAT" field of version v2.3.
DBStrategy - Class in sk.baka.ambient.library
The database backend for the library.
DBStrategy(Context) - Constructor for class sk.baka.ambient.library.DBStrategy
Creates the backend instance and opens/creates the database.
debug - Variable in class hotsax.html.sax.HtmlLexer
 
debug(String) - Method in class hotsax.html.sax.HtmlParser
 
debug - Variable in class hotsax.html.sax.ScriptLexer
 
debug - Variable in class hotsax.html.sax.StyleLexer
 
DebugParserDelegate - Class in hotsax.html.sax
SaxHandlerDelegate - provides a clean interface between the Byacc/J generated HtmlParse and the SaxParser.
DebugParserDelegate(HtmlParser) - Constructor for class hotsax.html.sax.DebugParserDelegate
 
DEFAULT_ENCODING - Static variable in class entagged.audioformats.mp3.Id3v2Tag
This is the default encoding to use for new frames.
The code indirectly will choose the UTF-16LE variant with BOM.
DEFAULT_GENRES - Static variable in interface entagged.audioformats.Tag
This final field contains all the tags that id3v1 supports.
DEFAULT_LEXER_NAME - Variable in class hotsax.html.sax.HtmlParser
 
DEFAULT_PADDING - Static variable in class entagged.audioformats.flac.util.FlacTagCreator
 
DEFAULT_PADDING - Static variable in class entagged.audioformats.mp3.util.Id3v2TagCreator
Default Padding size, when the tag is created from scratch (the old cannot be replaced)
DEFAULT_VENDOR - Static variable in class entagged.audioformats.ogg.OggTag
 
delete(RandomAccessFile) - Method in class entagged.audioformats.ape.util.ApeTagWriter
 
delete(RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.flac.util.FlacTagWriter
 
delete(RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v1TagWriter
 
delete(RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v2TagWriter
 
delete() - Method in class entagged.audioformats.mp4.util.Mp4TagWriter
 
delete(RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.ogg.util.VorbisTagWriter
 
delete(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Deletes given playlist.
delete - Static variable in class sk.baka.ambient.R.string
 
delete_copy_move - Static variable in class sk.baka.ambient.R.string
 
delete_move_paste - Static variable in class sk.baka.ambient.R.string
 
deleteLyrics(TrackMetadataBean) - Method in class sk.baka.ambient.lrc.LRCStorage
Deletes lyrics for given track.
deleteSelectedFiles - Static variable in class sk.baka.ambient.R.string
 
dequeue(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
dequeue(int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Dequeues given track if it was queued previously.
dequeue(int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
dequeue(int) - Method in class sk.baka.ambient.PlaylistPlayer
 
dequeue - Static variable in class sk.baka.ambient.R.drawable
 
deselect_all - Static variable in class sk.baka.ambient.R.string
 
deserialize(InputStream) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from an input stream.
deserialize(byte[]) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from a byte array.
deserializeFromFile(File) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from contents of given file.
deserializeItem(String) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
deserializeItem(String) - Method in interface sk.baka.ambient.collection.ICollection
Deserializes item serialized by ICollection.serializeItem(CategoryItem).
deserializeItem(String) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
deserializeItem(String) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
destroy() - Method in class sk.baka.ambient.activity.main.AbstractController
The controller is about to be destroyed.
destroy() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
destroy() - Method in class sk.baka.ambient.activity.main.AmpacheController
 
destroy() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
destroy() - Method in class sk.baka.ambient.activity.main.ContextController
 
destroy() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Destroys all controllers.
destroy() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
destroy() - Method in class sk.baka.ambient.activity.main.PlayerController
 
destroy() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
destroy() - Method in class sk.baka.ambient.PlaybackNotificator
Destroys the notificator, removing it from the bus.
destroy() - Method in class sk.baka.ambient.PowerHandler
Destroys this handler and drops any power locks being held.
displayableNameId - Variable in enum sk.baka.ambient.collection.CategoryEnum
The criteria field displayable name.
displayableString - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
A displayable string
DOCTYPE_START - Static variable in class hotsax.html.sax.HtmlParser
 
dontDownloadOnCacheFull - Variable in class sk.baka.ambient.ConfigurationBean
If true then new covers will not be downloaded.
dontRepeatSameTag - Variable in class sk.baka.ambient.ConfigurationBean
Show tag as null if previous track's tag was the same.
DOWN_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of down movement.
downloading - Static variable in class sk.baka.ambient.R.string
 
downloadingAlbum - Static variable in class sk.baka.ambient.R.string
 
DownloadManager - Class in org.jajuk.util
Manages network downloads
DownloadManager() - Constructor for class org.jajuk.util.DownloadManager
 
dragDrop - Static variable in class sk.baka.ambient.R.string
 
dragDropViews - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
If not empty then the LU/LD gestures will drag'n'drop selected items to these views.
dropItems(List<TrackMetadataBean>, int, int, int) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
dropItems(List<TrackMetadataBean>, int, int, int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
dropItems(List<TrackMetadataBean>, int, int, int) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
The drag'n'drop operation is finished.
dump_stacks(int) - Method in class hotsax.html.sax.HtmlParser
 
dval - Variable in class hotsax.html.sax.HtmlParserVal
double value of this 'union'
dynamic_playlist - Static variable in class sk.baka.ambient.R.string
 
dynamicHistorySize - Variable in class sk.baka.ambient.ConfigurationBean
Dynamic playlist: History length.
dynamicPlaylist() - Method in class sk.baka.ambient.PlaylistPlayer
Changes the playlist backend to be a dynamic playlist.
dynamicplaylist - Static variable in class sk.baka.ambient.R.drawable
 
DynamicPlaylistStrategy - Class in sk.baka.ambient.playlist
A dynamic playlist - items are added to the front of the playlist and removed from the back of the playlist (if required).
DynamicPlaylistStrategy(IDynamicPlaylistTrackProvider, IPlaylistStrategy, int, int) - Constructor for class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Creates new dynamic playlist.
dynamicUpcomingSize - Variable in class sk.baka.ambient.ConfigurationBean
Dynamic playlist: upcoming track count.

E

embed_to_player - Static variable in class sk.baka.ambient.R.string
 
EMPTY - Static variable in class sk.baka.ambient.collection.TrackMetadataBean
An empty bean.
EMPTY - Static variable in class sk.baka.ambient.commons.Interval
An empty interval.
empty - Static variable in class sk.baka.ambient.R.drawable
 
empty_yylval - Variable in class hotsax.html.sax.HtmlLexer
 
empty_yylval - Variable in class hotsax.html.sax.ScriptLexer
 
empty_yylval - Variable in class hotsax.html.sax.StyleLexer
 
emptyIfNull(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns given string.
encodeURL(String) - Static method in class sk.baka.ambient.commons.IOUtils
Encodes given URL as per URLEncoder.encode(String, String).
encoding - Variable in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
EncodingChunk - Class in entagged.audioformats.asf.data
This class was intended to store the data of a chunk which contained the encoding parameters in textual form.
EncodingChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.EncodingChunk
Creates an instance.
EncodingChunkReader - Class in entagged.audioformats.asf.io
This class reads the chunk containing encoding data
Warning:
Implementation is not completed.
EncodingChunkReader() - Constructor for class entagged.audioformats.asf.io.EncodingChunkReader
Should not be used for now.
EncodingInfo - Class in entagged.audioformats
This class represents a structure for storing and retrieving information about the codec respectively the encoding parameters.
Most of the parameters are available for nearly each audio format.
EncodingInfo() - Constructor for class entagged.audioformats.EncodingInfo
Creates an instance with emtpy values.
end - Variable in class sk.baka.ambient.commons.Interval
Index of last item in the interval.
endCDATA() - Method in class hotsax.html.sax.DebugParserDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the end boundary of the CDATA section.
endCDATA() - Method in interface hotsax.html.sax.ParserDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the end boundary of the CDATA section.
endCDATA() - Method in class hotsax.html.sax.SaxHandlerDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the end boundary of the CDATA section.
endDocument() - Method in class hotsax.html.sax.DebugParserDelegate
Fire endDocument event.
endDocument() - Method in interface hotsax.html.sax.ParserDelegate
Fire endDocument event.
endDocument() - Method in class hotsax.html.sax.SaxHandlerDelegate
Fire endDocument event.
endDocument() - Method in class hotsax.html.sax.SaxParser
 
endDTD() - Method in class hotsax.html.sax.DebugParserDelegate
End the DOCTYPE declaration
endDTD() - Method in interface hotsax.html.sax.ParserDelegate
End the DOCTYPE declaration
endDTD() - Method in class hotsax.html.sax.SaxHandlerDelegate
End the DOCTYPE declaration
endElement(HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
Fire endElement event.
endElement(HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
Fire endElement event.
endElement(HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
Fire endElement event.
endElement(String) - Method in class hotsax.html.sax.SaxParser
 
endElement(String, String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
endless - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
If true then this stream type is endless (like an Internet radio).
endsWith(Interval) - Method in class sk.baka.ambient.commons.Interval
Checks if given interval covers items at the end of this interval.
entagged.audioformats - package entagged.audioformats
 
entagged.audioformats.ape - package entagged.audioformats.ape
 
entagged.audioformats.ape.util - package entagged.audioformats.ape.util
 
entagged.audioformats.asf - package entagged.audioformats.asf
 
entagged.audioformats.asf.data - package entagged.audioformats.asf.data
 
entagged.audioformats.asf.data.wrapper - package entagged.audioformats.asf.data.wrapper
 
entagged.audioformats.asf.io - package entagged.audioformats.asf.io
 
entagged.audioformats.asf.util - package entagged.audioformats.asf.util
 
entagged.audioformats.exceptions - package entagged.audioformats.exceptions
 
entagged.audioformats.flac - package entagged.audioformats.flac
 
entagged.audioformats.flac.util - package entagged.audioformats.flac.util
 
entagged.audioformats.generic - package entagged.audioformats.generic
 
entagged.audioformats.mp3 - package entagged.audioformats.mp3
 
entagged.audioformats.mp3.util - package entagged.audioformats.mp3.util
 
entagged.audioformats.mp3.util.id3frames - package entagged.audioformats.mp3.util.id3frames
 
entagged.audioformats.mp4 - package entagged.audioformats.mp4
 
entagged.audioformats.mp4.util - package entagged.audioformats.mp4.util
 
entagged.audioformats.mpc - package entagged.audioformats.mpc
 
entagged.audioformats.mpc.util - package entagged.audioformats.mpc.util
 
entagged.audioformats.ogg - package entagged.audioformats.ogg
 
entagged.audioformats.ogg.util - package entagged.audioformats.ogg.util
 
entagged.audioformats.wav - package entagged.audioformats.wav
 
entagged.audioformats.wav.util - package entagged.audioformats.wav.util
 
EntityResolverImpl - Class in hotsax.html.sax.helpers
Special Enitity resolver to handle URIs like file: etc
EntityResolverImpl() - Constructor for class hotsax.html.sax.helpers.EntityResolverImpl
Creates new EntityResolverImpl
EOF - Static variable in class hotsax.html.sax.HtmlParser
 
eop - Static variable in class sk.baka.ambient.R.string
 
EOP_MODEL_MARKER - Static variable in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Marks the EOP item in the model.
eopModified() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
The EOP state should be modified.
EQUAL - Static variable in class hotsax.html.sax.HtmlParser
 
equals(Object) - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
equals(Object) - Method in class entagged.audioformats.asf.data.GUID
This method compares two objects.
equals(Object) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
For Id3Frame objects the comparison can be easily done by comparing their binary representation which can be retrieved by invoking Id3Frame.build().
equals(Object) - Method in class sk.baka.ambient.activity.main.AbstractController
 
equals(Object) - Method in class sk.baka.ambient.collection.CategoryItem
 
equals(Object) - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
equals(Object) - Method in class sk.baka.ambient.commons.Interval
 
equals(int, int) - Method in class sk.baka.ambient.commons.Interval
Compares this interval to the interval specified by two integers.
errNumberTooBig - Static variable in class sk.baka.ambient.R.string
 
errNumberTooSmall - Static variable in class sk.baka.ambient.R.string
 
error(Class<?>, boolean, String, Throwable) - Method in class sk.baka.ambient.AmbientApplication
An error occurred.
error(Class<?>, boolean, String, Throwable) - Method in class sk.baka.ambient.ErrorHandler
An error occurred.
error - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
true on error, false on warning.
error - Static variable in class sk.baka.ambient.R.string
 
error_activity - Static variable in class sk.baka.ambient.R.layout
 
error_activity_item - Static variable in class sk.baka.ambient.R.layout
 
error_adding_file - Static variable in class sk.baka.ambient.R.string
 
ERROR_NOTIFICATION_ID - Static variable in class sk.baka.ambient.PlaybackNotificator
The ID of the error notification.
error_playing_file - Static variable in class sk.baka.ambient.R.string
 
ERROR_RECOVER - Static variable in class hotsax.html.sax.HtmlLexer
 
ERROR_RECOVER - Static variable in class hotsax.html.sax.ScriptLexer
lexical states
ERROR_RECOVER - Static variable in class hotsax.html.sax.StyleLexer
lexical states
ErrorActivity - Class in sk.baka.ambient.activity
Shows errors and their stack traces.
ErrorActivity() - Constructor for class sk.baka.ambient.activity.ErrorActivity
 
errorClear - Static variable in class sk.baka.ambient.R.id
 
errorCode - Variable in exception sk.baka.ambient.collection.ampache.AmpacheException
The error code.
errorCode - Variable in exception sk.baka.ambient.commons.ServerHttpException
The error code.
ErrorHandler - Class in sk.baka.ambient
Handles errors that occurs in the application.
ErrorHandler(AmbientApplication) - Constructor for class sk.baka.ambient.ErrorHandler
Creates new handler instance.
ErrorHandler.ErrorInfo - Class in sk.baka.ambient
Contains information about an error.
ErrorHandler.ErrorInfo(boolean, String, Throwable) - Constructor for class sk.baka.ambient.ErrorHandler.ErrorInfo
Creates new error information object.
errorItemExpanded - Static variable in class sk.baka.ambient.R.id
 
errorItemMessage - Static variable in class sk.baka.ambient.R.id
 
errorItemStacktrace - Static variable in class sk.baka.ambient.R.id
 
errorMsg - Variable in exception sk.baka.ambient.collection.ampache.AmpacheException
The error message.
errStringNotTagFormat - Static variable in class sk.baka.ambient.R.string
 
errTagRead - Static variable in class sk.baka.ambient.R.string
 
exists() - Method in class sk.baka.ambient.collection.AbstractAudio
Checks if the file denoted by this object exists.
exists() - Method in class sk.baka.ambient.collection.FileAudio
 
exists() - Method in class sk.baka.ambient.collection.MediaStoreAudio
 
expander_ic_maximized - Static variable in class sk.baka.ambient.R.drawable
 
expander_ic_minimized - Static variable in class sk.baka.ambient.R.drawable
 
ExtContentDescReader - Class in entagged.audioformats.asf.io
Class for reading Tag information out of the extended content description of an asf file.
ExtContentDescReader() - Constructor for class entagged.audioformats.asf.io.ExtContentDescReader
Should not be used for now.
extendDown - Static variable in class sk.baka.ambient.R.attr
Must be a boolean value, either "true" or "false".
ExtendedContentDescription - Class in entagged.audioformats.asf.data
This structure represents the data of a chunk, wich contains extended content description.
ExtendedContentDescription() - Constructor for class entagged.audioformats.asf.data.ExtendedContentDescription
Creates an instance.
ExtendedContentDescription(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.ExtendedContentDescription
Creates an instance.

F

failed - Static variable in class sk.baka.ambient.R.string
 
failedToDownload - Static variable in class sk.baka.ambient.R.string
 
failedToParsePlaylist - Static variable in class sk.baka.ambient.R.string
 
fb - Static variable in class sk.baka.ambient.R.string
 
fb_adding_tracks - Static variable in class sk.baka.ambient.R.string
 
fetchFileAsync(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Attempts to asynchronously download a file.
FIELD_BITRATE - Static variable in class entagged.audioformats.EncodingInfo
The key for the Bitrate.(Integer)
FIELD_CHANNEL - Static variable in class entagged.audioformats.EncodingInfo
The key for the number of audio channels.(Integer)
FIELD_ID - Static variable in class entagged.audioformats.asf.util.AsfCopyrightField
This constant represents the field id of the currently represented copyright field.
FIELD_INFOS - Static variable in class entagged.audioformats.EncodingInfo
The key for the extra encoding information.(String)
FIELD_LENGTH - Static variable in class entagged.audioformats.EncodingInfo
The key for the audio clip duration in seconds.
FIELD_SAMPLERATE - Static variable in class entagged.audioformats.EncodingInfo
The key for the audio sample rate in "Hz".
FIELD_TYPE - Static variable in class entagged.audioformats.EncodingInfo
The key for the audio type.(String)
FIELD_VBR - Static variable in class entagged.audioformats.EncodingInfo
The key for the VBR flag.
fields - Variable in class entagged.audioformats.generic.AbstractTag
This map stores the ids of the stored fields to the fields themselves.
file_not_found - Static variable in class sk.baka.ambient.R.string
 
file_not_readable - Static variable in class sk.baka.ambient.R.string
 
FileAudio - Class in sk.baka.ambient.collection
Denotes a file on the filesystem.
FileAudio(String) - Constructor for class sk.baka.ambient.collection.FileAudio
Creates new object instance.
filebrowser - Static variable in class sk.baka.ambient.R.id
 
filebrowser_item - Static variable in class sk.baka.ambient.R.id
 
filebrowser_item - Static variable in class sk.baka.ambient.R.layout
 
filebrowserButtons - Static variable in class sk.baka.ambient.R.id
 
FileBrowserController - Class in sk.baka.ambient.activity.main
The file browser.
FileBrowserController(MainActivity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.FileBrowserController
 
filebrowserPath - Static variable in class sk.baka.ambient.R.id
 
filebrowserView - Static variable in class sk.baka.ambient.R.id
 
FileHeader - Class in entagged.audioformats.asf.data
This class stores the information about the file, which is contained within a special chunk of asf files.
FileHeader(long, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, long, long, long, long) - Constructor for class entagged.audioformats.asf.data.FileHeader
Creates an instance.
FileHeaderReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of the file header.
FileHeaderReader() - Constructor for class entagged.audioformats.asf.io.FileHeaderReader
Should not be used for now.
fileModified(AudioFile, File) - Method in class entagged.audioformats.generic.AudioFileModificationAdapter
(overridden)
fileModified(AudioFile, File) - Method in interface entagged.audioformats.generic.AudioFileModificationListener
Notifies that original has been processed.
Because the audiolibrary allows format implementors to either change the original file or create a copy, it is possible that the real result is located in the original and temporary is of zero size or the original will be deleted and replaced by temporary.
fileModified(AudioFile, File) - Method in class entagged.audioformats.generic.ModificationHandler
(overridden)
fileOperationFinished(File) - Method in class entagged.audioformats.generic.AudioFileModificationAdapter
(overridden)
fileOperationFinished(File) - Method in interface entagged.audioformats.generic.AudioFileModificationListener
Informs the listener that the process has been finished.
The given file is either the original file or the modified copy.
fileOperationFinished(File) - Method in class entagged.audioformats.generic.ModificationHandler
(overridden)
files48 - Static variable in class sk.baka.ambient.R.drawable
 
fileSize - Variable in class sk.baka.ambient.collection.Statistics
Overall file size.
fileSize - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
File size in bytes.
fileWillBeModified(AudioFile, boolean) - Method in class entagged.audioformats.generic.AudioFileModificationAdapter
(overridden)
fileWillBeModified(AudioFile, boolean) - Method in interface entagged.audioformats.generic.AudioFileModificationListener
Notifies that the file is about to be modified.
fileWillBeModified(AudioFile, boolean) - Method in class entagged.audioformats.generic.ModificationHandler
(overridden)
fillChars(char[], RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
Reads chars out of raf until chars is filled.
filterOnAlbum(List<PlaylistItem>, String) - Static method in class sk.baka.ambient.playlist.Utils
Creates new list, having all items with given album.
filterOrigin(TrackOriginEnum) - Method in class sk.baka.ambient.collection.local.CollectionImpl
Show tracks only with given origin.
finalize() - Method in class sk.baka.ambient.library.Library
 
findAll() - Method in class sk.baka.ambient.library.DBStrategy
Finds all tracks.
findByCriteria(Map<CategoryEnum, String>, boolean, String) - Method in class sk.baka.ambient.library.DBStrategy
Searches tracks.
findByCriteria(EnumMap<CategoryEnum, List<String>>, boolean, boolean, String) - Method in class sk.baka.ambient.library.DBStrategy
Searches tracks.
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
findTracks(Map<CategoryEnum, String>) - Method in interface sk.baka.ambient.collection.ICollection
Search for tracks using given criteria search.
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
findView(Point) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Finds a view from the registered list of views that contains given point.
fixArtistAlbumName(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Moves the leading "the" word to the end of given name.
fixId3Genre(String) - Static method in class sk.baka.ambient.library.LibraryUtils
If the genre is in the form of (number), the string is replaced by appropriate genre name.
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
fixLocations(Collection<String>) - Method in interface sk.baka.ambient.collection.ICollection
Given locations became invalid and need fixing.
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
FlacFileReader - Class in entagged.audioformats.flac
 
FlacFileReader() - Constructor for class entagged.audioformats.flac.FlacFileReader
 
FlacInfoReader - Class in entagged.audioformats.flac.util
 
FlacInfoReader() - Constructor for class entagged.audioformats.flac.util.FlacInfoReader
 
FlacTagCreator - Class in entagged.audioformats.flac.util
 
FlacTagCreator() - Constructor for class entagged.audioformats.flac.util.FlacTagCreator
 
FlacTagReader - Class in entagged.audioformats.flac.util
 
FlacTagReader() - Constructor for class entagged.audioformats.flac.util.FlacTagReader
 
FlacTagWriter - Class in entagged.audioformats.flac.util
 
FlacTagWriter() - Constructor for class entagged.audioformats.flac.util.FlacTagWriter
 
flags - Variable in class entagged.audioformats.mp3.util.id3frames.Id3Frame
The frame header flags are stored here.
The flags have always been 2 bytes long.
flipVisibility() - Method in class sk.baka.ambient.activity.main.AbstractController
Flips the player visibility - shows it if it is hidden or vice versa.
flipVisibility(AbstractController, Boolean) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Hides all other controllers and flips the visibility of given controller.
format(int, Object...) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats given string.
format(StringBuilder, TrackMetadataBean, boolean) - Method in class sk.baka.ambient.commons.TagFormatter
Formats given track and appends it into given string builder.
format(TrackMetadataBean) - Method in class sk.baka.ambient.commons.TagFormatter
Formats given track.
formatByteLength(long) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats the length and returns it.
formatIP(int) - Static method in class sk.baka.ambient.commons.IOUtils
Formats IP address contained in an integer and returns it as a string.
formatString - Variable in class sk.baka.ambient.commons.TagFormatter
The format string.
frequency - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Frequency in hz.
fromDb(int) - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Gets the enum constant from a DB INT value.
fromHexa(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Converts hexadecimal string returned by MiscUtils.toHexa(byte[]) back to the original array.
fromItem(int) - Static method in class sk.baka.ambient.commons.Interval
Returns interval which contains only a single item.
fromLocation(String) - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Gets the track type from its location.
fromObject(Object) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard object from given object.
fromRange(int, int) - Static method in class sk.baka.ambient.commons.Interval
Creates given interval.
fromSearchLine(String) - Static method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Parses the result line and returns the track.
fromUri(String) - Static method in class sk.baka.ambient.collection.AbstractAudio
Returns the audio object instance from a file denoted by given URI.
fromURL(URL, int, String) - Static method in class sk.baka.ambient.NotifyingInputStream
Creates an input stream from given URL.
fromView(View) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard object from given view's tag.
fromXML(Attributes) - Static method in class sk.baka.ambient.stream.shoutcast.Radio
Parse the radio from given XML attributes.

G

generateCodecHeader(byte[]) - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
GenericId3Frame - Class in entagged.audioformats.mp3.util.id3frames
 
GenericId3Frame(String, byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
GenericTag - Class in entagged.audioformats.generic
This is a complete impelementation of AbstractTag.
The identifiers of commonly used fields is defined by GenericTag.keys.
GenericTag() - Constructor for class entagged.audioformats.generic.GenericTag
 
GENRE - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "genre"-identifier in GenericTag.keys.
genre - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Genre.
genre - Static variable in class sk.baka.ambient.R.string
 
genre - Variable in class sk.baka.ambient.stream.shoutcast.Radio
The radio genre.
GenreCache - Class in sk.baka.ambient.library
Handles genre cache and new genre creation.
GenreCache(DBStrategy) - Constructor for class sk.baka.ambient.library.GenreCache
Creates new genre cache.
GENRES - Static variable in class entagged.audioformats.mp3.Id3v1Tag
 
GENRES_LIST - Static variable in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
The genres list XML location.
GesturesListView - Static variable in class sk.baka.ambient.R.styleable
Attributes that can be used with a GesturesListView.
GesturesListView - Class in sk.baka.ambient.views.gesturelist
Captures the motion events and generates more high-level gesture events.
GesturesListView(Context, int) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView(Context, AttributeSet, int) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView_hintDeleteCopyMoveId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteCopyMoveId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_hintDeleteId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_hintDeleteMovePasteId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteMovePasteId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_itemLayoutId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.itemLayoutId attribute's value can be found in the R.styleable.GesturesListView array.
get(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
get(String) - Method in interface entagged.audioformats.Tag
Returns a list of TagField objects whose "id" is the specified one.
get(int) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns controller present at given index.
get() - Method in interface sk.baka.ambient.commons.Ref
Returns referred object.
getAbsoluteGranulePosition() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getAction(Random) - Static method in enum sk.baka.ambient.ActionsEnum
Returns action for given random constant.
getAction(Repeat) - Static method in enum sk.baka.ambient.ActionsEnum
Returns action for given random constant.
getActionForController(AbstractController) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns action which triggers visibility of this controller.
getAlbum() - Method in class com.es.skreemr.SkreemRSong
 
getAlbum() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the album entered in the content descriptor chunk.
getAlbum() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getAlbum() - Method in interface entagged.audioformats.Tag
 
getAlbum() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Album name.
getAlbumId() - Method in class entagged.audioformats.ape.ApeTag
 
getAlbumId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "album"
getAlbumId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getAlbumId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the album frame
getAlbumId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getAlbumId() - Method in class entagged.audioformats.ogg.OggTag
 
getAlbums(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums from Ampache.
getAlbumsFromBeans(List<TrackMetadataBean>, boolean) - Static method in class sk.baka.ambient.playlist.Utils
Retrieves a map of album names to a list of tracks in that particular album.
getAlbumsFromPlaylist(List<PlaylistItem>) - Static method in class sk.baka.ambient.playlist.Utils
Retrieves a map of album names to a list of tracks in that particular album.
getAlbumSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns tracks for given album.
getAlbumSublist(List<PlaylistItem>, String) - Static method in class sk.baka.ambient.playlist.Utils
Returns List.subList(int, int) from given list with all items having given album.
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Fetches all tracks for given album.
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
getAllGenres() - Method in class sk.baka.ambient.library.DBStrategy
Loads all genres as a map.
getAllItems() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns interval containing all items.
getApeFrameDataHighLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getApeFrameDataLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getArtist() - Method in class com.es.skreemr.SkreemRSong
 
getArtist() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the "WM/AlbumArtist" entered in the extended content description.
getArtist() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getArtist() - Method in interface entagged.audioformats.Tag
 
getArtist() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Artist name.
getArtistAlbums(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums for given artist.
getArtistDesc() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The artist's description.
getArtistId() - Method in class entagged.audioformats.ape.ApeTag
 
getArtistId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "artist"
getArtistId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getArtistId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the artist frame
getArtistId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getArtistId() - Method in class entagged.audioformats.ogg.OggTag
 
getArtists(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns artists from Ampache.
getArtistSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns songs for given artist.
getArtistURL() - Method in class sk.baka.ambient.collection.TrackMetadataBean
A link to artist's page
getAttributes() - Method in class hotsax.html.sax.DebugParserDelegate
 
getAttributes() - Method in interface hotsax.html.sax.ParserDelegate
 
getAttributes() - Method in class hotsax.html.sax.SaxHandlerDelegate
 
getAudioStreamChunk() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the first audio stream chunk found in the asf file or stream.
getAuthor() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getAverageBytesPerSec() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getAverageLength() - Method in class sk.baka.ambient.collection.Statistics
Computes average track length.
getAvgBitrate(int) - Method in class entagged.audioformats.asf.data.StreamBitratePropertiesChunk
Returns the average bitrate of the given stream.
getBackend() - Method in class sk.baka.ambient.library.Library
Returns database backend object.
getBackgroundTasks() - Method in class sk.baka.ambient.AmbientApplication
Returns the background tasks executor.
getBitrate() - Method in class com.es.skreemr.SkreemRSong
 
getBitrate() - Method in class entagged.audioformats.AudioFile
Returns the bitrate of this AufioFile in kilobytes per second (KB/s).
getBitrate() - Method in class entagged.audioformats.EncodingInfo
This method returns the bitrate of the represented audio clip in "Kbps".
getBitrate() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the bitrate attribute of the MPEGFrame object
getBitrate() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
getBitrate() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Bitrate in kbps.
getBitsPerSample() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getBitsPerSample() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getBlockAlignment() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getBlocksPerFrame() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getBlockType() - Method in class entagged.audioformats.flac.util.MetadataBlockHeader
 
getBlockTypeString() - Method in class entagged.audioformats.flac.util.MetadataBlockHeader
 
getBoolean() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the value of the ContentDescriptor as a Boolean.
getBus() - Method in class sk.baka.ambient.AmbientApplication
Returns the message bus.
getBuyURL() - Method in class sk.baka.ambient.collection.TrackMetadataBean
You can buy the album here
getBytes(String, String) - Method in class entagged.audioformats.ape.util.ApeTagField
 
getBytes() - Method in class entagged.audioformats.asf.data.ContentDescription
This method creates a byte array that could directly be written to an asf file.
getBytes() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method will return a byte array, which can directly be written into an "Extended Content Description"-chunk.
getBytes() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method creates a byte array which can be written to asf files.
getBytes() - Method in class entagged.audioformats.asf.data.GUID
This method returns the guid as an array of bytes.
getBytes(long, int) - Static method in class entagged.audioformats.asf.util.Utils
This method will create a byte[] at the size of byteCount and insert the bytes of value (starting from lowset byte) into it.
getBytes() - Method in interface entagged.audioformats.flac.util.MetadataBlockData
 
getBytes() - Method in class entagged.audioformats.flac.util.MetadataBlockDataApplication
 
getBytes() - Method in class entagged.audioformats.flac.util.MetadataBlockDataCueSheet
 
getBytes() - Method in class entagged.audioformats.flac.util.MetadataBlockDataPadding
 
getBytes() - Method in class entagged.audioformats.flac.util.MetadataBlockDataSeekTable
 
getBytes() - Method in class entagged.audioformats.flac.util.MetadataBlockHeader
 
getBytes(String, String) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Convenience method converting a string to a binary representation according to the given encoding.
getBytes(String, String) - Method in class entagged.audioformats.ogg.util.OggTagField
This method will try to return the byte representation of the given string after it has been converted to the given encoding.
getBytesPerSecond() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
getCacheFile(String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves cached file.
getCacheFileNull(String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves cached file.
getCaptions(Context) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Returns captions list.
getCaptions(Context) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Returns captions list.
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in interface sk.baka.ambient.collection.ICollection
Returns category list matching given criteria.
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getChannelCount() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getChannelMode() - Method in class entagged.audioformats.mp3.util.MPEGFrame
 
getChannelNumber() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getChannelNumber() - Method in class entagged.audioformats.AudioFile
Returns the number of audio channels contained in this AudioFile, 2 for example means stereo
getChannelNumber() - Method in class entagged.audioformats.EncodingInfo
This method returns the number of audio channels the clip contains.
(The stereo, mono thing).
getChannelNumber() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
getChannelNumber() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the channelMode attribute of the MPEGFrame object
getChannelNumber() - Method in class entagged.audioformats.mpc.util.MpcHeader
 
getChannelNumber() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getChannelNumber() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
getCheckSum() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getChunckEnd() - Method in class entagged.audioformats.asf.data.Chunk
This method returns the End of the current chunk introduced by current header object.
getChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getChunkLength() - Method in class entagged.audioformats.asf.data.Chunk
 
getClipboard() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
getClipboard() - Method in class sk.baka.ambient.AmbientApplication
Retrieves a clipboard object.
getClipboard() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns the clipboard contents.
getClipboard() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Retrieves current clipboard value.
getClipboard() - Method in class sk.baka.ambient.views.gesturelist.KeypadController
Returns the contents of the clipboard as a list of tracks.
getCodecData() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getCodecDescription() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method will take a look at AudioStreamChunk.compressionFormatand returns a String with its hex value and if known a textual note on what coded it represents.
getCodecId() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
getCodecIdAsString() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
Returns the VideoStreamChunk.getCodecId(), as a String, where each byte has been converted to a char.
getComment() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getComment() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getComment() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
getComment() - Method in interface entagged.audioformats.Tag
 
getCommentId() - Method in class entagged.audioformats.ape.ApeTag
 
getCommentId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "comment"
getCommentId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getCommentId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the comment frame
getCommentId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getCommentId() - Method in class entagged.audioformats.ogg.OggTag
 
getCommentStart(byte[], int, String) - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
This methods interprets content to be a valid comment section.
getCompatibleTag(Tag) - Method in class entagged.audioformats.ape.util.ApeTagCreator
 
getCompatibleTag(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getCompatibleTag(Tag) - Method in class entagged.audioformats.mp3.util.Id3v2TagCreator
 
getCompatibleTag(Tag) - Method in class entagged.audioformats.mp4.util.Mp4TagCreator
 
getCompatibleTag(Tag) - Method in class entagged.audioformats.ogg.util.OggTagCreator
 
getComposer() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Original composer.
getCompressionFormat() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getCompressionLevel() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getConfig() - Method in class sk.baka.ambient.AppStateHandler
Returns the configuration bean.
getContent() - Method in class entagged.audioformats.ape.util.ApeTagBinaryField
 
getContent() - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
getContent() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
getContent() - Method in interface entagged.audioformats.generic.TagTextField
Returns the content of the field.
getContent() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
getContent() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
getContent() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
getContentDescription() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getContentHandler() - Method in class hotsax.html.sax.SaxParser
 
getController(Class<T>) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns first controller with given class (or subclass of given class).
getCopyRight() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getCopyright(Tag) - Static method in class entagged.audioformats.asf.util.AsfCopyrightField
This method should help programmers to extract the copyright field out of asf files.
getCount() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getCovers() - Method in class sk.baka.ambient.AmbientApplication
Returns the cover cache manager instance.
getCriteriaList(CategoryEnum[], EnumMap<CategoryEnum, String>) - Method in class sk.baka.ambient.library.DBStrategy
Returns matchable strings from existing tracks for given criteria values.
getCurrent() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
Returns currently shown category.
getCurrentHistoryLength() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Returns current history size.
getCurrentlyPlaying() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getCurrentlyPlaying() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns currently playing track.
getCurrentlyPlaying() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getCurrentlyPlaying() - Method in class sk.baka.ambient.PlaylistPlayer
 
getCurrentlyPlayingItem() - Method in class sk.baka.ambient.PlaylistPlayer
Returns currently playing track.
getCurrentlyPlayingTrack() - Method in class sk.baka.ambient.PlaylistPlayer
Returns currently playing track.
getCurrentPosition() - Method in class sk.baka.ambient.commons.CountingInputStream
Returns number of bytes already read.
getCurrentSettings() - Method in class sk.baka.ambient.activity.ConfigActivity
Returns currently selected values on the configuration activity.
getData() - Method in class entagged.audioformats.flac.util.MetadataBlock
 
getData() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
getData() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
getData() - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
getData(CategoryItem) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Fills this builder with data from given item.
getData(TrackMetadataBean) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Polls data from given track.
getDataBytes() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
getDataBytes() - Method in class entagged.audioformats.mp4.util.Mp4TagTextNumberField
 
getDataLength() - Method in class entagged.audioformats.flac.util.MetadataBlockHeader
 
getDate() - Method in class com.es.skreemr.SkreemRSong
 
getDateOf(BigInteger) - Static method in class entagged.audioformats.asf.util.Utils
Since date values in asf files are given in 100 ns steps since first january of 1601 a little conversion must be done.
getDb() - Method in class sk.baka.ambient.library.DBStrategy
Returns the initialized database instance.
getDebug() - Method in class hotsax.html.sax.HtmlLexer
 
getDebug() - Method in class hotsax.html.sax.ScriptLexer
 
getDebug() - Method in class hotsax.html.sax.StyleLexer
 
getDefaultAudioFileIO() - Static method in class entagged.audioformats.AudioFileIO
This method returns the default isntance for static use.
getDefaultBytes(String) - Static method in class entagged.audioformats.generic.Utils
Returns String.getBytes().
getDelegate() - Method in class hotsax.html.sax.HtmlParser
 
getDescription() - Method in class entagged.audioformats.asf.data.GUID
 
getDescriptor(String) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns a previously inserted content descriptor.
getDescriptorCount() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
 
getDescriptorLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getDescriptors() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns a collection of all ContentDescriptorobjects stored in this extended content description.
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getDisplayableContent() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns string representation of items contained in this manager.
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getDisplayableLength(int) - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Returns length in the [hh:]mm:ss format.
getDisplayableLength() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Returns length in the [hh:]mm:ss format.
getDisplayableName() - Method in class sk.baka.ambient.collection.CategoryItem
Returns displayable name (the "[empty]" string instead of null).
getDisplayableName() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Returns the name of the track.
getDisplayableYear() - Method in class sk.baka.ambient.collection.CategoryItem
Returns displayable year (the "[empty]" string instead of null).
getDTDHandler() - Method in class hotsax.html.sax.SaxParser
 
getDuration() - Method in class com.es.skreemr.SkreemRSong
 
getDuration() - Method in class entagged.audioformats.asf.data.FileHeader
 
getDurationInSeconds() - Method in class entagged.audioformats.asf.data.FileHeader
This method converts FileHeader.getDuration()from 100ns steps to normal seconds.
getEncoderInfo() - Method in class entagged.audioformats.mpc.util.MpcHeader
 
getEncoding() - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
getEncoding() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
getEncoding() - Method in interface entagged.audioformats.generic.TagTextField
Returns the current used charset encoding.
getEncoding() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
getEncoding() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
getEncoding() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
getEncodingChunk() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.ape.MonkeyFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.asf.AsfFileReader
(overridden)
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.flac.FlacFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.generic.AudioFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.mp3.Mp3FileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.mp4.Mp4FileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.mpc.MpcFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.ogg.OggFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.wav.WavFileReader
 
getEncodingType() - Method in class entagged.audioformats.AudioFile
Returns the encoding type of this AudioFile, this needs to be precisely specified in the future
getEncodingType() - Method in class entagged.audioformats.EncodingInfo
Returns the encoding type.
getEncodingType() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
getEncodingType() - Method in class entagged.audioformats.mpc.util.MpcHeader
 
getEncodingType() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getEntityResolver() - Method in class hotsax.html.sax.SaxParser
 
getEOF() - Method in class hotsax.html.sax.HtmlLexer
 
getEOF() - Method in class hotsax.html.sax.ScriptLexer
 
getEOF() - Method in class hotsax.html.sax.StyleLexer
 
getErrorConcealment() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getErrorHandler() - Method in class hotsax.html.sax.SaxParser
 
getErrorHandler() - Method in class sk.baka.ambient.AmbientApplication
Returns the error handler instance.
getErrors() - Method in class sk.baka.ambient.ErrorHandler
Returns a new copy of the recorded error list.
getExt(String) - Static method in class sk.baka.ambient.commons.IOUtils
Returns the extension of the file, starting with dot character.
getExtendedContentDescription() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getExtension(File) - Static method in class entagged.audioformats.generic.Utils
 
getExtension(URL) - Static method in class org.jajuk.util.DownloadManager
Returns the extension of file denoted by given URL.
getExtraEncodingInfos() - Method in class entagged.audioformats.AudioFile
Returns the extra encoding infos of this AudioFile, this needs to be precisely specified in the future
getExtraEncodingInfos() - Method in class entagged.audioformats.EncodingInfo
This method returns some extra information about the encoding.
This may not contain anything for some audio formats.
getFeature(String) - Method in class hotsax.html.sax.SaxParser
 
getFields() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFields() - Method in interface entagged.audioformats.Tag
 
getFile(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Fetches a file.
getFileCreationTime() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFileHeader() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves target file name.
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.library.CoverCache
 
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.lrc.LRCStorage
 
getFileSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFileSize() - Method in class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
getFileSize() - Method in interface entagged.audioformats.mp3.util.VbrInfoFrame
 
getFileSize() - Method in class entagged.audioformats.mp3.util.XingMPEGFrame
 
getFileSize() - Method in class sk.baka.ambient.collection.TrackMetadataBean
File size in bytes.
getFinalFrameBlocks() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getFirstAlbum() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstAlbum() - Method in interface entagged.audioformats.Tag
 
getFirstArtist() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstArtist() - Method in interface entagged.audioformats.Tag
 
getFirstComment() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstComment() - Method in interface entagged.audioformats.Tag
 
getFirstGenre() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstGenre() - Method in interface entagged.audioformats.Tag
 
getFirstTitle() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstTitle() - Method in interface entagged.audioformats.Tag
 
getFirstTrack() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstTrack() - Method in interface entagged.audioformats.Tag
 
getFirstYear() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getFirstYear() - Method in interface entagged.audioformats.Tag
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.ape.util.ApeTagCreator
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.mp3.util.Id3v2TagCreator
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.mp4.util.Mp4TagCreator
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.ogg.util.OggTagCreator
 
getFlags() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFlags() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Returns the flags of the frame.
getFormatFlags() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getFrameCount() - Method in class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
getFrameCount() - Method in interface entagged.audioformats.mp3.util.VbrInfoFrame
 
getFrameCount() - Method in class entagged.audioformats.mp3.util.XingMPEGFrame
Gets the frameCount attribute of the XingMPEGFrame object
getFrameLength() - Method in class entagged.audioformats.mp3.util.MPEGFrame
 
getFrequency() - Method in class com.es.skreemr.SkreemRSong
 
getFrequency() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Frequency in hz.
getGenre() - Method in class com.es.skreemr.SkreemRSong
 
getGenre() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Genre entered in the content descriptor chunk.
getGenre() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getGenre() - Method in interface entagged.audioformats.Tag
 
getGenre() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Genre.
getGenreAlbums(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums for given genre.
getGenreArtists(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns artists for given genre.
getGenreCount() - Method in class sk.baka.ambient.library.Library
Returns overall genre count.
getGenreId() - Method in class entagged.audioformats.ape.ApeTag
 
getGenreId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "genre"
getGenreId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getGenreId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the genre frame
getGenreId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getGenreId() - Method in class entagged.audioformats.ogg.OggTag
 
getGenreId(String) - Method in class sk.baka.ambient.library.DBStrategy
Searches for given genre and returns its id.
getGenres(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums from Ampache.
getGenreSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns songs for given genre.
getGesture() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Returns string representation of mouse gesture.
getGuid() - Method in class entagged.audioformats.asf.data.Chunk
 
getGUID() - Method in class entagged.audioformats.asf.data.GUID
This method returns the GUID of this object.
getGuidDescription(GUID) - Static method in class entagged.audioformats.asf.data.GUID
This method searches a GUID in GUID.KNOWN_GUIDSwhich is equal to the given guid and returns its description.
getHandler() - Static method in class sk.baka.ambient.AmbientApplication
Returns the main message loop handler.
getHeader() - Method in class entagged.audioformats.flac.util.MetadataBlock
 
getHeaderLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getHeaderType() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getHighlight() - Method in class sk.baka.ambient.views.ButtonBar
Returns the highlight interval.
getHighlight() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns current highlight.
getHighlight() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHighlight(boolean) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHighlight(int) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHint(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getHint(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Returns a very short and simple string representation of the selected contents.
getId() - Method in class entagged.audioformats.ape.util.ApeTagField
 
getId() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
getId() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden) Will return AsfCopyrightField.FIELD_ID.
getID() - Method in class entagged.audioformats.AudioFile
 
getId() - Method in interface entagged.audioformats.generic.TagField
Returns the Id of the represented tag field.
This value should uniquely identify a kind of tag data, like title.
getId() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
getId() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
For Id3-Frames its something like "TCOM","TENC","TALB" and so on.
getId() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
getId() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
getId() - Method in class entagged.audioformats.mp4.util.Mp4Box
 
getId() - Method in class entagged.audioformats.mp4.util.Mp4TagField
 
getId() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
getIdBytes() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Convenience method for getting the binary representation of Id3Frame.getId().
getIdBytes() - Method in class entagged.audioformats.mp4.util.Mp4TagField
 
getIdentifier() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
getIdentity(T) - Static method in class sk.baka.ambient.commons.MiscUtils
Wraps given object to a reference.
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
When activating an item, the manager should keep track of this item so that it can return its index when going back.
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getInfo() - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns server information.
getInstance() - Static method in class sk.baka.ambient.AmbientApplication
Returns application instance.
getInterfaces(Class<?>) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns all interfaces that given class and all superclasses implements.
getInvocator(Class<T>, boolean) - Method in class sk.baka.ambient.commons.SimpleBus
Returns an event invocator.
getInvocator() - Method in class sk.baka.ambient.playerservice.PlayerService
Returns a proxy which posts events using the SimpleBus object.
getItem(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getItemId(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getItemIndex(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns item index the event coordinates is pointing to.
getKaraoke() - Method in class sk.baka.ambient.AmbientApplication
Returns the karaoke lyrics manager instance.
getKaraokeURL() - Method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Returns URL of the karaoke file for this track.
getKbps() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method takes the value of AudioStreamChunk.getAverageBytesPerSec()and calculates the kbps out of it, by simply multiplying by 8 and dividing by 1000.
getLangage() - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
getLastGesture() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Returns last gesture.
getLastKeywords() - Method in class com.es.skreemr.SkreemRSearch
 
getLastPage() - Method in class com.es.skreemr.SkreemRSearch
 
getLastSize() - Method in class com.es.skreemr.SkreemRSearch
 
getLayerVersion() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the layerVersion attribute of the MPEGFrame object
getLength() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getLength() - Method in class entagged.audioformats.AudioFile
Returns the length (duration) in seconds (s) of this AudioFile.Example: 241 seconds
getLength() - Method in class entagged.audioformats.EncodingInfo
This method returns the duration of the represented audio clip in seconds.
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlock
 
getLength() - Method in interface entagged.audioformats.flac.util.MetadataBlockData
 
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataApplication
 
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataCueSheet
 
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataPadding
 
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataSeekTable
 
getLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
getLength() - Method in class entagged.audioformats.mp4.util.Mp4MvhdBox
 
getLength() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Length in seconds.
getLibrary() - Method in class sk.baka.ambient.AmbientApplication
Returns singleton instance of the library.
getLicense() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The license URL
getLines() - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns all lines in this lyrics instance.
getLineToDisplay(long) - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns line which should be displayed at given time.
getLocation() - Method in class sk.baka.ambient.collection.AbstractAudio
Returns location of the audio file.
getLocation() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Location on the filesystem.
getLongNumber(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getLongNumberBigEndian(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getLyrics(TrackMetadataBean) - Method in class sk.baka.ambient.lrc.LRCStorage
Fetches the lyrics for a track and returns it.
getMaxBitrate() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getMaxPackageSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getMessage(int, int, Context) - Static method in class sk.baka.ambient.playerservice.MediaPlayerErrors
Formats given MediaPlayer error message.
getMime(String) - Static method in class sk.baka.ambient.library.LibraryUtils
Returns MIME type for given file.
getMimeType() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
getMimeType() - Method in class sk.baka.ambient.collection.AbstractAudio
Returns the file MIME type.
getMimeType() - Method in class sk.baka.ambient.collection.FileAudio
 
getMimeType() - Method in class sk.baka.ambient.collection.MediaStoreAudio
 
getMinBitrate() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getMinPackageSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getModel(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored tracks from the bundle.
getModel() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns the model holder.
getModel() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns a list of items.
getMPEGVersion() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the mPEGVersion attribute of the MPEGFrame object
getName() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns the name of the content descriptor.
getName() - Method in class hotsax.html.sax.Attribute
 
getName() - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
getName() - Method in interface sk.baka.ambient.collection.ICollection
Returns short descriptive name of this collection backend.
getName() - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
getName() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getNames() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Returns a list of names of objects cached in this storage.
getNextLineTime(long) - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns next line time.
getNominalBitrate() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getNotificator() - Method in class sk.baka.ambient.AmbientApplication
Returns the playback notificator instance.
getNumber() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns the value of the content descriptor as an integer.
getNumber(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getNumberBigEndian(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getObjects() - Method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves stored tracks.
getOffset() - Method in class entagged.audioformats.mp4.util.Mp4Box
 
getOrigin() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The track origin.
getOrigin() - Method in interface sk.baka.ambient.library.IFileScanner
Returns the storage type.
getOrigin() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
getOwnerId() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
getPackageCount() - Method in class entagged.audioformats.asf.data.FileHeader
 
getPaddingLength() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the paddingLength attribute of the MPEGFrame object
getPageLength() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getPageSequence() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getParserDelegate() - Method in class hotsax.html.sax.HtmlParser
Get the current ParserDelegate
getPictureHeight() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
getPictureType() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
getPictureTypeAsString() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
getPictureWidth() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
getPlaybackState() - Method in interface sk.baka.ambient.playerservice.IPlayer
Returns the playback state.
getPlaybackState() - Method in class sk.baka.ambient.PlaylistPlayer
Returns the playback state.
getPlayCount() - Method in class sk.baka.ambient.playlist.PlaylistItem
how many times this track was played.
getPlayItems() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getPlayItems() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns list of playlist items.
getPlayItems() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getPlayItems() - Method in class sk.baka.ambient.PlaylistPlayer
 
getPlaylist() - Method in class sk.baka.ambient.AmbientApplication
Returns singleton instance of the playlist.
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Returns the underlying playlist size.
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getPlaylistStorage() - Method in class sk.baka.ambient.AmbientApplication
Returns the cover cache manager instance.
getPlaylistURL() - Method in class sk.baka.ambient.stream.shoutcast.Radio
Retrieves the radio playlist URL.
getPosition() - Method in class entagged.audioformats.asf.data.Chunk
 
getPosition() - Method in interface sk.baka.ambient.playerservice.IPlayer
Returns current position in millis of the playback.
getPosition() - Method in class sk.baka.ambient.PlaylistPlayer
Returns current position in millis of the playback.
getPreciseDuration() - Method in class entagged.audioformats.asf.data.FileHeader
This method converts FileHeader.getDuration() from 100ns steps to normal seconds with a fractional part taking milliseconds.
getPreciseLength() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getPreciseLength() - Method in class entagged.audioformats.AudioFile
Returns the length (duration) in seconds with fractions.
getPreciseLength() - Method in class entagged.audioformats.EncodingInfo
This method returns the duration of the represented audio clip in seconds (single-precision).
getPreciseLength() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
getProperty(String) - Method in class hotsax.html.sax.SaxParser
 
getProvider(TrackOriginEnum) - Method in class sk.baka.ambient.AmbientApplication
Returns the provider for given origin.
getQuery(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored query from the bundle.
getQueue() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getQueue() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns currently queued tracks.
getQueue() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getQueue() - Method in class sk.baka.ambient.PlaylistPlayer
 
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Returns queue status of given track.
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getQueueOrder() - Method in class sk.baka.ambient.playlist.PlaylistItem
the order in which the track is queued, or 0 if the track is not queued.
getRadioList(String) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the server-side XML radio list and returns parsed object instances.
getRadioList(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the XML radio list and returns parsed object instances.
getRadioURLs() - Method in class sk.baka.ambient.stream.shoutcast.Radio
Returns a list of URLs - radio sources.
getRandom() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Returns current random value.
getRandom() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getRandom() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns current random mode.
getRandom() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getRandom() - Method in class sk.baka.ambient.PlaylistPlayer
 
getRating() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getRawContent() - Method in class entagged.audioformats.ape.util.ApeTagBinaryField
 
getRawContent() - Method in class entagged.audioformats.ape.util.ApeTagField
 
getRawContent() - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
getRawContent() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
getRawContent() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
getRawContent() - Method in interface entagged.audioformats.generic.TagField
This method delivers the binary representation of the fields data in order to be directly written to the file.
getRawContent() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
simply calls Id3Frame.build() directly.
getRawContent() - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
getRawContent() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
getRawContent() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
getRawData() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns a copy of the content of the descriptor.
getReader() - Method in class hotsax.html.sax.HtmlLexer
Return the yy_reader for this class.
getReader() - Method in class hotsax.html.sax.HtmlParser
Return the reader the parser is using.
getReader() - Method in class hotsax.html.sax.ScriptLexer
Return the yy_reader for this class.
getReader() - Method in interface hotsax.html.sax.SemanticLexer
Get the current Reader
getReader() - Method in class hotsax.html.sax.StyleLexer
Return the yy_reader for this class.
getRemoteCoversList(String) - Static method in class org.jajuk.util.DownloadManager
 
getRepeat() - Method in class sk.baka.ambient.PlaylistPlayer
Returns the repeat mode.
getRepresentedVersion() - Method in class entagged.audioformats.mp3.Id3v2Tag
Returns the Id3v2 minor version identifier, the tag represents.
Values are Id3v2Tag.ID3V22, Id3v2Tag.ID3V23 and Id3v2Tag.ID3V24.
getResponseLine(byte) - Method in exception sk.baka.ambient.commons.ServerHttpException
Returns the response line, for example "HTTP/1.1 501 Not Implemented".
getResponseLine(byte, int) - Static method in exception sk.baka.ambient.commons.ServerHttpException
Returns the response line, for example "HTTP/1.1 501 Not Implemented".
getResults() - Method in class com.es.skreemr.SkreemRSearch
 
getRFC2822Date(Date) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats given date as a RFC 2822 date.
getRiffWavLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getRiffWavOffset() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getSampleNumber() - Method in class entagged.audioformats.mp3.util.MPEGFrame
 
getSamplesNumber() - Method in class entagged.audioformats.mpc.util.MpcHeader
 
getSamplingRate() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getSamplingRate() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getSamplingRate() - Method in class entagged.audioformats.AudioFile
Returns the sampling rate of this AudioFile in Hertz (Hz).
getSamplingRate() - Method in class entagged.audioformats.EncodingInfo
This method returns the sample rate, the audio clip was encoded with.
getSamplingRate() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
getSamplingRate() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Gets the samplingRate attribute of the MPEGFrame object
getSamplingRate() - Method in class entagged.audioformats.mpc.util.MpcHeader
 
getSamplingRate() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
getSamplingRate() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
getSeekTableLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getSegmentTable() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getSelectedItemName() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns selected item as a displayable string.
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getSemanticLexer(String) - Method in class hotsax.html.sax.HtmlParser
Check the possibility of an alternate lexer for this semantic state.
getSerialNumber() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
getShortDescription() - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
getShoutcastStream(URL) - Static method in class sk.baka.ambient.playerservice.StreamerServer
Returns an URL which accesses given shoutcast radio.
getSize(int) - Method in class entagged.audioformats.ape.util.ApeTagField
 
getSize(int) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Converts the given value of size into a representation which can be used to write a frames size into a file (or stream).
For now there are two different kinds of binary representation of a size value in ID3 frames.
First the prior 2.4 variation which is a simple "litte endian".
Second the 2.4 variation which utilizes Id3v2TagCreator.getSyncSafe(int).
getSize() - Method in class sk.baka.ambient.collection.AbstractAudio
Returns file size, in bytes.
getSize() - Method in class sk.baka.ambient.collection.FileAudio
 
getSize() - Method in class sk.baka.ambient.collection.MediaStoreAudio
 
getSizeBigEndian(int) - Static method in class entagged.audioformats.generic.Utils
 
getSong() - Method in class com.es.skreemr.SkreemRSong
 
getStackTrace(Throwable) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns given exception (including its stack trace) as a string.
getStartupState() - Method in class sk.baka.ambient.AppStateHandler
Returns the startup application state.
getStateHandler() - Method in class sk.baka.ambient.AmbientApplication
Returns the application state and configuration handler instance.
getStatistics() - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
getStatistics() - Method in interface sk.baka.ambient.collection.ICollection
Returns statistics for this collection.
getStatistics() - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
getStatistics() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getStatistics(TrackOriginEnum) - Method in class sk.baka.ambient.library.Library
Returns statistics for storage for given origin.
getStatus(int) - Static method in exception sk.baka.ambient.commons.ServerHttpException
Returns status name for given error code.
getStreamBitratePropertiesChunk() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getStreamChunk(int) - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the StreamChunk at given index.
getStreamChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the amount of StreamChunks in this header.
getStreamNumber() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getStreamSpecificDataSize() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getString() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the value of the ContentDescriptor as a String.
getString(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getString(byte[], int, int, String) - Static method in class entagged.audioformats.generic.Utils
 
getString(byte[], int, int, String) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Another convenience Method which parses a byte array and returns a String instance.
getStrings() - Method in class entagged.audioformats.asf.data.EncodingChunk
This method returns a collection of all Strings which were addid due EncodingChunk.addString(String).
getSyncSafe(int) - Static method in class entagged.audioformats.mp3.util.Id3v2TagCreator
This method will return a so called syncsafe integer with the value of the given tempSize.
getTag(RandomAccessFile) - Method in class entagged.audioformats.ape.MonkeyFileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.asf.AsfFileReader
(overridden)
getTag() - Method in class entagged.audioformats.AudioFile
Returns the tag contained in this AudioFile, the Tag contains any useful meta-data, like artist, album, title, etc.
getTag(RandomAccessFile) - Method in class entagged.audioformats.flac.FlacFileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.generic.AudioFileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.mp3.Mp3FileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.mp4.Mp4FileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.mpc.MpcFileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.ogg.OggFileReader
 
getTag(RandomAccessFile) - Method in class entagged.audioformats.wav.WavFileReader
 
getTag(String) - Static method in class sk.baka.ambient.library.LibraryUtils
Retrieves a music file tag from given file name.
getTagLength(Tag) - Method in class entagged.audioformats.flac.util.FlacTagCreator
 
getTagLength(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getTerminatingDataLength() - Method in class entagged.audioformats.ape.util.MonkeyDescriptor
 
getText() - Method in class sk.baka.ambient.views.TextProgressBar
Returns currently shown text.
getTextHeight(Paint, String) - Static method in class sk.baka.ambient.views.ViewUtils
Returns the text height.
getTimeEndPos() - Method in class entagged.audioformats.asf.data.FileHeader
 
getTimeOffset() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getTimeStartPos() - Method in class entagged.audioformats.asf.data.FileHeader
 
gettingData - Static variable in class sk.baka.ambient.R.string
 
getTitle() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getTitle() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getTitle() - Method in interface entagged.audioformats.Tag
 
getTitle() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
getTitleId() - Method in class entagged.audioformats.ape.ApeTag
 
getTitleId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "title"
getTitleId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getTitleId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the title frame
getTitleId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getTitleId() - Method in class entagged.audioformats.ogg.OggTag
 
getTotalFrames() - Method in class entagged.audioformats.ape.util.MonkeyHeader
 
getTrack() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Track entered in the content descriptor chunk.
getTrack() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getTrack() - Method in interface entagged.audioformats.Tag
 
getTrack(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Retrieves a track from given position.
getTrack(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getTrack(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getTrack() - Method in class sk.baka.ambient.playlist.PlaylistItem
The track meta.
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Converts current row to a track bean.
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
getTrackId() - Method in class entagged.audioformats.ape.ApeTag
 
getTrackId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "track"
getTrackId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getTrackId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the track frame
getTrackId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getTrackId() - Method in class entagged.audioformats.ogg.OggTag
 
getTrackId() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Database track id.
getTrackNumber() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getTracks(Interval) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Computes a list of tracks.
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getTracks() - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
Returns an unmodifiable view on the track list.
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
getTracks(CategoryItem) - Method in interface sk.baka.ambient.collection.ICollection
Returns all tracks contained in given category.
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getType() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the type of the content descriptor.
getType() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
getType() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
getType() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Returns the type of this engine.
getType() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
getType() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
getType() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
getType(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored query from the bundle.
getType() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
getType() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
getTypeSpecificDataSize() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getUncompressedFrameSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getUnspecifiedChunk(int) - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the unspecified chunk at given position.
getUnspecifiedChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the number of Chunkobjects which where inserted using AsfHeader.addUnspecifiedChunk(Chunk).
getUrl() - Method in class com.es.skreemr.SkreemRSong
 
getURL() - Method in class sk.baka.ambient.activity.AmpacheClientBean
Returns a http:// URL of the ampache server.
getUTF8Bytes(String) - Static method in class entagged.audioformats.generic.Utils
 
getValue() - Method in class hotsax.html.sax.Attribute
 
getVbr() - Method in class com.es.skreemr.SkreemRSong
 
getVendor() - Method in class entagged.audioformats.ogg.OggTag
 
getVersion() - Method in class sk.baka.ambient.AmbientApplication
Returns the Ambient version.
getView(int, View, ViewGroup) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getVisibleController() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns the visible controller.
getVisibleControllerIndex() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns the visible controller.
getWatchedDirectories() - Method in class sk.baka.ambient.library.Library
Returns the Library.watchedDirectories set as a list of files.
getYear() - Method in class com.es.skreemr.SkreemRSong
 
getYear() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Year entered in the extended content descripion.
getYear() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
getYear() - Method in interface entagged.audioformats.Tag
 
getYearId() - Method in class entagged.audioformats.ape.ApeTag
 
getYearId() - Method in class entagged.audioformats.generic.AbstractTag
Returns the identifier for a field representing the "year"
getYearId() - Method in class entagged.audioformats.generic.GenericTag
(overridden)
getYearId() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden) Returns the frame id (name) for the year frame
getYearId() - Method in class entagged.audioformats.mp4.Mp4Tag
 
getYearId() - Method in class entagged.audioformats.ogg.OggTag
 
getYearReleased() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The year released.
getyyBuffer() - Method in class hotsax.html.sax.HtmlLexer
 
getyyBuffer() - Method in class hotsax.html.sax.ScriptLexer
 
getyyBuffer() - Method in interface hotsax.html.sax.SemanticLexer
Return the character buffer of the lexer.
getyyBuffer() - Method in class hotsax.html.sax.StyleLexer
 
getyyCurrentPos() - Method in class hotsax.html.sax.HtmlLexer
 
getyyCurrentPos() - Method in class hotsax.html.sax.ScriptLexer
 
getyyCurrentPos() - Method in interface hotsax.html.sax.SemanticLexer
Return the current position of the lexer.
getyyCurrentPos() - Method in class hotsax.html.sax.StyleLexer
 
getyyEndRead() - Method in class hotsax.html.sax.HtmlLexer
 
getyyEndRead() - Method in class hotsax.html.sax.ScriptLexer
 
getyyEndRead() - Method in interface hotsax.html.sax.SemanticLexer
Return the end read of the buffer of the lexer.
getyyEndRead() - Method in class hotsax.html.sax.StyleLexer
 
getyyMarkedPos() - Method in class hotsax.html.sax.HtmlLexer
 
getyyMarkedPos() - Method in class hotsax.html.sax.ScriptLexer
 
getyyMarkedPos() - Method in interface hotsax.html.sax.SemanticLexer
Return the marked position of the lexer.
getyyMarkedPos() - Method in class hotsax.html.sax.StyleLexer
 
getyyParser() - Method in class hotsax.html.sax.SaxParser
Return the HtmlParser handle.
getyyPushbackPos() - Method in class hotsax.html.sax.HtmlLexer
 
getyyPushbackPos() - Method in class hotsax.html.sax.ScriptLexer
 
getyyPushbackPos() - Method in interface hotsax.html.sax.SemanticLexer
Return the pushback position of the lexer.
getyyPushbackPos() - Method in class hotsax.html.sax.StyleLexer
 
getyyStartRead() - Method in class hotsax.html.sax.HtmlLexer
 
getyyStartRead() - Method in class hotsax.html.sax.ScriptLexer
 
getyyStartRead() - Method in interface hotsax.html.sax.SemanticLexer
Return the start read of the buffer of the lexer.
getyyStartRead() - Method in class hotsax.html.sax.StyleLexer
 
goBack() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
goBack() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
goBack() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns a content manager which will handle contents after a back operation.
goBack() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
goOffline - Static variable in class sk.baka.ambient.R.string
 
goOnline - Static variable in class sk.baka.ambient.R.string
 
goToRoot - Static variable in class sk.baka.ambient.R.string
 
gravity - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
The gravity, intended for the Toast.setGravity(int, int, int) method.
gridSize - Variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Grid size.
GroupingManager - Class in sk.baka.ambient.activity.main.cb
Handles the first menu, the grouping menu.
GroupingManager() - Constructor for class sk.baka.ambient.activity.main.cb.GroupingManager
 
groupsByAlbum() - Method in enum sk.baka.ambient.playlist.Random
Checks if this random mode groups tracks by albums.
guid - Variable in class entagged.audioformats.asf.data.Chunk
The guid of represented chunk header.
GUID - Class in entagged.audioformats.asf.data
This class is used for representation of GUIDs and as a reference list of all Known GUIDs.
GUID(int[]) - Constructor for class entagged.audioformats.asf.data.GUID
Creates an instance and assigns given guid.
GUID(int[], String) - Constructor for class entagged.audioformats.asf.data.GUID
Creates an instance like GUID.GUID(int[])and sets the optional description.
GUID_AUDIO_ERROR_CONCEALEMENT_ABSENT - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has no error concealment.
GUID_AUDIO_ERROR_CONCEALEMENT_INTERLEAVED - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has interleaved error concealment.
GUID_AUDIOSTREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating that stream type is audio.
GUID_CONTENTDESCRIPTION - Static variable in class entagged.audioformats.asf.data.GUID
This constant represents the guid for a chunk which contains Title, author, copyright, description and rating.
GUID_ENCODING - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID for Encoding-Info chunks.
GUID_EXTENDED_CONTENT_DESCRIPTION - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for a WMA "Extended Content Description" chunk.
GUID_FILE - Static variable in class entagged.audioformats.asf.data.GUID
GUID of ASF file header.
GUID_HEADER - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID of a asf header chunk.
GUID_HEADER_EXTENSION - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores a GUID whose functionality is unknown.
GUID_LENGTH - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the length of GUIDs used with ASF streams.
GUID_STREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating a stream object.
GUID_STREAM_BITRATE_PROPERTIES - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores a GUID indicating a "stream bitrate properties" chunk.
GUID_VIDEOSTREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating that stream type is video.

H

handleError(String, boolean, TrackOriginEnum) - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Handles the playback error.
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.collection.ampache.AmpacheServer
 
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.commons.SocketServer
Handles a request.
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.playerservice.StreamerServer
 
handleSuccess() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
A track playback was initiated successfully.
hasCommonFields() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
hasCommonFields() - Method in interface entagged.audioformats.Tag
Returns true, if at least one of the contained fields is a common field (TagField.isCommon()).
hasField(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
hasField(String) - Method in interface entagged.audioformats.Tag
Determines whether the tag has at least one field with the specified "id".
hashCode() - Method in class sk.baka.ambient.activity.main.AbstractController
 
hashCode() - Method in class sk.baka.ambient.collection.CategoryItem
 
hashCode() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
hashCode() - Method in class sk.baka.ambient.commons.Interval
 
hashCode(Object) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns object hash code.
hasId3v1() - Method in class entagged.audioformats.mp3.Id3v2Tag
Determines whether the values of a parallel stored ID3V1 tag are merged whithin this object.
In fact no value may have made it into this, but there is an ID3V1 tag present in the original file.
hasId3v1(boolean) - Method in class entagged.audioformats.mp3.Id3v2Tag
This method sets the ID3V1 tag present property.
hasMetadata(String) - Static method in class sk.baka.ambient.playlist.Parsers
Checks if given playlist contains metadata.
hasNext() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
hide() - Method in class sk.baka.ambient.activity.main.AbstractController
Hides the view and removes it (the View.GONE functionality).
highlight - Static variable in class sk.baka.ambient.R.color
 
highlight(Interval) - Method in class sk.baka.ambient.views.ButtonBar
Highlights given buttons.
highlight(Interval) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Highlight given items.
highlightAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
Highlights given action.
highlightAction(ActionsEnum, ButtonBar) - Static method in class sk.baka.ambient.activity.main.TaskSwitcherController
Highlights given action on the button bar.
highlightChanged(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
highlightChanged(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Selection was changed.
highlightColor - Variable in class sk.baka.ambient.activity.main.AbstractListController
The color of highlighted items in the list.
hintDeleteCopyMoveId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteCopyMoveId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete/Copy/Move" (touchpad L?) gesture.
hintDeleteId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete" (L, LL) gesture.
hintDeleteMovePasteId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteMovePasteId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete/Move/Paste" (keyboard L?) gesture.
host - Variable in class sk.baka.ambient.activity.AmpacheClientBean
Host name of the ampache server.
hotsax.html.sax - package hotsax.html.sax
 
hotsax.html.sax.helpers - package hotsax.html.sax.helpers
 
HtmlLexer - Class in hotsax.html.sax
This class is a scanner generated by JFlex 1.3.2 on 5/3/02 10:58 PM from the specification file file:/home/edh/sourceforge/tmp/hotsax/HotSAX-0.1.2c/./build/src/hotsax/html/sax/HtmlLexer.flex
HtmlLexer(Reader, HtmlParser) - Constructor for class hotsax.html.sax.HtmlLexer
 
HtmlLexer(Reader) - Constructor for class hotsax.html.sax.HtmlLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
HtmlLexer(InputStream) - Constructor for class hotsax.html.sax.HtmlLexer
Creates a new scanner.
HtmlParser - Class in hotsax.html.sax
Encapsulates yacc() parser functionality in a Java class for quick code development
HtmlParser(Reader) - Constructor for class hotsax.html.sax.HtmlParser
Create new HtmlParser with specified reader
HtmlParser() - Constructor for class hotsax.html.sax.HtmlParser
Create new HtmlParser with no reader.
HtmlParserException - Exception in hotsax.html.sax
 
HtmlParserException(String) - Constructor for exception hotsax.html.sax.HtmlParserException
 
HtmlParserVal - Class in hotsax.html.sax
BYACC/J Semantic Value for parser: HtmlParser This class provides some of the functionality of the yacc/C 'union' directive
HtmlParserVal(int) - Constructor for class hotsax.html.sax.HtmlParserVal
Initialize me as an int
HtmlParserVal(double) - Constructor for class hotsax.html.sax.HtmlParserVal
Initialize me as a double
HtmlParserVal(String) - Constructor for class hotsax.html.sax.HtmlParserVal
Initialize me as a string
HtmlParserVal(Object) - Constructor for class hotsax.html.sax.HtmlParserVal
Initialize me as an Object

I

IApplicationListener - Interface in sk.baka.ambient
Listener for application-wide events.
IBackgroundTask - Interface in sk.baka.ambient
Notifies about a background task progress.
ICollection - Interface in sk.baka.ambient.collection
A collection strategy.
icon - Variable in enum sk.baka.ambient.ActionsEnum
The icon resource of the action.
icon - Static variable in class sk.baka.ambient.R.drawable
 
IContentManager - Interface in sk.baka.ambient.activity.main.cb
Manages current content as shown by the collection.
id - Variable in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
id - Variable in class entagged.audioformats.mp4.util.Mp4TagField
 
id - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The collection-strategy-dependent ID, may be null.
id - Variable in class sk.baka.ambient.collection.CategoryItem
The collection-strategy-dependent ID, may be null.
id - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
the LyrDB id.
id - Variable in class sk.baka.ambient.stream.shoutcast.Radio
the radio ID
Id3Frame - Class in entagged.audioformats.mp3.util.id3frames
This class represents an ID3-Frame and provides basic information.
Id3Frame() - Constructor for class entagged.audioformats.mp3.util.id3frames.Id3Frame
Creates a new frame instance.
Id3 version assigned is 2.4.
Id3Frame(byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.Id3Frame
Creates a frame instance which adjusts to the given raw-data.
Id3v1Tag - Class in entagged.audioformats.mp3
 
Id3v1Tag() - Constructor for class entagged.audioformats.mp3.Id3v1Tag
 
Id3v1TagCreator - Class in entagged.audioformats.mp3.util
 
Id3v1TagCreator() - Constructor for class entagged.audioformats.mp3.util.Id3v1TagCreator
 
Id3v1TagReader - Class in entagged.audioformats.mp3.util
 
Id3v1TagReader() - Constructor for class entagged.audioformats.mp3.util.Id3v1TagReader
 
Id3v1TagWriter - Class in entagged.audioformats.mp3.util
 
Id3v1TagWriter() - Constructor for class entagged.audioformats.mp3.util.Id3v1TagWriter
 
ID3V22 - Static variable in class entagged.audioformats.mp3.Id3v2Tag
This constant is used to identify the minor version 2 of the ID3V2 tag.
ID3V23 - Static variable in class entagged.audioformats.mp3.Id3v2Tag
This constant is used to identify the minor version 3 of the ID3V2 tag.
ID3V24 - Static variable in class entagged.audioformats.mp3.Id3v2Tag
This constant is used to identify the minor version 4 of the ID3V2 tag.
Id3v24TagReader - Class in entagged.audioformats.mp3.util
This class parses an ID3V2 tag from a given ByteBuffer.
It handles the versions 2,3 and 4.
Id3v24TagReader() - Constructor for class entagged.audioformats.mp3.util.Id3v24TagReader
Creates an instance.
Id3v2Tag - Class in entagged.audioformats.mp3
This class is the implementation of Tag of the ID3V2 tagging system used with MP3s.
Id3v2Tag() - Constructor for class entagged.audioformats.mp3.Id3v2Tag
Creates a default instance.
Id3v2Tag(byte) - Constructor for class entagged.audioformats.mp3.Id3v2Tag
Creates an instance.
Id3V2TagConverter - Class in entagged.audioformats.mp3
This class converts the fields (frames) from tags from an older to a newer version.
Id3V2TagConverter() - Constructor for class entagged.audioformats.mp3.Id3V2TagConverter
 
Id3v2TagCreator - Class in entagged.audioformats.mp3.util
 
Id3v2TagCreator() - Constructor for class entagged.audioformats.mp3.util.Id3v2TagCreator
 
Id3v2TagReader - Class in entagged.audioformats.mp3.util
This class is more a dispatching unit for selecting the right reader based on the found ID3V2 minor version.
Id3v2TagReader() - Constructor for class entagged.audioformats.mp3.util.Id3v2TagReader
 
Id3v2TagSynchronizer - Class in entagged.audioformats.mp3.util
 
Id3v2TagSynchronizer() - Constructor for class entagged.audioformats.mp3.util.Id3v2TagSynchronizer
 
Id3v2TagWriter - Class in entagged.audioformats.mp3.util
$Id: Id3v2TagWriter.java,v 1.1 2007/03/23 14:17:02 nicov1 Exp $
Id3v2TagWriter() - Constructor for class entagged.audioformats.mp3.util.Id3v2TagWriter
 
ID_ALBUM - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "album" field in an asf extended content description.
ID_ARTIST - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "artist" field in an asf extended content description.
ID_GENRE - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "genre" field in an asf extended content description.
ID_GENREID - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "genre Id" field in an asf extended content description.
ID_TRACKNUMBER - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "track number" field in an asf extended content description.
ID_YEAR - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "year" field in an asf extended content description.
IDynamicPlaylistTrackProvider - Interface in sk.baka.ambient.collection
Provides tracks on demand for the DynamicPlaylistStrategy playlist.
IFileScanner - Interface in sk.baka.ambient.library
Scans for files in a background thread.
IGestureListViewListener - Interface in sk.baka.ambient.views.gesturelist
Listens for events produced by the gesture list view listener.
IGNORE_CDATA - Static variable in class hotsax.html.sax.HtmlLexer
 
IGNORE_CDATA - Static variable in class hotsax.html.sax.ScriptLexer
 
IGNORE_CDATA - Static variable in class hotsax.html.sax.StyleLexer
 
IGNORE_COMMENT - Static variable in class hotsax.html.sax.HtmlLexer
 
IGNORE_DOCTYPE - Static variable in class hotsax.html.sax.HtmlLexer
 
IGNORE_PI - Static variable in class hotsax.html.sax.HtmlLexer
 
ILibraryListener - Interface in sk.baka.ambient.library
Listens for library events.
indexOfFirstNull(byte[], int) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
Convenience method which searches for the next zero byte in an array.
inflater - Variable in class sk.baka.ambient.views.gesturelist.MutableListAdapter
The inflater used to inflate new views.
init() - Static method in class entagged.audioformats.ogg.util.OggCRCFactory
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
init(SearchActivity, int) - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Sets the owner activity and initializes the engine.
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
init(Library, GenreCache) - Method in interface sk.baka.ambient.library.IFileScanner
Initializes the scanner.
init(Library, GenreCache) - Method in class sk.baka.ambient.library.MagnatuneScanner
 
init_stacks() - Method in class hotsax.html.sax.HtmlParser
 
initButtonBar(int, List<ActionsEnum>) - Method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initButtonBar(int, List<ActionsEnum>, Point, Point) - Method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initButtonBar(ButtonBar, List<ActionsEnum>, Point, Point) - Static method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initialize() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Overriding classes must invoke this method at the end of their constructors.
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
initialize(boolean, ICollection) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Initialize this manager and fetch the data.
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
INNER - Static variable in class hotsax.html.sax.HtmlLexer
 
inOfflineMode - Static variable in class sk.baka.ambient.R.string
 
INTENTDATA_ACTIVITY - Static variable in class sk.baka.ambient.activity.main.MainActivity
Send an intent with the activity enum name put under this key to activate the activity.
INTENTDATA_STORECONFIG - Static variable in class sk.baka.ambient.activity.main.MainActivity
Send an intent having this extra to save a configuration.
INTENTKEY_MODEL - Static variable in class sk.baka.ambient.activity.search.SearchActivity
When an intent is sent to the main activity, this key will hold the List<TrackMetadataBean> of results.
INTENTKEY_QUERY - Static variable in class sk.baka.ambient.activity.search.SearchActivity
A query string.
INTENTKEY_RESULTTYPE - Static variable in class sk.baka.ambient.activity.search.SearchActivity
Holds type of model data - the SearchType enum.
INTENTKEY_STRING - Static variable in class sk.baka.ambient.activity.search.SearchActivity
A response string.
interactive - Static variable in class hotsax.html.sax.HtmlParser
 
Interval - Class in sk.baka.ambient.commons
Specifies an integer index interval.
Interval(int, int) - Constructor for class sk.baka.ambient.commons.Interval
Creates new interval.
invokeError(String, Throwable, boolean) - Method in class sk.baka.ambient.playerservice.PlayerService
An error occurred.
IOUtils - Class in sk.baka.ambient.commons
Contains IO and HTTP utility methods.
IOUtils.HttpRequest - Class in sk.baka.ambient.commons
The http request
IOUtils.HttpRequest() - Constructor for class sk.baka.ambient.commons.IOUtils.HttpRequest
 
IPlayer - Interface in sk.baka.ambient.playerservice
The player service command packet.
IPlayer.Stub - Class in sk.baka.ambient.playerservice
Local-side IPC implementation stub class.
IPlayer.Stub() - Constructor for class sk.baka.ambient.playerservice.IPlayer.Stub
Construct the stub at attach it to the interface.
IPlayerListener - Interface in sk.baka.ambient.playerservice
Listens for events produced by the PlayerService.
IPlaylistPlayerListener - Interface in sk.baka.ambient
Listens for higher-level player and playlist events.
IPlaylistStrategy - Interface in sk.baka.ambient.playlist
An interface for a playlist.
isAllowedEncoding(String) - Method in class entagged.audioformats.ape.ApeTag
 
isAllowedEncoding(String) - Method in class entagged.audioformats.generic.AbstractTag
Determines whether the given charset encoding may be used for the represented tagging system.
isAllowedEncoding(String) - Method in class entagged.audioformats.generic.GenericTag
(overridden)
isAllowedEncoding(String) - Method in class entagged.audioformats.mp3.Id3v1Tag
 
isAllowedEncoding(String) - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
isAllowedEncoding(String) - Method in class entagged.audioformats.mp4.Mp4Tag
 
isAllowedEncoding(String) - Method in class entagged.audioformats.ogg.OggTag
 
isBinary() - Method in class entagged.audioformats.ape.util.ApeTagField
 
isBinary(boolean) - Method in class entagged.audioformats.ape.util.ApeTagField
 
isBinary() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isBinary(boolean) - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isBinary() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
isBinary(boolean) - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
isBinary() - Method in interface entagged.audioformats.generic.TagField
Determines whether the represented field contains (is made up of) binary data, instead of text data.
Software can identify fields to be displayed because they are human readable if this mehtod returns false.
isBinary(boolean) - Method in interface entagged.audioformats.generic.TagField
Deprecated. As for now is of no use. Implementations should use another way of setting this property.
isBinary() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
isBinary() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
isBinary() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
isBinary(boolean) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
isBinary() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
isBinary() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
isBinary - Variable in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
isBinary() - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
isBinary() - Method in class entagged.audioformats.mp4.util.Mp4TagCoverField
 
isBinary(boolean) - Method in class entagged.audioformats.mp4.util.Mp4TagField
 
isBinary() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
isBinary() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
isBinary(boolean) - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
isCancel(MotionEvent) - Static method in class sk.baka.ambient.views.ViewUtils
Checks if given event is a MotionEvent.ACTION_CANCEL event.
isCommon() - Method in class entagged.audioformats.ape.util.ApeTagField
 
isCommon() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method checks whether the name of the current field is one of the commonly specified fields.
isCommon() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isCommon() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden) This Method will return true, so it won't be used for the extended content description chunk, where the "name"-"value" properties are stored.
isCommon() - Method in interface entagged.audioformats.generic.TagField
Identifies a field to be of common use.
Some software may differ between common and not common fields.
isCommon() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
isCommon() - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
(overridden)
isCommon() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
isCommon() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
isCommon() - Method in class entagged.audioformats.mp4.util.Mp4TagField
 
isCommon() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
isComputeTracksLong(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the IGestureListViewListener.computeTracks(Interval) method will be a long operation.
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
isComputeTracksOnlineOp(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the IGestureListViewListener.computeTracks(Interval) method will involve polling of some data from the Internet.
isContentEncrypted() - Method in class entagged.audioformats.asf.data.StreamChunk
 
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Checks if the track at given index is currently being played.
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
isDestroyed() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if this controller was destroyed.
isDynamic() - Method in class sk.baka.ambient.PlaylistPlayer
Returns true if the playlist is a dynamic playlist.
ISearchEngine - Interface in sk.baka.ambient.activity.search
Performs the search.
isEmpty() - Method in class entagged.audioformats.ape.util.ApeTagBinaryField
 
isEmpty() - Method in class entagged.audioformats.ape.util.ApeTagField
 
isEmpty() - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
isEmpty() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method checks if the binary data is empty.
isEmpty() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isEmpty() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
isEmpty() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
isEmpty() - Method in interface entagged.audioformats.generic.TagField
Determines whether the content of the field is empty.
isEmpty() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
isEmpty() - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
isEmpty() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
isEmpty() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
isEmpty() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
isEmpty() - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
isEmpty() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
isEmpty() - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
isEmpty() - Method in interface entagged.audioformats.Tag
Determines whether the tag has no fields specified.
isEmpty() - Method in class sk.baka.ambient.commons.Interval
Checks if at least a single item is in the interval.
isEmpty(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Checks if given string is empty (null or zero-sized).
isEmpty(View) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard from given object and checks if it is empty.
isEmpty(Object) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard from given object and checks if it is empty.
isEmptyOrWhitespace(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Checks if given string is empty or consists of whitespace characters only.
isEndpoint(int) - Method in class sk.baka.ambient.commons.Interval
Checks if given index is an endpoint of this interval (i.e.
isEOP(int) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Checks if given item is the EOP item.
isEOP(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Checks if given item is the EOP item.
isErrorConcealed() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This mehtod returns whether the audio stream data is error concealed.
isFull() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Returns true if this storage is full.
isGestureRecognized() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Indicates whether any movements were recognized.
IShoutcastListener - Interface in sk.baka.ambient.stream.shoutcast
Listens for SHOUTcast reader events.
isLastBlock() - Method in class entagged.audioformats.flac.util.MetadataBlockHeader
 
isLocal() - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
isLocal() - Method in interface sk.baka.ambient.collection.ICollection
Checks if the underlying strategy uses local resources to retrieve metadata (a DB backend), or it uses remote access to a server (for example Ampache).
isLocal() - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
isLocal() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
isLocal() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Checks if the track denoted by this object is a local one (you can pass TrackMetadataBean.getLocation() to a File object) , or an Internet stream (TrackMetadataBean.getLocation() is valid URL).
isMainActivityVisible() - Method in class sk.baka.ambient.AmbientApplication
Checks if MainActivity is visible.
isPenUp(MotionEvent) - Static method in class sk.baka.ambient.views.ViewUtils
Checks if given event is a MotionEvent.ACTION_UP or MotionEvent.ACTION_CANCEL event.
isProceedWithDownload(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Invoked before the download process starts.
isProceedWithDownload(Object) - Method in class sk.baka.ambient.library.CoverCache
 
isReadable() - Method in class sk.baka.ambient.collection.AbstractAudio
Checks if the file denoted by this object is readable (i.e.
isReadable() - Method in class sk.baka.ambient.collection.FileAudio
 
isReadable() - Method in class sk.baka.ambient.collection.MediaStoreAudio
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
isReadOnly() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the list view is currently read-only.
isScheduledOrExecuted(Object) - Method in class sk.baka.ambient.BackgroundOpExecutor
Checks if this task is already scheduled.
isShutdown() - Method in class sk.baka.ambient.AmbientApplication
Checks if the application is shutting down.
isStarted() - Method in class sk.baka.ambient.commons.SocketServer
Checks if the server is started.
isTarget(GesturesListView) - Method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Checks if given view is one of the possible targets of this object.
isUserNotified() - Method in interface sk.baka.ambient.library.IFileScanner
Invoked when the scan finishes.
isUserNotified() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
isValid() - Method in class entagged.audioformats.asf.data.GUID
This method checks if the currently stored GUID (GUID.guid) is correctly filled.
isValid() - Method in class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
isValid() - Method in class entagged.audioformats.mp3.util.LameMPEGFrame
Gets the valid attribute of the LameMPEGFrame object
isValid() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Verify if this frame is a valid one
isValid() - Method in class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
isValid() - Method in interface entagged.audioformats.mp3.util.VbrInfoFrame
 
isValid() - Method in class entagged.audioformats.mp3.util.XingMPEGFrame
Check if this tag is valid
isValid() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
isValid() - Method in class entagged.audioformats.ogg.util.VorbisCodecHeader
 
isValid() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
isValid() - Method in class entagged.audioformats.wav.util.WavRIFFHeader
 
isValid() - Method in class sk.baka.ambient.activity.AmpacheClientBean
Checks if the data in this bean are valid.
isVbr() - Method in class entagged.audioformats.AudioFile
Checks if this file is a VBR (variable bitrate) or a Constant Bitrate one
isVbr() - Method in class entagged.audioformats.EncodingInfo
This method returns true, if the audio file is encoded with "Variable Bitrate".
isVbr() - Method in class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
isVbr() - Method in interface entagged.audioformats.mp3.util.VbrInfoFrame
 
isVbr() - Method in class entagged.audioformats.mp3.util.XingMPEGFrame
 
isVisible() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if the view controlled by this controller is visible.
isZoomed() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if this controller is zoomed.
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
itemActivated(int) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
User activated given item.
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.search.StringListController
 
itemActivated(int, Object) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
The item was activated, either by clicking on it or using a keyboard.
itemLayoutId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
itemLayoutId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
Layout ID for each item in the list.
iterableToList(Iterable<? extends T>) - Static method in class sk.baka.ambient.commons.MiscUtils
Iterates over given iterable and returns its items as a list.
iterator() - Method in class sk.baka.ambient.commons.Interval
 
ival - Variable in class hotsax.html.sax.HtmlParserVal
integer value of this 'union'

K

karaoke - Static variable in class sk.baka.ambient.R.string
 
karaoke48 - Static variable in class sk.baka.ambient.R.drawable
 
karaokeForTrack - Static variable in class sk.baka.ambient.R.string
 
karaokeNotFound - Static variable in class sk.baka.ambient.R.string
 
karaokeNotFoundSuggestions - Static variable in class sk.baka.ambient.R.string
 
keyController - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
Handles the touchpad events and controls this view.
KeypadController - Class in sk.baka.ambient.views.gesturelist
Controls the GesturesListView component via the keypad.
KeypadController(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.KeypadController
Creates new controller instance.
KNOWN_GUIDS - Static variable in class entagged.audioformats.asf.data.GUID
This field stores all knwon GUIDs.

L

label_title - Static variable in class sk.baka.ambient.R.drawable
 
LameMPEGFrame - Class in entagged.audioformats.mp3.util
Creates a representation of a Lame Mpeg frame $Id: LameMPEGFrame.java,v 1.1 2007/03/23 14:17:02 nicov1 Exp $
LameMPEGFrame(byte[]) - Constructor for class entagged.audioformats.mp3.util.LameMPEGFrame
Creates a Lame Mpeg Frame and checks it's integrity
lastAdd - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Last Add.
lastUpdate - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Last Update.
LAYER_I - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Layer 1 value Mpeg frame
LAYER_II - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Layer 2 value Mpeg frame
LAYER_III - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Layer 3 value Mpeg frame
LAYER_RESERVED - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the Reserved Layer value Mpeg frame
layerToString(int) - Method in class entagged.audioformats.mp3.util.MPEGFrame
Get the string representation of the layer version given the constant representing it
LEFT_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of left movement.
length - Variable in class sk.baka.ambient.collection.Statistics
Overall length in seconds.
length - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Length in seconds.
length - Variable in class sk.baka.ambient.commons.Interval
Number of successive items in the interval.
lexer_yylval - Variable in class hotsax.html.sax.HtmlLexer
 
lexer_yylval - Variable in class hotsax.html.sax.ScriptLexer
 
lexer_yylval - Variable in class hotsax.html.sax.StyleLexer
 
lexerInit() - Method in class hotsax.html.sax.HtmlParser
Initialize the lexer hash.
Library - Class in sk.baka.ambient.library
The music library.
Library(Context) - Constructor for class sk.baka.ambient.library.Library
Creates new library.
library_being_updated - Static variable in class sk.baka.ambient.R.string
 
library_update_interrupted_notification - Static variable in class sk.baka.ambient.R.string
 
library_updated_notification - Static variable in class sk.baka.ambient.R.string
 
LibraryEngine - Class in sk.baka.ambient.activity.search
Search the collection for given query.
LibraryEngine() - Constructor for class sk.baka.ambient.activity.search.LibraryEngine
 
LibraryTrackProvider - Class in sk.baka.ambient.collection.local
Provides tracks from the library.
LibraryTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.LibraryTrackProvider
Creates new library track provider.
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.activity.main.ContextController
 
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.library.CoverCache
 
libraryUpdate(boolean, boolean, boolean) - Method in interface sk.baka.ambient.library.ILibraryListener
Informs that the file rescan is complete and the database is updated.
LibraryUtils - Class in sk.baka.ambient.library
Library utility methods.
license - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The license URL
LINE_SEPARATOR - Static variable in class entagged.audioformats.asf.util.Utils
Stores the default line seperator of the current underlying system.
listener - Variable in class sk.baka.ambient.activity.main.AbstractController
Listens for click actions and activates ActionsEnum stored in the tag values.
listener - Variable in class sk.baka.ambient.views.ButtonBar
The ONCLICK listener.
listener - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The gesture listener.
listitem - Static variable in class sk.baka.ambient.R.color
 
listView - Variable in class sk.baka.ambient.activity.main.AbstractListController
The list instance.
listview_cursor - Static variable in class sk.baka.ambient.R.color
 
loadFrom(ConfigurationBean) - Method in class sk.baka.ambient.activity.ConfigActivity
Loads the bean data into this activity.
loadObject(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Loads (deserializes) a stored playlist.
loadPlaylist(String) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
Loads playlist with given name.
localCollection - Static variable in class sk.baka.ambient.R.string
 
location - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Location on the filesystem.
longNotificationFormat - Variable in class sk.baka.ambient.ConfigurationBean
The "long" notification format.
LongOperationExecutor - Class in sk.baka.ambient.views
Shows the wait-for dialog and runs long running operation in the background.
LongOperationExecutor(Context, int, int, Runnable) - Constructor for class sk.baka.ambient.views.LongOperationExecutor
Creates the long running operation runner.
LRCLyrics - Class in sk.baka.ambient.lrc
Parses the LRC karaoke format (more on wiki).
LRCStorage - Class in sk.baka.ambient.lrc
Storage for downloaded LRC files.
LRCStorage() - Constructor for class sk.baka.ambient.lrc.LRCStorage
Creates new LRC storage.
lsplaylistDelete - Static variable in class sk.baka.ambient.R.string
 
lsplaylistDeleteAll - Static variable in class sk.baka.ambient.R.string
 
lsplaylistErrLoad - Static variable in class sk.baka.ambient.R.string
 
lsplaylistErrSave - Static variable in class sk.baka.ambient.R.string
 
lsplaylistLoad - Static variable in class sk.baka.ambient.R.string
 
lsplaylistNotExists - Static variable in class sk.baka.ambient.R.string
 
lsplaylistSave - Static variable in class sk.baka.ambient.R.string
 
Lval - Class in hotsax.html.sax
Lval - extends HtmlParserVal (generatated by byacc/j) overrides toString function
Lval(String) - Constructor for class hotsax.html.sax.Lval
 
Lval(Object) - Constructor for class hotsax.html.sax.Lval
 
LyrdbTrack - Class in sk.baka.ambient.lrc.lyrdb
An immutable LyrDB track as returned by the LyrDB search.
LyrdbTrack(String, String, String) - Constructor for class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Creates new track.
lyrics - Static variable in class sk.baka.ambient.R.drawable
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.activity.main.ContextController
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.activity.main.PlayerController
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.library.CoverCache
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in interface sk.baka.ambient.library.ILibraryListener
A lyrics event.

M

magnatune - Static variable in class sk.baka.ambient.R.drawable
 
magnatune - Static variable in class sk.baka.ambient.R.string
 
magnatune_rescan - Static variable in class sk.baka.ambient.R.string
 
magnatune_rescanning - Static variable in class sk.baka.ambient.R.string
 
magnatuneArtistDesc - Static variable in class sk.baka.ambient.R.id
 
magnatunebrowser - Static variable in class sk.baka.ambient.R.id
 
magnatuneButtons - Static variable in class sk.baka.ambient.R.id
 
MagnatuneController - Class in sk.baka.ambient.activity.main
Controls the Magnatune view
MagnatuneController(Activity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.MagnatuneController
Creates new Magnatune controller.
MagnatuneEngine - Class in sk.baka.ambient.activity.search
Search the magnatune collection.
MagnatuneEngine() - Constructor for class sk.baka.ambient.activity.search.MagnatuneEngine
 
magnatuneList - Static variable in class sk.baka.ambient.R.id
 
magnatunePath - Static variable in class sk.baka.ambient.R.id
 
magnatuneRescanUnnecessary - Static variable in class sk.baka.ambient.R.string
 
MagnatuneScanner - Class in sk.baka.ambient.library
Scans the Magnatune store.
MagnatuneScanner() - Constructor for class sk.baka.ambient.library.MagnatuneScanner
 
main(String[]) - Static method in class entagged.audioformats.mp4.util.Mp4InfoReader
 
main(String[]) - Static method in class entagged.audioformats.mp4.util.Mp4TagReader
 
main(String[]) - Static method in class hotsax.html.sax.HtmlLexer
Runs the scanner on input files.
main(String[]) - Static method in class hotsax.html.sax.HtmlParser
 
main(String[]) - Static method in class hotsax.html.sax.ScriptLexer
Runs the scanner on input files.
main(String[]) - Static method in class hotsax.html.sax.StyleLexer
Runs the scanner on input files.
mainAbsolute - Static variable in class sk.baka.ambient.R.id
 
mainActivity - Variable in class sk.baka.ambient.activity.main.AbstractController
Reference to the main activity.
MainActivity - Class in sk.baka.ambient.activity.main
The main activity.
MainActivity() - Constructor for class sk.baka.ambient.activity.main.MainActivity
 
mainactivity - Static variable in class sk.baka.ambient.R.layout
 
mainButtons - Static variable in class sk.baka.ambient.R.id
 
mainCaptionPadded - Static variable in class sk.baka.ambient.R.id
 
mainPadded - Static variable in class sk.baka.ambient.R.id
 
mainView - Variable in class sk.baka.ambient.activity.main.AbstractController
The main view controlled by this controller.
makeView() - Method in class sk.baka.ambient.views.TextScroller
 
mark(int) - Method in class sk.baka.ambient.commons.CountingInputStream
 
markSupported() - Method in class sk.baka.ambient.commons.CountingInputStream
 
maxStorageSize - Variable in class sk.baka.ambient.commons.AbstractFileStorage
Maximum storage size, in bytes.
measuredText - Variable in class sk.baka.ambient.views.ViewUtils
The result of ViewUtils.measureTextCache(Paint, String) is stored here.
measureText(Paint, String, Point) - Static method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and sets them to the given point.
measureText(Paint, String) - Static method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and returns the result as a point.
measureTextCache(Paint, String) - Method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and sets them to the cached point.
mediaPlayerError - Static variable in class sk.baka.ambient.R.string
 
MediaPlayerErrors - Class in sk.baka.ambient.playerservice
Decodes MediaPlayer error codes.
MediaStoreAudio - Class in sk.baka.ambient.collection
Denotes a file in the MediaStore.
MediaStoreAudio(String) - Constructor for class sk.baka.ambient.collection.MediaStoreAudio
Creates new object instance.
MediaStoreCollection - Class in sk.baka.ambient.collection.local
Wrapper for Android MediaStore class.
MediaStoreCollection(ContentResolver) - Constructor for class sk.baka.ambient.collection.local.MediaStoreCollection
Creates new collection wrapper.
MediaStoreTrackProvider - Class in sk.baka.ambient.collection.local
Provides tracks from a MediaStore.
MediaStoreTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.MediaStoreTrackProvider
Creates new provider.
merge(Tag) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
merge(Tag) - Method in interface entagged.audioformats.Tag
 
message - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
The message.
MetadataBlock - Class in entagged.audioformats.flac.util
 
MetadataBlock(MetadataBlockHeader, MetadataBlockData) - Constructor for class entagged.audioformats.flac.util.MetadataBlock
 
MetadataBlockData - Interface in entagged.audioformats.flac.util
 
MetadataBlockDataApplication - Class in entagged.audioformats.flac.util
 
MetadataBlockDataApplication(byte[]) - Constructor for class entagged.audioformats.flac.util.MetadataBlockDataApplication
 
MetadataBlockDataCueSheet - Class in entagged.audioformats.flac.util
 
MetadataBlockDataCueSheet(byte[]) - Constructor for class entagged.audioformats.flac.util.MetadataBlockDataCueSheet
 
MetadataBlockDataPadding - Class in entagged.audioformats.flac.util
 
MetadataBlockDataPadding(int) - Constructor for class entagged.audioformats.flac.util.MetadataBlockDataPadding
 
MetadataBlockDataSeekTable - Class in entagged.audioformats.flac.util
 
MetadataBlockDataSeekTable(byte[]) - Constructor for class entagged.audioformats.flac.util.MetadataBlockDataSeekTable
 
MetadataBlockDataStreamInfo - Class in entagged.audioformats.flac.util
 
MetadataBlockDataStreamInfo(byte[]) - Constructor for class entagged.audioformats.flac.util.MetadataBlockDataStreamInfo
 
MetadataBlockHeader - Class in entagged.audioformats.flac.util
 
MetadataBlockHeader(byte[]) - Constructor for class entagged.audioformats.flac.util.MetadataBlockHeader
 
metadataReceived(String, Map<String, String>) - Method in class sk.baka.ambient.playerservice.PlayerService
 
metadataReceived(String, Map<String, String>) - Method in interface sk.baka.ambient.stream.shoutcast.IShoutcastListener
Invoked when the radio transmits additional metadata.
method - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The request string: GET, POST etc.
minimize - Static variable in class sk.baka.ambient.R.string
 
MiscUtils - Class in sk.baka.ambient.commons
Miscellaneous utility methods.
ModelHolder - Class in sk.baka.ambient.views.gesturelist
Manages the model for the GesturesListView.
ModelHolder(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.ModelHolder
Creates new instance.
ModificationHandler - Class in entagged.audioformats.generic
This class multicasts the events to multiple listener instances.
Additionally the Vetos are handled.
ModificationHandler() - Constructor for class entagged.audioformats.generic.ModificationHandler
 
ModifyVetoException - Exception in entagged.audioformats.exceptions
This exception is thrown if a AudioFileModificationListener wants to prevent the "e;entagged audio library"e; from actually finishing its operation.
This exception can be used in all methods but AudioFileModificationListener.fileOperationFinished(File).
ModifyVetoException() - Constructor for exception entagged.audioformats.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(String) - Constructor for exception entagged.audioformats.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(String, Throwable) - Constructor for exception entagged.audioformats.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(Throwable) - Constructor for exception entagged.audioformats.exceptions.ModifyVetoException
(overridden)
MonkeyDescriptor - Class in entagged.audioformats.ape.util
 
MonkeyDescriptor(byte[]) - Constructor for class entagged.audioformats.ape.util.MonkeyDescriptor
 
MonkeyFileReader - Class in entagged.audioformats.ape
 
MonkeyFileReader() - Constructor for class entagged.audioformats.ape.MonkeyFileReader
 
MonkeyHeader - Class in entagged.audioformats.ape.util
 
MonkeyHeader(byte[]) - Constructor for class entagged.audioformats.ape.util.MonkeyHeader
 
MonkeyInfoReader - Class in entagged.audioformats.ape.util
 
MonkeyInfoReader() - Constructor for class entagged.audioformats.ape.util.MonkeyInfoReader
 
MouseGesturesRecognizer - Class in sk.baka.ambient.views.gesturelist
Responsible for processing mouse events and recognition of mouse movements.
MouseGesturesRecognizer() - Constructor for class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
 
MouseGesturesRecognizer.GestureEnum - Enum in sk.baka.ambient.views.gesturelist
The gesture event type.
move(Interval, int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
move(Interval, int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves selected tracks before track with given index.
move(Interval, int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
move(Interval, int) - Method in class sk.baka.ambient.PlaylistPlayer
 
move - Static variable in class sk.baka.ambient.R.string
 
moveBy(Interval, int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
moveBy(Interval, int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves selected tracks up or down at least delta tracks, depending on the 'delta' value.
moveBy(Interval, int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
moveBy(Interval, int) - Method in class sk.baka.ambient.PlaylistPlayer
 
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
moveItems(Interval, int) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Move selected items up or down.
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
moveItemsByOne(Interval, boolean) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Move selected items up or down.
Mp3FileReader - Class in entagged.audioformats.mp3
 
Mp3FileReader() - Constructor for class entagged.audioformats.mp3.Mp3FileReader
 
Mp3InfoReader - Class in entagged.audioformats.mp3.util
 
Mp3InfoReader() - Constructor for class entagged.audioformats.mp3.util.Mp3InfoReader
 
Mp4Box - Class in entagged.audioformats.mp4.util
 
Mp4Box() - Constructor for class entagged.audioformats.mp4.util.Mp4Box
 
Mp4FileReader - Class in entagged.audioformats.mp4
 
Mp4FileReader() - Constructor for class entagged.audioformats.mp4.Mp4FileReader
 
Mp4InfoReader - Class in entagged.audioformats.mp4.util
 
Mp4InfoReader() - Constructor for class entagged.audioformats.mp4.util.Mp4InfoReader
 
Mp4MvhdBox - Class in entagged.audioformats.mp4.util
 
Mp4MvhdBox(byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4MvhdBox
 
Mp4Tag - Class in entagged.audioformats.mp4
 
Mp4Tag() - Constructor for class entagged.audioformats.mp4.Mp4Tag
 
Mp4TagBinaryField - Class in entagged.audioformats.mp4.util
 
Mp4TagBinaryField(String) - Constructor for class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
Mp4TagBinaryField(String, byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
Mp4TagCoverField - Class in entagged.audioformats.mp4.util
 
Mp4TagCoverField() - Constructor for class entagged.audioformats.mp4.util.Mp4TagCoverField
 
Mp4TagCoverField(byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4TagCoverField
 
Mp4TagCreator - Class in entagged.audioformats.mp4.util
 
Mp4TagCreator() - Constructor for class entagged.audioformats.mp4.util.Mp4TagCreator
 
Mp4TagField - Class in entagged.audioformats.mp4.util
 
Mp4TagField(String) - Constructor for class entagged.audioformats.mp4.util.Mp4TagField
 
Mp4TagField(String, byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4TagField
 
Mp4TagReader - Class in entagged.audioformats.mp4.util
 
Mp4TagReader() - Constructor for class entagged.audioformats.mp4.util.Mp4TagReader
 
Mp4TagTextField - Class in entagged.audioformats.mp4.util
 
Mp4TagTextField(String, byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4TagTextField
 
Mp4TagTextField(String, String) - Constructor for class entagged.audioformats.mp4.util.Mp4TagTextField
 
Mp4TagTextNumberField - Class in entagged.audioformats.mp4.util
 
Mp4TagTextNumberField(String, String) - Constructor for class entagged.audioformats.mp4.util.Mp4TagTextNumberField
 
Mp4TagTextNumberField(String, byte[]) - Constructor for class entagged.audioformats.mp4.util.Mp4TagTextNumberField
 
Mp4TagWriter - Class in entagged.audioformats.mp4.util
 
Mp4TagWriter() - Constructor for class entagged.audioformats.mp4.util.Mp4TagWriter
 
MpcFileReader - Class in entagged.audioformats.mpc
 
MpcFileReader() - Constructor for class entagged.audioformats.mpc.MpcFileReader
 
MpcHeader - Class in entagged.audioformats.mpc.util
 
MpcHeader(byte[]) - Constructor for class entagged.audioformats.mpc.util.MpcHeader
 
MpcInfoReader - Class in entagged.audioformats.mpc.util
 
MpcInfoReader() - Constructor for class entagged.audioformats.mpc.util.MpcInfoReader
 
MPEG_VERSION_1 - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the mpeg frame version 1
MPEG_VERSION_2 - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the mpeg frame version 2
MPEG_VERSION_2_5 - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the mpeg frame version 2.5
MPEG_VERSION_RESERVED - Static variable in class entagged.audioformats.mp3.util.MPEGFrame
Constant holding the reserved mpeg frame
MPEGFrame - Class in entagged.audioformats.mp3.util
Create a MPEG Frame object that represent a Mpeg frame in a mp3 file !! Contains an exception that should be modified !! $Id: MPEGFrame.java,v 1.1 2007/03/23 14:17:02 nicov1 Exp $
MPEGFrame(byte[]) - Constructor for class entagged.audioformats.mp3.util.MPEGFrame
Creates a new MPEG frame with the given bytre array and decodes its contents
MPEGVersionToString(int) - Method in class entagged.audioformats.mp3.util.MPEGFrame
The Mpeg version of this frame in a string representation
MUSIC_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except directories, playlist and track files.
MUSIC_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except playlist and track files.
musicExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of music (track and playlist) files, lower-case.
MutableListAdapter - Class in sk.baka.ambient.views.gesturelist
An adapter backed by a list.
MutableListAdapter(GesturesListView, ModelHolder) - Constructor for class sk.baka.ambient.views.gesturelist.MutableListAdapter
Creates new adapter.
myIP - Variable in class sk.baka.ambient.collection.ampache.AmpacheServer
IP address of this device, must not be null.

N

NAME - Static variable in class hotsax.html.sax.HtmlParser
 
name - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The name of the item, may be null if the name is missing.
name - Variable in class sk.baka.ambient.collection.CategoryItem
The name of the item, may be null if the name is missing.
name - Variable in class sk.baka.ambient.stream.shoutcast.Radio
The displayable radio station name.
newBuilder() - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Returns new track metadata builder instance.
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Creates new cursor, depending on the value of albums argument.
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
newThread(Runnable) - Method in class sk.baka.ambient.BackgroundOpExecutor
 
newThread(Runnable) - Method in class sk.baka.ambient.commons.SocketServer
 
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
newTrackProvider(Random) - Method in interface sk.baka.ambient.collection.ICollection
Returns a new instance of the track provider.
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
next() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
next() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
next() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves to next track to be played.
next() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
next() - Method in class sk.baka.ambient.PlaylistPlayer
 
next48 - Static variable in class sk.baka.ambient.R.drawable
 
next_song - Static variable in class sk.baka.ambient.R.string
 
nextOrThis(T, boolean) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns next enum constant.
nextPage() - Method in class com.es.skreemr.SkreemRSearch
Continue search on next page, keeps same keywords and size.
no - Static variable in class sk.baka.ambient.R.string
 
no_playing_track - Static variable in class sk.baka.ambient.R.string
 
no_track_meta - Static variable in class sk.baka.ambient.R.string
 
normal_song_order - Static variable in class sk.baka.ambient.R.string
 
notification - Static variable in class sk.baka.ambient.R.drawable
 
notification - Static variable in class sk.baka.ambient.R.string
 
NOTIFICATION_ID - Static variable in class sk.baka.ambient.PlaybackNotificator
The ID of the notification.
notification_short - Static variable in class sk.baka.ambient.R.string
 
notificationLocation - Variable in class sk.baka.ambient.ConfigurationBean
Where to show the notification on screen.
notificationType - Variable in class sk.baka.ambient.ConfigurationBean
A notification to show when the current playing track is changed.
NotifyingInputStream - Class in sk.baka.ambient
Notifies periodically the BackgroundOpExecutor about its progress.
NotifyingInputStream(InputStream, int, int, String) - Constructor for class sk.baka.ambient.NotifyingInputStream
 
notifyModified() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Redraws items and reflects changes made to the ModelHolder.getModel() list.
notifyModified() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Redraws items and reflects changes made to the ModelHolder.getModel() list.
notifyOnNextTrack(TrackMetadataBean, ConfigurationBean) - Method in class sk.baka.ambient.PlaybackNotificator
Forces the application to show a notification based on given configuration.
notifyWhenMinimizedOnly - Variable in class sk.baka.ambient.ConfigurationBean
Notify only when minimized.
NULL - Static variable in class sk.baka.ambient.commons.MiscUtils
May be used in maps and/or sets which does not support null.
NullArgumentException - Exception in sk.baka.ambient.commons
Thrown when an argument is null.
NullArgumentException(String) - Constructor for exception sk.baka.ambient.commons.NullArgumentException
 
nullCompare(T, T, boolean) - Static method in class sk.baka.ambient.commons.MiscUtils
Compares two objects.
nullEquals(T, T) - Static method in class sk.baka.ambient.commons.MiscUtils
Similar to MiscUtils.nullCompare(Comparable, Comparable, boolean), but uses Object.equals(Object) instead.
nullIfEmptyOrWhitespace(String) - Static method in class sk.baka.ambient.commons.MiscUtils
If given string is empty, contains spaces only or is null then null is returned.
nullsEqualFields(TrackMetadataBean) - Method in class sk.baka.ambient.collection.TrackMetadataBean
Creates new bean having equal fields nulled.
nullsEqualFields(TrackMetadataBean, boolean) - Method in class sk.baka.ambient.collection.TrackMetadataBean
Creates new bean having equal fields nulled.
numAlbums - Static variable in class sk.baka.ambient.R.string
 
numArtists - Static variable in class sk.baka.ambient.R.string
 
numFiles - Static variable in class sk.baka.ambient.R.string
 
numGenres - Static variable in class sk.baka.ambient.R.string
 
numTracks - Static variable in class sk.baka.ambient.R.string
 

O

obj - Variable in class hotsax.html.sax.HtmlParserVal
object value of this 'union'
ObjectStorage - Class in sk.baka.ambient.commons
Stores objects as files.
ObjectStorage(String) - Constructor for class sk.baka.ambient.commons.ObjectStorage
Creates new playlist storage.
offline(boolean) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.ContextController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
offline(boolean) - Method in interface sk.baka.ambient.IApplicationListener
Informs that the application has entered an offline/online mode.
offline - Static variable in class sk.baka.ambient.R.drawable
 
OggCRCFactory - Class in entagged.audioformats.ogg.util
$Id: OggCRCFactory.java,v 1.1 2007/03/23 14:17:53 nicov1 Exp $
OggCRCFactory() - Constructor for class entagged.audioformats.ogg.util.OggCRCFactory
 
OggFileReader - Class in entagged.audioformats.ogg
 
OggFileReader() - Constructor for class entagged.audioformats.ogg.OggFileReader
 
OggInfoReader - Class in entagged.audioformats.ogg.util
 
OggInfoReader() - Constructor for class entagged.audioformats.ogg.util.OggInfoReader
 
OggPageHeader - Class in entagged.audioformats.ogg.util
$Id: OggPageHeader.java,v 1.1 2007/03/23 14:17:52 nicov1 Exp $
OggPageHeader(byte[]) - Constructor for class entagged.audioformats.ogg.util.OggPageHeader
 
OggTag - Class in entagged.audioformats.ogg
 
OggTag() - Constructor for class entagged.audioformats.ogg.OggTag
 
OggTagCreator - Class in entagged.audioformats.ogg.util
 
OggTagCreator() - Constructor for class entagged.audioformats.ogg.util.OggTagCreator
 
OggTagField - Class in entagged.audioformats.ogg.util
This class encapsulates the name and content of a tag entry in ogg-files.
OggTagField(byte[]) - Constructor for class entagged.audioformats.ogg.util.OggTagField
Creates an instance.
OggTagField(String, String) - Constructor for class entagged.audioformats.ogg.util.OggTagField
Creates an instance.
OggTagReader - Class in entagged.audioformats.ogg.util
 
OggTagReader() - Constructor for class entagged.audioformats.ogg.util.OggTagReader
 
ok - Static variable in class sk.baka.ambient.R.string
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.AbstractController
Called when an action button is pressed.
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.ContextController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
onAttachedToWindow() - Method in class sk.baka.ambient.views.ButtonBar
 
onAttachedToWindow() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onBind(Intent) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onBufferingUpdate(MediaPlayer, int) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onCallStateChanged(int, String) - Method in class sk.baka.ambient.PhoneStateHandler
 
onCancel(DialogInterface) - Method in class sk.baka.ambient.views.LongOperationExecutor
 
onClick(View) - Method in class sk.baka.ambient.activity.main.AbstractController.Listener
 
onCompletion(MediaPlayer) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.AboutActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.AmpacheClientActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.ConfigActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.ErrorActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.StatisticsActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.WelcomeActivity
 
onCreate() - Method in class sk.baka.ambient.AmbientApplication
 
onCreate() - Method in class sk.baka.ambient.playerservice.PlayerService
 
onDestroy() - Method in class sk.baka.ambient.activity.ConfigActivity
 
onDestroy() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onDestroy() - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onDestroy() - Method in class sk.baka.ambient.playerservice.PlayerService
 
onDetachedFromWindow() - Method in class sk.baka.ambient.views.ButtonBar
 
onDraw(Canvas) - Method in class sk.baka.ambient.views.ButtonBar
 
onDraw(Canvas) - Method in class sk.baka.ambient.views.TextProgressBar
 
onError(MediaPlayer, int, int) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.commons.AbstractFileStorage
The file was downloaded and is already registered in the storage.
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.library.CoverCache
 
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.lrc.LRCStorage
 
onFocusChanged(boolean, int, Rect) - Method in class sk.baka.ambient.views.ButtonBar
 
onFocusChanged(boolean, int, Rect) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onItemClick(AdapterView, View, int, long) - Method in class sk.baka.ambient.activity.main.AbstractController.Listener
 
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.KeypadController
 
onKeyMultiple(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyMultiple(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.KeypadController
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.KeypadController
 
onLayout(boolean, int, int, int, int) - Method in class sk.baka.ambient.views.ButtonBar
 
online - Variable in class sk.baka.ambient.AppState
Are we online?
online - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
If true then tracks from this location are stored on-line.
online - Static variable in class sk.baka.ambient.R.drawable
 
onListItemClick(ListView, View, int, long) - Method in class sk.baka.ambient.activity.ErrorActivity
 
onMeasure(int, int) - Method in class sk.baka.ambient.views.ButtonBar
 
onNewIntent(Intent) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onNewIntent(Intent) - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onOptionsItemSelected(MenuItem) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onPrepared(MediaPlayer) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onPrepareOptionsMenu(Menu) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onProgressChanged(SeekBar, int, boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onReceive(Context, Intent) - Method in class sk.baka.ambient.PowerHandler
 
onSizeChanged(int, int, int, int) - Method in class sk.baka.ambient.views.TextScroller
 
onStart() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onStartTrackingTouch(SeekBar) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onStop() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onStopping() - Method in class sk.baka.ambient.collection.ampache.AmpacheServer
 
onStopping() - Method in class sk.baka.ambient.commons.SocketServer
Invoked when the server is being stopped.
onStopTrackingTouch(SeekBar) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onTerminate() - Method in class sk.baka.ambient.AmbientApplication
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.TouchPadController
Handles the View.onTouchEvent(MotionEvent) events.
onTransact(int, Parcel, Parcel, int) - Method in class sk.baka.ambient.playerservice.IPlayer.Stub
 
opened(String, String, boolean, Map<String, String>) - Method in class sk.baka.ambient.playerservice.PlayerService
 
opened(String, String, boolean, Map<String, String>) - Method in interface sk.baka.ambient.stream.shoutcast.IShoutcastListener
The stream was opened and the SHOUTcast metadata was read.
openInputStream() - Method in class sk.baka.ambient.collection.AbstractAudio
Reads the file contents.
openInputStream() - Method in class sk.baka.ambient.collection.FileAudio
 
openInputStream() - Method in class sk.baka.ambient.collection.MediaStoreAudio
 
org.jajuk.util - package org.jajuk.util
 
origin - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The track location.
origin - Static variable in class sk.baka.ambient.R.string
 

P

p(String) - Method in class hotsax.html.sax.HtmlLexer
 
p(String) - Method in class hotsax.html.sax.ScriptLexer
 
p(String) - Method in class hotsax.html.sax.StyleLexer
 
PADDING - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
parse(String) - Method in class hotsax.html.sax.SaxParser
Parser setup code.
parse(InputSource) - Method in class hotsax.html.sax.SaxParser
Parse the input document using the current InputSource's reader
parse(InputStream) - Static method in class sk.baka.ambient.lrc.LRCLyrics
Parses given LRC file
parse(File) - Static method in class sk.baka.ambient.playlist.Parsers
Parses given playlist.
parseGenres() - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the SHOUTcast genre list XML.
parseGenres(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the SHOUTcast genre list XML.
parseM3u(InputStream, String, boolean) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the M3U playlist and returns list of tracks contained in the playlist.
parsePathFormatFailed - Static variable in class sk.baka.ambient.R.string
 
parsePlaylist(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses a playlist and returns list of all radio URLs (the File?=... lines; other lines are ignored).
parsePls(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the PLS playlist and returns list of tracks contained in the playlist.
ParserDelegate - Interface in hotsax.html.sax
ParserDelegate - provides a clean interface between the Byacc/J generated HtmlParse and the SaxParser.
parseRequest(String) - Static method in class sk.baka.ambient.commons.IOUtils
Parses given HTTP request.
parseRFC2822Date(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Parses RFC 2822 date.
Parsers - Class in sk.baka.ambient.playlist
Contains parsers for PLS, m3u, m3u8 and WPL playlists.
parseWpl(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the WPL playlist and returns list of tracks contained in the playlist.
parseXML(InputStream, ContentHandler) - Static method in class sk.baka.ambient.commons.IOUtils
Parses XML readable from given stream.
parseXspf(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the XSPF playlist and returns list of tracks contained in the playlist.
passivate() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
passivate() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Passivates this engine.
passivate() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
password - Variable in class sk.baka.ambient.activity.AmpacheClientBean
Password for ampache.
paste - Static variable in class sk.baka.ambient.R.string
 
path - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The path without the query/anchor part.
pause() - Method in interface sk.baka.ambient.playerservice.IPlayer
Pauses the player, or resumes playback if the player was paused.
pause() - Method in class sk.baka.ambient.PlaylistPlayer
Pauses the player, or resumes playback if the player was paused.
pause - Static variable in class sk.baka.ambient.R.string
 
pause() - Method in class sk.baka.ambient.views.TextScroller
Pauses the scrolling.
pause48 - Static variable in class sk.baka.ambient.R.drawable
 
pauseMs - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
peekNext() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
peekNext() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Peeks at the next track without actually changing the current track.
peekNext() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
peekNext() - Method in class sk.baka.ambient.PlaylistPlayer
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
performSearch(String) - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Performs a search for tracks contained words in given query.
performSearch(String) - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.AbstractController
Zooms, or un-zooms the controller.
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.CollectionController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.ContextController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
 
performZoom(boolean) - Method in class sk.baka.ambient.activity.main.WindowButtonsController
 
PhoneStateHandler - Class in sk.baka.ambient
Handles the phone state events and reacts appropriately.
PhoneStateHandler(AmbientApplication) - Constructor for class sk.baka.ambient.PhoneStateHandler
Creates new phone state handler.
PI_CLOSE - Static variable in class hotsax.html.sax.HtmlParser
 
PI_COLLECT - Static variable in class hotsax.html.sax.HtmlLexer
 
PI_OPEN - Static variable in class hotsax.html.sax.HtmlParser
 
play(String, int, int) - Method in interface sk.baka.ambient.playerservice.IPlayer
Plays given file.
play(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
play(int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Plays given track.
play(int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
play(int) - Method in class sk.baka.ambient.PlaylistPlayer
 
play() - Method in class sk.baka.ambient.PlaylistPlayer
Plays current track from the beginning.
play - Static variable in class sk.baka.ambient.R.string
 
play48 - Static variable in class sk.baka.ambient.R.drawable
 
PlaybackNotificator - Class in sk.baka.ambient
Controls the notification shown when a track is being played.
PlaybackNotificator(AmbientApplication) - Constructor for class sk.baka.ambient.PlaybackNotificator
Creates new notification controller.
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.ContextController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.PlayerController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
playbackStateChanged(PlayerStateEnum) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
The playback state was changed.
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.PowerHandler
 
playCount - Variable in class sk.baka.ambient.playlist.PlaylistItem
how many times this track was played.
player - Static variable in class sk.baka.ambient.R.string
 
player48 - Static variable in class sk.baka.ambient.R.drawable
 
player_short - Static variable in class sk.baka.ambient.R.string
 
playerButtons - Static variable in class sk.baka.ambient.R.id
 
PlayerController - Class in sk.baka.ambient.activity.main
Controls the player view located on the MainActivity activity.
PlayerController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlayerController
Creates the player controller.
playerGap - Variable in class sk.baka.ambient.ConfigurationBean
The gap between tracks, in millis.
playerSeekbar - Static variable in class sk.baka.ambient.R.id
 
PlayerService - Class in sk.baka.ambient.playerservice
Simply plays required audio files.
PlayerService() - Constructor for class sk.baka.ambient.playerservice.PlayerService
 
playerService - Variable in class sk.baka.ambient.PlaylistPlayer
The player service invocator.
playerState - Variable in class sk.baka.ambient.playerservice.PlayerService
The playback state.
PlayerStateEnum - Enum in sk.baka.ambient.playerservice
The player state enum.
playerTickerFormat - Variable in class sk.baka.ambient.ConfigurationBean
Formatting string for the player ticker.
playerTickerText - Static variable in class sk.baka.ambient.R.id
 
playerTime - Static variable in class sk.baka.ambient.R.id
 
playerWindow - Static variable in class sk.baka.ambient.R.id
 
playlist - Variable in class sk.baka.ambient.AppState
The playlist strategy.
playlist - Static variable in class sk.baka.ambient.R.id
 
playlist - Static variable in class sk.baka.ambient.R.string
 
playlist48 - Static variable in class sk.baka.ambient.R.drawable
 
PLAYLIST_ALBUM_ORDER_COMPARATOR - Static variable in class sk.baka.ambient.playlist.Utils
Orders the tracks by albums, track number and finally by filenames.
playlist_clear - Static variable in class sk.baka.ambient.R.string
 
playlist_clear48 - Static variable in class sk.baka.ambient.R.drawable
 
playlist_currenttrack - Static variable in class sk.baka.ambient.R.color
Listview colors
playlist_empty - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except directories and playlist files.
playlist_item - Static variable in class sk.baka.ambient.R.id
 
playlist_item - Static variable in class sk.baka.ambient.R.layout
 
playlist_item_cover - Static variable in class sk.baka.ambient.R.id
 
playlist_item_queue - Static variable in class sk.baka.ambient.R.id
 
playlist_item_text - Static variable in class sk.baka.ambient.R.id
 
playlist_item_trackicon - Static variable in class sk.baka.ambient.R.id
 
playlist_ls - Static variable in class sk.baka.ambient.R.string
 
playlist_mgmt - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except playlist files.
playlist_save - Static variable in class sk.baka.ambient.R.drawable
 
playlist_short - Static variable in class sk.baka.ambient.R.string
 
playlist_shuffle - Static variable in class sk.baka.ambient.R.string
 
playlist_shuffle48 - Static variable in class sk.baka.ambient.R.drawable
 
playlist_sort - Static variable in class sk.baka.ambient.R.drawable
 
playlist_sort - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_VIEW_ID - Static variable in class sk.baka.ambient.activity.main.AbstractPlaylistController
The playlist view id.
PLAYLIST_VIEW_ID - Static variable in class sk.baka.ambient.activity.main.PlaylistController
The playlist view id.
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.ContextController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.PlayerController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
playlistChanged(Interval) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
Fired when the playlist changes - by removing a track, reshuffling etc.
playlistChanged(Interval) - Method in class sk.baka.ambient.PowerHandler
 
PlaylistController - Class in sk.baka.ambient.activity.main
Manages the playlist.
PlaylistController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlaylistController
Creates the controller
playlistDelete - Static variable in class sk.baka.ambient.R.string
 
PlaylistEngine - Class in sk.baka.ambient.activity.search
Search in playlist names.
PlaylistEngine() - Constructor for class sk.baka.ambient.activity.search.PlaylistEngine
 
playlistExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of playlist files, lower-case.
playlistFormat - Variable in class sk.baka.ambient.ConfigurationBean
Formatting string for the playlist items.
PlaylistItem - Class in sk.baka.ambient.playlist
Describes a playlist item at particular index.
PlaylistItem(TrackMetadataBean, int, int) - Constructor for class sk.baka.ambient.playlist.PlaylistItem
Creates new playlist item.
playlistManager - Static variable in class sk.baka.ambient.R.id
 
playlistManagerButtons - Static variable in class sk.baka.ambient.R.id
 
PlaylistManagerController - Class in sk.baka.ambient.activity.main
Controls the playlist manager.
PlaylistManagerController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlaylistManagerController
Creates new playlist manager controller instance.
playlistManagerPlaylists - Static variable in class sk.baka.ambient.R.id
 
playlistNameEmpty - Static variable in class sk.baka.ambient.R.string
 
playlistOverwrite - Static variable in class sk.baka.ambient.R.string
 
PlaylistPlayer - Class in sk.baka.ambient
This is THE component :) Combines player and playlist.
PlaylistPlayer(AmbientApplication) - Constructor for class sk.baka.ambient.PlaylistPlayer
Creates new player instance.
PlaylistPlayerErrorHandler - Class in sk.baka.ambient
Handles errors received by MediaPlayer and tries to recover from them.
PlaylistPlayerErrorHandler(PlaylistPlayer) - Constructor for class sk.baka.ambient.PlaylistPlayerErrorHandler
Creates new error handler.
playWithSeek(int, int) - Method in class sk.baka.ambient.PlaylistPlayer
Plays given track.
playWithSeek(int) - Method in class sk.baka.ambient.PlaylistPlayer
Plays current track from the beginning.
please_wait - Static variable in class sk.baka.ambient.R.string
 
pointToPosition(int, int) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
pollStrings(Cursor, char, int, List<String>, String...) - Static method in class sk.baka.ambient.library.LibraryUtils
Polls all tracks from given cursor.
pollTracks(Cursor) - Static method in class sk.baka.ambient.library.LibraryUtils
Polls all tracks from given cursor.
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.Id3Frame
This method reads the given data of an ID3-Frame and interprets it implementation specific.
The values of the Id3Frame instance are adjusted.
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.TimeId3Frame
(overridden)
populate(byte[]) - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
PORT - Static variable in class sk.baka.ambient.collection.ampache.AmpacheServer
The port to listen on.
PORT - Static variable in class sk.baka.ambient.playerservice.StreamerServer
The port to listen on.
position - Variable in class entagged.audioformats.asf.data.Chunk
The position of current header object within file or stream.
position - Variable in class sk.baka.ambient.AppState
Position in playback, in milliseconds.
PowerHandler - Class in sk.baka.ambient
Ensures that the WiFi is not turned off while playing an online content.
PowerHandler(AmbientApplication) - Constructor for class sk.baka.ambient.PowerHandler
Creates new power handler.
prettyPrint() - Method in class entagged.audioformats.asf.data.AsfHeader
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.Chunk
This method creates a String containing usefull information prepared to be printed on stdout.
prettyPrint() - Method in class entagged.audioformats.asf.data.ContentDescription
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.EncodingChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method creates a String containing the tag elements an their values for printing.
prettyPrint() - Method in class entagged.audioformats.asf.data.FileHeader
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.StreamBitratePropertiesChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.StreamChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
(overridden)
prev48 - Static variable in class sk.baka.ambient.R.drawable
 
prev_song - Static variable in class sk.baka.ambient.R.string
 
previous() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
previous() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns previous track to be played.
previous() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
previous() - Method in class sk.baka.ambient.PlaylistPlayer
 
printBuffer() - Method in class hotsax.html.sax.HtmlLexer
 
printBuffer() - Method in class hotsax.html.sax.ScriptLexer
 
printBuffer() - Method in interface hotsax.html.sax.SemanticLexer
Debugs the yy_buffer.
printBuffer() - Method in class hotsax.html.sax.StyleLexer
 
processingInstruction(HtmlParserVal, HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
Parse a PI and pass it to the contentHandler event (does not pass xml declaration: ) Separates the target from the data by using whitespace.
processingInstruction(HtmlParserVal, HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
Parse a PI and pass it to the contentHandler event (does not pass xml declaration: ) Separates the target from the data by using whitespace.
processingInstruction(HtmlParserVal, HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
Parse a PI and pass it to the contentHandler event (does not pass xml declaration: ) Separates the target from the data by using whitespace.
processMouseEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Processes mouse event.
psPlay(int, int) - Method in class sk.baka.ambient.PlaylistPlayer
Requests the player service to play given track.
purge() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Purges the cache - removes all cached files.
put(String, V, Class<? extends V>, SharedPreferences.Editor) - Static method in class sk.baka.ambient.commons.Binder
Puts given object into an editor.

Q

query - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The query parameter values.
queue(Interval) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
queue(Interval) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Queue this track for playing, after all other queued tracks.
queue(Interval) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
queue(int) - Method in class sk.baka.ambient.PlaylistPlayer
Queues given track, after all other queued tracks.
queue(Interval) - Method in class sk.baka.ambient.PlaylistPlayer
 
queue - Static variable in class sk.baka.ambient.R.drawable
 
queue_track - Static variable in class sk.baka.ambient.R.string
 
queueOrder - Variable in class sk.baka.ambient.playlist.PlaylistItem
the order in which the track is queued, or 0 if the track is not queued.
queueScanner(TrackOriginEnum) - Method in class sk.baka.ambient.library.Library
Rescans desired storage for music files and adds them to the library.
quit - Static variable in class sk.baka.ambient.R.drawable
 
quit - Static variable in class sk.baka.ambient.R.string
 

R

R - Class in sk.baka.ambient
 
R() - Constructor for class sk.baka.ambient.R
 
R.attr - Class in sk.baka.ambient
 
R.attr() - Constructor for class sk.baka.ambient.R.attr
 
R.color - Class in sk.baka.ambient
 
R.color() - Constructor for class sk.baka.ambient.R.color
 
R.drawable - Class in sk.baka.ambient
 
R.drawable() - Constructor for class sk.baka.ambient.R.drawable
 
R.id - Class in sk.baka.ambient
 
R.id() - Constructor for class sk.baka.ambient.R.id
 
R.layout - Class in sk.baka.ambient
 
R.layout() - Constructor for class sk.baka.ambient.R.layout
 
R.string - Class in sk.baka.ambient
 
R.string() - Constructor for class sk.baka.ambient.R.string
 
R.style - Class in sk.baka.ambient
 
R.style() - Constructor for class sk.baka.ambient.R.style
 
R.styleable - Class in sk.baka.ambient
 
R.styleable() - Constructor for class sk.baka.ambient.R.styleable
 
R.xml - Class in sk.baka.ambient
 
R.xml() - Constructor for class sk.baka.ambient.R.xml
 
Radio - Class in sk.baka.ambient.stream.shoutcast
A SHOUTcast radio station.
Radio(String, String, String, String) - Constructor for class sk.baka.ambient.stream.shoutcast.Radio
Creates new radio
radioNewTrack(String) - Method in class sk.baka.ambient.activity.main.PlayerController
 
radioNewTrack(String) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
Track was switched while a radio is playing.
RadioStreamCorruptedException - Exception in sk.baka.ambient.stream.shoutcast
Thrown when the radio stream is most likely corrupted.
RadioStreamCorruptedException(String) - Constructor for exception sk.baka.ambient.stream.shoutcast.RadioStreamCorruptedException
 
random - Variable in class sk.baka.ambient.AppState
The random state.
Random - Enum in sk.baka.ambient.playlist
Random play.
RANDOM - Static variable in class sk.baka.ambient.playlist.Utils
The random number generator.
random_album - Static variable in class sk.baka.ambient.R.drawable
 
random_album_playlist - Static variable in class sk.baka.ambient.R.drawable
 
random_album_track - Static variable in class sk.baka.ambient.R.drawable
 
random_albums - Static variable in class sk.baka.ambient.R.string
 
random_albums_playlist - Static variable in class sk.baka.ambient.R.string
 
random_albums_tracks - Static variable in class sk.baka.ambient.R.string
 
random_no - Static variable in class sk.baka.ambient.R.drawable
 
random_track - Static variable in class sk.baka.ambient.R.drawable
 
random_tracks - Static variable in class sk.baka.ambient.R.string
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.ContextController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.PlayerController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
randomChanged(Random) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
The play mode was changed.
randomChanged(Random) - Method in class sk.baka.ambient.PowerHandler
 
randomize(Random, List<? extends PlaylistItem>, PlaylistItem) - Static method in enum sk.baka.ambient.playlist.Random
Randomizes given playlist as specified by the Random constant.
rawQuery(String, String[]) - Method in class sk.baka.ambient.library.DBStrategy
Invokes the SQLiteDatabase.rawQuery(String, String[]) method.
rawTrackQuery(String, String[]) - Method in class sk.baka.ambient.library.DBStrategy
Performs a raw query on the track table.
read(RandomAccessFile) - Method in class entagged.audioformats.ape.util.ApeTagReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.ape.util.MonkeyInfoReader
 
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.ContentDescriptionReader
Creates and fills a ContentDescriptionfrom given file.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.EncodingChunkReader
This reads the current data and interprets it as an encoding chunk.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.ExtContentDescReader
Reads the current chunk if it is a matching one.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.FileHeaderReader
Creates and fills a FileHeaderfrom given file.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.StreamBitratePropertiesReader
This reads the current data and interprets it as an "stream bitrate properties" chunk.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.StreamChunkReader
Reads audio and video stream information.
read(File) - Static method in class entagged.audioformats.AudioFileIO
Read the tag contained in the given file.
read(RandomAccessFile) - Method in class entagged.audioformats.flac.util.FlacInfoReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.flac.util.FlacTagReader
 
read(File) - Method in class entagged.audioformats.generic.AudioFileReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v1TagReader
 
read(ByteBuffer, boolean[], byte) - Method in class entagged.audioformats.mp3.util.Id3v24TagReader
This method reads an ID3V2 tag from the given ByteBuffer at its curren pointer location.
read(RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v2TagReader
This method reads the given file and searches for an ID3V2 Tag.
read(RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Mp3InfoReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.mp4.util.Mp4InfoReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.mp4.util.Mp4TagReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.mpc.util.MpcInfoReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.ogg.util.OggInfoReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.ogg.util.OggTagReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.ogg.util.VorbisTagReader
 
read(RandomAccessFile) - Method in class entagged.audioformats.wav.util.WavInfoReader
 
read() - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[], int, int) - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[]) - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[], int, int) - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
read() - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
read(byte[]) - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
read7Bit(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads one byte from raf and creates an unsigned value of it.
readBig64(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads 8 bytes, interprets them as an unsigned number and creates a BigInteger
readCharacterSizedString(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads a UTF-16 String, which legth is given on the number of characters it consits of.
readChunckHeader(RandomAccessFile) - Static method in class entagged.audioformats.asf.io.ChunkHeaderReader
Interprets current data as a header of a chunk.
readFile(File) - Method in class entagged.audioformats.AudioFileIO
Read the tag contained in the given file.
readFixedSizeUTF16Str(RandomAccessFile, int) - Static method in class entagged.audioformats.asf.io.ContentDescriptionReader
This method reads a UTF-16 encoded String.
readGUID(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This Method reads a GUID (which is a 16 byte long sequence) from the given raf and creates a wrapper.
readHeader(RandomAccessFile) - Static method in class entagged.audioformats.asf.io.AsfHeaderReader
This method tries to extract an ASF-header out of the given stream.
readLine(InputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Reads a line from given stream.
readRequest(InputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Reads the request until an empty string is encountered.
readTrack(Cursor, Uri) - Static method in class sk.baka.ambient.collection.local.MediaStoreCollection
Reads a single track from current cursor position.
readTracks(Cursor, Uri) - Static method in class sk.baka.ambient.collection.local.MediaStoreCollection
Reads tracks from given cursor.
readUINT16(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
 
readUINT32(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
 
readUINT64(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
Reads long as little endian.
readUTF16LEStr(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads a UTF-16 encoded String, beginning with a 16-bit value representing the number of bytes needed.
recomputeListItems() - Method in class sk.baka.ambient.activity.main.AbstractListController
Recomputes the model.
recomputeListItems() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.search.StringListController
 
RECORD_DAT - Static variable in class entagged.audioformats.mp3.Id3V2TagConverter
Field name of the "TDAT" field of version v2.3.
RECORDING_TIME - Static variable in class entagged.audioformats.mp3.Id3V2TagConverter
Field name of the "TDRC" field of version 2.4.
recycleBitmaps(Collection<Bitmap>) - Static method in class sk.baka.ambient.views.ViewUtils
Recycles given collection of bitmap.
Ref<T> - Interface in sk.baka.ambient.commons
Refers to an object.
refetchData() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Updates the data which is currently being shown.
refresh - Static variable in class sk.baka.ambient.R.drawable
 
refreshAmpacheSession - Static variable in class sk.baka.ambient.R.string
 
refreshKaraoke - Static variable in class sk.baka.ambient.R.string
 
register(String) - Method in class sk.baka.ambient.library.GenreCache
Registers a genre and returns a list of ids of registered genres.
registerAndUpdate(SimpleBus) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Registers all controllers from given bus.
registerFile(String, String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Registers a file to the cache.
registerNewGenre(String) - Method in class sk.baka.ambient.library.DBStrategy
Registers new genre and returns its id.
registerNewTrack(TrackMetadataBean, Set<Long>) - Method in class sk.baka.ambient.library.DBStrategy
Registers a new track with given genres.
registerProvider(TrackOriginEnum, ICollection) - Method in class sk.baka.ambient.AmbientApplication
Registers new provider for given origin.
registerStateAware(AppState.IAppStateAware) - Method in class sk.baka.ambient.AppStateHandler
Registers given state aware object.
reinit(AppState) - Method in class sk.baka.ambient.activity.main.MainActivity
 
reinit(AppState) - Method in interface sk.baka.ambient.AppState.IAppStateAware
Cherry-picks values from the application state and reinitializes itself.
reinit() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
reinit() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Reinitializes the playlist - recomputes new random track ordering etc.
reinit() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
reinit() - Method in class sk.baka.ambient.PlaylistPlayer
 
reinit(IPlaylistStrategy) - Method in class sk.baka.ambient.PlaylistPlayer
Reinits the player with given playlist strategy.
reinit(AppState) - Method in class sk.baka.ambient.PlaylistPlayer
 
rememberPlaylist - Variable in class sk.baka.ambient.ConfigurationBean
Remember playlist on player quit.
remove(String) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method removes the content descriptor with the given name.
remove() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
remove(Interval) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
remove(Interval) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Removes tracks with given index from the playlist.
remove(Interval) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
remove(int) - Method in class sk.baka.ambient.PlaylistPlayer
Removes a track with given index from the playlist.
remove(Interval) - Method in class sk.baka.ambient.PlaylistPlayer
 
removeAsciiGraphics(String) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Removes the ASCII graphics from the string start and end.
removeAudioFileModificationListener(AudioFileModificationListener) - Method in class entagged.audioformats.AudioFileIO
Removes an listener for all file formats.
removeAudioFileModificationListener(AudioFileModificationListener) - Method in class entagged.audioformats.generic.ModificationHandler
This method removes an AudioFileModificationListener
removeFile(File) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Removes a file from the cache.
removeFromAlbumMap(Map<String, List<TrackMetadataBean>>, TrackMetadataBean) - Static method in class sk.baka.ambient.playlist.Utils
Removes given track from the album map structure.
removeFromHistory(int) - Method in interface sk.baka.ambient.collection.IDynamicPlaylistTrackProvider
Removes given amount of oldest tracks from the history.
removeFromHistory(int) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
removeHandler(Object) - Method in class sk.baka.ambient.commons.SimpleBus
Unregisters this handler.
removeHandler(Object, Class<?>) - Method in class sk.baka.ambient.commons.SimpleBus
Unregisters given handler only to given message type.
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
The contract: when overriding this method, be sure to call this super method after you are done deleting items.
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
removeItems(Interval) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
removeItems(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Remove these items from the list.
removeTrailingSlash(String) - Static method in class sk.baka.ambient.commons.IOUtils
Removes trailing slash from given file name.
repeat - Variable in class sk.baka.ambient.AppState
The repeat state.
Repeat - Enum in sk.baka.ambient.playlist
Denotes what should be repeated.
repeat_album - Static variable in class sk.baka.ambient.R.drawable
 
repeat_album - Static variable in class sk.baka.ambient.R.string
 
repeat_no - Static variable in class sk.baka.ambient.R.drawable
 
repeat_nothing - Static variable in class sk.baka.ambient.R.string
 
repeat_playlist - Static variable in class sk.baka.ambient.R.drawable
 
repeat_playlist - Static variable in class sk.baka.ambient.R.string
 
repeat_track - Static variable in class sk.baka.ambient.R.drawable
 
repeat_track - Static variable in class sk.baka.ambient.R.string
 
repeatChanged(Repeat) - Method in class sk.baka.ambient.activity.main.ContextController
 
repeatChanged(Repeat) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
repeatChanged(Repeat) - Method in class sk.baka.ambient.activity.main.PlayerController
 
repeatChanged(Repeat) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
repeatChanged(Repeat) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
The play mode was changed.
repeatChanged(Repeat) - Method in class sk.baka.ambient.PowerHandler
 
replaceLocations(Map<String, String>) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
replaceLocations(Map<String, String>) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Modifies the playlist by changing all PlaylistItem locations.
replaceLocations(Map<String, String>) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
replaceLocations(List<PlaylistItem>, Map<String, String>) - Static method in class sk.baka.ambient.playlist.Utils
Modifies the playlist by changing all PlaylistItem locations.
replaceLocations(Map<String, String>) - Method in class sk.baka.ambient.PlaylistPlayer
 
requestPath - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The original request path.
reset() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Resets the controller and shows the first manager, the GroupingManager.
reset(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheServer
Resets the server and sets new credentials required.
reset(AmpacheClientBean) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
Reinitializes this object with new username and password.
reset() - Method in interface sk.baka.ambient.collection.IDynamicPlaylistTrackProvider
Reinitializes itself - polls tracks from the DB etc.
reset() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
reset() - Method in class sk.baka.ambient.commons.CountingInputStream
 
resolveEntity(String, String) - Method in class hotsax.html.sax.helpers.EntityResolverImpl
Resolve anu local entities based on URI.
restoreSelector() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Restores the original selector.
resume() - Method in class sk.baka.ambient.views.TextScroller
Resumes the scrolling.
returnsTrackList - Variable in enum sk.baka.ambient.activity.search.SearchType
If true then this search returns a list of tracks.
revertSemanticLexer() - Method in class hotsax.html.sax.HtmlParser
Revert the SemanticLexer to the default value.
RIGHT_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of right movement.
root - Static variable in class sk.baka.ambient.R.drawable
 
rootId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
run() - Method in class hotsax.html.sax.HtmlParser
A default run method, used for operating this parser object in the background.
run() - Method in class sk.baka.ambient.collection.CollectionSynchronizer
 
run() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
run() - Method in class sk.baka.ambient.views.LongOperationExecutor
Internal, do not call.

S

saveConfig() - Method in class sk.baka.ambient.AppStateHandler
Stores the configuration bean to the shared preferences.
savedPlaylists - Static variable in class sk.baka.ambient.R.string
 
saveObject(String, Serializable) - Method in class sk.baka.ambient.commons.ObjectStorage
Stores (serializes) a stored playlist.
savePlaylist - Static variable in class sk.baka.ambient.R.string
 
savePlaylistAs - Static variable in class sk.baka.ambient.R.string
 
savePlaylistWizard(Context) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
Navigates user through a 'save playlist' wizard.
saveState() - Method in class sk.baka.ambient.AppStateHandler
Saves the state.
saveTo(ConfigurationBean) - Method in class sk.baka.ambient.activity.ConfigActivity
Store values selected in this activity into given bean.
SaxHandlerDelegate - Class in hotsax.html.sax
SaxHandlerDelegate - provides a clean interface between the Byacc/J generated HtmlParse and the SaxParser.
SaxHandlerDelegate(HtmlParser) - Constructor for class hotsax.html.sax.SaxHandlerDelegate
 
SaxParser - Class in hotsax.html.sax
SaxParser - lite SAX parser.
SaxParser() - Constructor for class hotsax.html.sax.SaxParser
Creates new SaxParser
scanDirs - Variable in class sk.baka.ambient.ConfigurationBean
Scan these directories for sound files.
schedule(Runnable, Object, boolean, String) - Method in class sk.baka.ambient.BackgroundOpExecutor
Schedules given task for execution.
ScriptLexer - Class in hotsax.html.sax
This class is a scanner generated by JFlex 1.3.2 on 8/10/01 4:37 PM from the specification file file:/home/edh/sourceforge/HotSAX/./build/src/hotsax/html/sax/ScriptLexer.flex
ScriptLexer(Reader, HtmlParser) - Constructor for class hotsax.html.sax.ScriptLexer
 
ScriptLexer(HtmlParser) - Constructor for class hotsax.html.sax.ScriptLexer
 
ScriptLexer(Reader) - Constructor for class hotsax.html.sax.ScriptLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
ScriptLexer(InputStream) - Constructor for class hotsax.html.sax.ScriptLexer
Creates a new scanner.
search(String, int, int) - Method in class com.es.skreemr.SkreemRSearch
Make a new search.
search(String, int) - Method in class com.es.skreemr.SkreemRSearch
Make a new search.
search(TrackMetadataBean, boolean) - Static method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Search for a karaoke files for given track.
search - Static variable in class sk.baka.ambient.R.layout
 
search - Static variable in class sk.baka.ambient.R.xml
 
SearchActivity - Class in sk.baka.ambient.activity.search
The search activity, searches for miscellaneous data.
SearchActivity() - Constructor for class sk.baka.ambient.activity.search.SearchActivity
 
searchAmbient - Static variable in class sk.baka.ambient.R.string
 
searchAmpache - Static variable in class sk.baka.ambient.R.string
 
searchClose - Static variable in class sk.baka.ambient.R.id
 
searchEmbedToPlayer - Static variable in class sk.baka.ambient.R.id
 
searchEngineAmpache - Static variable in class sk.baka.ambient.R.id
 
searchEngineCollection - Static variable in class sk.baka.ambient.R.id
 
searchEngineMagnatune - Static variable in class sk.baka.ambient.R.id
 
searchEngineShoutcastGenres - Static variable in class sk.baka.ambient.R.id
 
searchEngineSkreemR - Static variable in class sk.baka.ambient.R.id
 
searchEngineStoredPlaylistNames - Static variable in class sk.baka.ambient.R.id
 
searching - Static variable in class sk.baka.ambient.R.string
 
searchingFailed - Static variable in class sk.baka.ambient.R.string
 
searchPickEngine - Static variable in class sk.baka.ambient.R.id
 
searchPickEngine - Static variable in class sk.baka.ambient.R.string
 
searchPickEngineText - Static variable in class sk.baka.ambient.R.id
 
searchQuery - Static variable in class sk.baka.ambient.R.string
 
searchResultList - Static variable in class sk.baka.ambient.R.id
 
searchResults - Static variable in class sk.baka.ambient.R.id
 
searchresults - Static variable in class sk.baka.ambient.R.id
 
searchResults - Static variable in class sk.baka.ambient.R.string
 
searchresultsList - Static variable in class sk.baka.ambient.R.id
 
searchresultsQuery - Static variable in class sk.baka.ambient.R.id
 
searchShoutcastGenres - Static variable in class sk.baka.ambient.R.string
 
searchTrackCaptionPadded - Static variable in class sk.baka.ambient.R.id
 
searchTrackPadded - Static variable in class sk.baka.ambient.R.id
 
searchTracks(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Search song which Song Title, Artist Name, Album Name or Genre Name contains given substring.
searchTracks(String) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
searchTracks(String) - Method in interface sk.baka.ambient.collection.ICollection
Search song which Song Title, Artist Name, Album Name or Genre Name contains given substring.
searchTracks(String) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
searchTracks(String) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
SearchType - Enum in sk.baka.ambient.activity.search
Enumerates search types.
seek(int) - Method in interface sk.baka.ambient.playerservice.IPlayer
Seeks to given position.
seek(int) - Method in class sk.baka.ambient.PlaylistPlayer
Seeks to given position.
seekable - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
If true then media player is able to seek in this media type.
SEEKTABLE - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
select_all - Static variable in class sk.baka.ambient.R.string
 
selection - Static variable in class sk.baka.ambient.R.string
 
selectionChanged() - Method in class sk.baka.ambient.views.gesturelist.KeypadController
Invoked when the selection is changed.
SemanticLexer - Interface in hotsax.html.sax
 
serialize(Serializable, OutputStream) - Static method in class sk.baka.ambient.commons.MiscUtils
Serializes given object to the output stream.
serializeItem(CategoryItem) - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
serializeItem(CategoryItem) - Method in interface sk.baka.ambient.collection.ICollection
Returns ID returned by this collection in the CategoryItem.id as String.
serializeItem(CategoryItem) - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
serializeItem(CategoryItem) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
serializeToBytes(Serializable) - Static method in class sk.baka.ambient.commons.MiscUtils
Serializes given object to the output stream.
ServerHttpException - Exception in sk.baka.ambient.commons
The server-side HTTP exception.
ServerHttpException(int) - Constructor for exception sk.baka.ambient.commons.ServerHttpException
Creates new exception.
ServerHttpException(int, String) - Constructor for exception sk.baka.ambient.commons.ServerHttpException
Creates new exception.
ServerHttpException(int, Throwable) - Constructor for exception sk.baka.ambient.commons.ServerHttpException
Creates new exception.
serverURL - Variable in class sk.baka.ambient.collection.ampache.AmpacheClient
Holds the server URL.
set(TagField) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
set(TagField) - Method in interface entagged.audioformats.Tag
 
setAdapter(ListAdapter) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
setAlbum(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setAlbum(String) - Method in interface entagged.audioformats.Tag
 
setAlbum(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Album name.
setAlbums(int) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Contains a number of albums for given artist or genre.
setArtist(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setArtist(String) - Method in interface entagged.audioformats.Tag
 
setArtist(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
 
setArtistDesc(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The artist's description.
setArtistURL(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
A link to artist's page
setAuthor(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setAverageBytesPerSec(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setBinaryValue(byte[]) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setBitmaps(int[], int[], Point, Point) - Method in class sk.baka.ambient.views.ButtonBar
Sets a new set of images to be shown.
setBitrate(int) - Method in class entagged.audioformats.EncodingInfo
This Method sets the bitrate in "Kbps".
setBitrate(int) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Bitrate in kbps.
setBitsPerSample(int) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the bitsPerSample
setBlockAlignment(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the blockAlignment.
setBooleanValue(boolean) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setBuffer(SemanticLexer) - Method in class hotsax.html.sax.HtmlLexer
Sets this lexer to the same yybuffer, and character positions as the other lexer
setBuffer(SemanticLexer) - Method in class hotsax.html.sax.ScriptLexer
Sets this lexer to the same yybuffer, and character positions as the other lexer
setBuffer(SemanticLexer) - Method in interface hotsax.html.sax.SemanticLexer
Sets the buffer from another SemanticLexer, probably the default one.
setBuffer(SemanticLexer) - Method in class hotsax.html.sax.StyleLexer
Sets this lexer to the same yybuffer, and character positions as the other lexer
setBuyURL(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
You can buy the album here.
setCacheOverflowBehavior(boolean) - Method in class sk.baka.ambient.library.CoverCache
Sets the cache behavior when the cache is full.
setCategory(CategoryEnum) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Sets the category.
setChannelCount(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setChannelNumber(int) - Method in class entagged.audioformats.EncodingInfo
Sets the number of channels.
setClipboard(TrackListClipboardObject) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
setClipboard(Object) - Method in class sk.baka.ambient.AmbientApplication
Sets clipboard contents.
setClipboard(TrackListClipboardObject) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Sets the new clipboard.
setCodecData(byte[]) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the codecData
setCodecId(byte[]) - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
setComment(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setComment(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setComment(String) - Method in interface entagged.audioformats.Tag
 
setComposer(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Original composer.
setCompressionFormat(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setContent(String) - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
setContent(String) - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
setContent(String) - Method in interface entagged.audioformats.generic.TagTextField
Sets the content of the field.
setContent(String) - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
setContent(String) - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
setContent(String) - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
setContent(List<String>) - Method in class sk.baka.ambient.activity.search.StringListController
Sets the content and updates the list view.
setContentDescription(ContentDescription) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setContentEncrypted(boolean) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setContentHandler(ContentHandler) - Method in class hotsax.html.sax.SaxParser
 
setCopyRight(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setCover(TrackMetadataBean, ImageView) - Method in class sk.baka.ambient.library.CoverCache
Fetches a cover for a track and sets it into given view.
setData(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4TagBinaryField
 
setDebug(boolean) - Method in class hotsax.html.sax.HtmlLexer
 
setDebug(boolean) - Method in class hotsax.html.sax.ScriptLexer
 
setDebug(boolean) - Method in class hotsax.html.sax.StyleLexer
 
setDTDHandler(DTDHandler) - Method in class hotsax.html.sax.SaxParser
 
setDWordValue(long) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setEncoding(String) - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
setEncoding(String) - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
setEncoding(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setEncoding(String) - Method in interface entagged.audioformats.generic.TagTextField
Sets the charset encoding used by the field.
setEncoding(String) - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
setEncoding(String) - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
setEncoding(String) - Method in class entagged.audioformats.ogg.util.OggTagField
(overridden)
setEncoding(String) - Method in interface entagged.audioformats.Tag
 
setEncodingChunk(EncodingChunk) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setEncodingType(String) - Method in class entagged.audioformats.EncodingInfo
Sets the type of the encoding.
This is a bit format specific.
eg:Layer I/II/III
setEntityResolver(EntityResolver) - Method in class hotsax.html.sax.SaxParser
 
setEOP(boolean) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
The EOP state should be modified.
setErrorConcealment(GUID) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method sets the error concealment type which is given by two GUIDs.
setErrorHandler(ErrorHandler) - Method in class hotsax.html.sax.SaxParser
 
setExtendedContentDescription(ExtendedContentDescription) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setExtraEncodingInfos(String) - Method in class entagged.audioformats.EncodingInfo
A string contianing anything else that might be interesting
setFeature(String, boolean) - Method in class hotsax.html.sax.SaxParser
 
setFileHeader(FileHeader) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setFileSize(long) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
File size in bytes.
setFrequency(int) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Frequency in hz.
setGenre(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setGenre(String) - Method in interface entagged.audioformats.Tag
 
setGenre(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Genre.
setHistoryLength(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Sets the history length.
setID(int) - Method in class entagged.audioformats.AudioFile
 
setId(Object) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Sets id.
setLength(int) - Method in class entagged.audioformats.EncodingInfo
This method sets the audio duration of the represented clip.
setLength(int) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Length in seconds.
setLicense(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The license URL
setLocation(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Location on the filesystem.
setLval(String) - Method in class hotsax.html.sax.HtmlLexer
 
setLval(Attribute) - Method in class hotsax.html.sax.HtmlLexer
 
setLval(String) - Method in class hotsax.html.sax.ScriptLexer
 
setLval(Attribute) - Method in class hotsax.html.sax.ScriptLexer
 
setLval(Lval) - Method in class hotsax.html.sax.ScriptLexer
 
setLval(String) - Method in class hotsax.html.sax.StyleLexer
 
setLval(Attribute) - Method in class hotsax.html.sax.StyleLexer
 
setLval(Lval) - Method in class hotsax.html.sax.StyleLexer
 
setLyricsForTrack(TrackMetadataBean, LyrdbTrack) - Method in class sk.baka.ambient.lrc.LRCStorage
Sets preferred lyrics for given track.
setMaxStorageSize(long) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Sets maximum cache size, removing files if required.
setMode(int, Object, boolean) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Sets the mode tooltip the view is currently in.
setName(String) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Sets name.
setOffline(boolean) - Method in class sk.baka.ambient.AmbientApplication
Sets the online/offline state.
setOffline(boolean) - Method in class sk.baka.ambient.BackgroundOpExecutor
Sets the online/offline state of the executor.
setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
setOrigin(TrackOriginEnum) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The track location.
setParserDelegate(ParserDelegate) - Method in class hotsax.html.sax.HtmlParser
Set the ParserDelegate.
setPictureHeight(long) - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
setPictureWidth(long) - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
setPreciseLength(float) - Method in class entagged.audioformats.EncodingInfo
This method sets the audio duration of the represented clip.
setProperty(String, Object) - Method in class hotsax.html.sax.SaxParser
 
setQWordValue(long) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setRandom(Random, TrackMetadataBean) - Method in interface sk.baka.ambient.collection.IDynamicPlaylistTrackProvider
Sets the random mode of tracks provided next by the provider.
setRandom(Random, TrackMetadataBean) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
setRandom(Random) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
setRandom(Random) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Sets the random mode.
setRandom(Random) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
setRandom(Random) - Method in class sk.baka.ambient.PlaylistPlayer
 
setRating(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setReader(Reader) - Method in class hotsax.html.sax.HtmlLexer
 
setReader(Reader) - Method in class hotsax.html.sax.HtmlParser
Set the reader the parser is using.
setReader(Reader) - Method in class hotsax.html.sax.ScriptLexer
 
setReader(Reader) - Method in interface hotsax.html.sax.SemanticLexer
Ser the Reader for the lexer.
setReader(Reader) - Method in class hotsax.html.sax.StyleLexer
 
setRepeat(Repeat) - Method in class sk.baka.ambient.PlaylistPlayer
Sets the repeat mode.
setRepresentedVersion(byte) - Method in class entagged.audioformats.mp3.Id3v2Tag
 
setResults(List<TrackMetadataBean>, String, SearchType) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
Shows given search result on the list view.
setSamplingRate(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setSamplingRate(int) - Method in class entagged.audioformats.EncodingInfo
Sets the Sampling rate in "Hz"
setScrolledText(String) - Method in class sk.baka.ambient.views.TextScroller
Sets new text to the scroller.
setSemanticLexer(String) - Method in class hotsax.html.sax.HtmlParser
Change the lexer to the one specified in the name.
setSongs(int) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Contains a number of songs for given artist, genre or album.
setStreamBitratePropertiesChunk(StreamBitratePropertiesChunk) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setStreamNumber(int) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setStreamSpecificDataSize(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setString(String) - Method in class entagged.audioformats.asf.util.AsfCopyrightField
This method sets the content of the current copyright field.
setStringValue(String) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setText(String) - Method in class sk.baka.ambient.views.TextProgressBar
Sets the text currently being shown.
setText(int) - Method in class sk.baka.ambient.views.TextProgressBar
Sets the text currently being shown.
setTimeOffset(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setTitle(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setTitle(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setTitle(String) - Method in interface entagged.audioformats.Tag
 
setTitle(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Track title.
setTrack(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setTrack(String) - Method in interface entagged.audioformats.Tag
 
setTrackNumber(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Track number in the album ordering.
setTracks(List<TrackMetadataBean>) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
Sets new track list.
setTypeSpecificDataSize(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setUpcomingTrackCount(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Sets the upcoming track count.
setVbr(boolean) - Method in class entagged.audioformats.EncodingInfo
Sets the VBR flag for the represented audio clip.
setVendor(String) - Method in class entagged.audioformats.ogg.OggTag
 
setVisibility(boolean) - Method in class sk.baka.ambient.activity.main.AbstractController
Sets the visibility of the view controlled by this controller.
setWatchedDirectories(String) - Method in class sk.baka.ambient.library.Library
Parses given directory list and sets Library.watchedDirectories accordingly.
setWordValue(int) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setXMLReader(XMLReader) - Method in class hotsax.html.sax.DebugParserDelegate
used by the SaxParser to set itself in ParserDelegate
setXMLReader(XMLReader) - Method in interface hotsax.html.sax.ParserDelegate
Set the the XMLReader this delegate is reading from
setXMLReader(XMLReader) - Method in class hotsax.html.sax.SaxHandlerDelegate
used by the SaxParser to set itself in ParserDelegate
setYear(String) - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
setYear(String) - Method in interface entagged.audioformats.Tag
 
setYear(String) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Sets year.
setYearReleased(String) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The year released.
shortNotificationFormat - Variable in class sk.baka.ambient.ConfigurationBean
The "short" notification format.
shoutcast48 - Static variable in class sk.baka.ambient.R.drawable
 
shoutcastbrowser - Static variable in class sk.baka.ambient.R.id
 
shoutcastbrowserControls - Static variable in class sk.baka.ambient.R.id
 
shoutcastButtons - Static variable in class sk.baka.ambient.R.id
 
ShoutcastController - Class in sk.baka.ambient.activity.main
Controls the shoutcast server manager.
ShoutcastController(MainActivity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.ShoutcastController
Creates the shoutcast controller instance.
shoutcastDownloadGenres - Static variable in class sk.baka.ambient.R.string
 
shoutcastDownloadStations - Static variable in class sk.baka.ambient.R.string
 
shoutcastDownloadURLs - Static variable in class sk.baka.ambient.R.string
 
ShoutcastEngine - Class in sk.baka.ambient.activity.search
Search in Shoutcast genres.
ShoutcastEngine() - Constructor for class sk.baka.ambient.activity.search.ShoutcastEngine
 
ShoutcastInputStream - Class in sk.baka.ambient.stream.shoutcast
Polls a SHOUTcast server on given URL address.
ShoutcastInputStream(URL, IShoutcastListener) - Constructor for class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
Creates the object.
ShoutcastInputStream(InputStream, IShoutcastListener) - Constructor for class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
Creates the object.
shoutcastList - Static variable in class sk.baka.ambient.R.id
 
shoutcastNameTrackSwitch - Static variable in class sk.baka.ambient.R.string
 
shoutcastOffline - Static variable in class sk.baka.ambient.R.id
 
shoutcastPath - Static variable in class sk.baka.ambient.R.id
 
ShoutcastUtils - Class in sk.baka.ambient.stream.shoutcast
Utility methods for SHOUTcast support.
show() - Method in class sk.baka.ambient.activity.main.AbstractController
Shows the view on screen.
show_license - Static variable in class sk.baka.ambient.R.string
 
show_lyrics - Static variable in class sk.baka.ambient.R.string
 
show_statistics - Static variable in class sk.baka.ambient.R.string
 
show_wiki - Static variable in class sk.baka.ambient.R.string
 
showArtistPage - Static variable in class sk.baka.ambient.R.string
 
showGenre(String) - Method in class sk.baka.ambient.activity.main.ShoutcastController
Browse given genre.
showShoutcast - Static variable in class sk.baka.ambient.R.string
 
showTextEditor(Context, String, String, String, String, ViewUtils.OnTextSubmit) - Static method in class sk.baka.ambient.views.ViewUtils
Creates new text dialog with a text enter capability.
showYesNoDialog(Context, int, DialogInterface.OnClickListener) - Static method in class sk.baka.ambient.views.ViewUtils
Shows a simple yes/no question dialog.
shuffle() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
shuffle() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Randomize the playlist.
shuffle() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
shuffle() - Method in class sk.baka.ambient.PlaylistPlayer
 
shutdown() - Method in class sk.baka.ambient.AmbientApplication
Shuts down the application.
SimpleBus - Class in sk.baka.ambient.commons
A simple message delivery bus.
SimpleBus() - Constructor for class sk.baka.ambient.commons.SimpleBus
 
size() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
size() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns the playlist length.
size() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
size() - Method in class sk.baka.ambient.PlaylistPlayer
 
sk.baka.ambient - package sk.baka.ambient
 
sk.baka.ambient.activity - package sk.baka.ambient.activity
 
sk.baka.ambient.activity.main - package sk.baka.ambient.activity.main
 
sk.baka.ambient.activity.main.cb - package sk.baka.ambient.activity.main.cb
 
sk.baka.ambient.activity.search - package sk.baka.ambient.activity.search
 
sk.baka.ambient.collection - package sk.baka.ambient.collection
 
sk.baka.ambient.collection.ampache - package sk.baka.ambient.collection.ampache
 
sk.baka.ambient.collection.local - package sk.baka.ambient.collection.local
 
sk.baka.ambient.commons - package sk.baka.ambient.commons
 
sk.baka.ambient.library - package sk.baka.ambient.library
 
sk.baka.ambient.lrc - package sk.baka.ambient.lrc
 
sk.baka.ambient.lrc.lyrdb - package sk.baka.ambient.lrc.lyrdb
 
sk.baka.ambient.playerservice - package sk.baka.ambient.playerservice
 
sk.baka.ambient.playlist - package sk.baka.ambient.playlist
 
sk.baka.ambient.stream.shoutcast - package sk.baka.ambient.stream.shoutcast
 
sk.baka.ambient.views - package sk.baka.ambient.views
 
sk.baka.ambient.views.gesturelist - package sk.baka.ambient.views.gesturelist
 
skip(long) - Method in class sk.baka.ambient.commons.CountingInputStream
 
skreemr_search - Static variable in class sk.baka.ambient.R.string
 
SkreemrEngine - Class in sk.baka.ambient.activity.search
Performs SkreemR search.
SkreemrEngine() - Constructor for class sk.baka.ambient.activity.search.SkreemrEngine
 
SkreemRSearch - Class in com.es.skreemr
Service uses SkreemR.com to look for songs on the web and returns a list of songs that can be dealt with later
SkreemRSearch() - Constructor for class com.es.skreemr.SkreemRSearch
Creates a new SkreemRSearch Object.
SkreemRSong - Class in com.es.skreemr
Holds song name, artist name, album name, duration of song, Year of song/album, SkreemR's Listed Genre, Bitrate of song, Frequency of Song, if the song plays in Variable Bitrate Mode, The date SkreemR scanned file, and Url of file
SkreemRSong(String, String) - Constructor for class com.es.skreemr.SkreemRSong
Create a new SkreemR Song Object to be dealt with later.
SocketServer - Class in sk.baka.ambient.commons
A server which listens on given port and executes tasks when the connection is established.
SocketServer() - Constructor for class sk.baka.ambient.commons.SocketServer
 
SOF - Static variable in class hotsax.html.sax.HtmlParser
 
songs - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Number of songs in the collection.
songs - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
Contains a number of songs for given artist, genre or album.
songs - Variable in class sk.baka.ambient.collection.CategoryItem
Contains a number of songs for given artist, genre or album.
sortByAlbumOrder(List<TrackMetadataBean>) - Static method in class sk.baka.ambient.collection.CollectionUtils
Sorts the tracks by albums, track number and finally by filenames.
sortByAlbumOrder() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
sortByAlbumOrder() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Sorts the playlist with album order ordering.
sortByAlbumOrder() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
sortByAlbumOrder() - Method in class sk.baka.ambient.PlaylistPlayer
 
sortByName(List<CategoryItem>) - Static method in class sk.baka.ambient.collection.CollectionUtils
Sorts given category item list by CategoryItem.name.
sortByName(List<Radio>) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Sorts given radio list by name.
sortByTitle(List<TrackMetadataBean>) - Static method in class sk.baka.ambient.collection.CollectionUtils
Sorts given track list by TrackMetadataBean.getDisplayableName().
sortByYearName(List<CategoryItem>) - Static method in class sk.baka.ambient.collection.CollectionUtils
Sorts given category item list by CategoryItem.name.
sortPlaylistByAlbumOrder(List<PlaylistItem>) - Static method in class sk.baka.ambient.playlist.Utils
Sorts the tracks by albums, track number and finally by filenames.
splitGenres(String) - Static method in class sk.baka.ambient.library.GenreCache
Split given genre list (genres separated by , or ;).
stacktrace - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
The stack trace.
start - Variable in class sk.baka.ambient.commons.Interval
Index of first item in the interval.
start(int, InetAddress) - Method in class sk.baka.ambient.commons.SocketServer
Starts the server.
start() - Method in class sk.baka.ambient.views.LongOperationExecutor
Shows the dialog and starts the long-running operation.
startCDATA() - Method in class hotsax.html.sax.DebugParserDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the start boundary condition.
startCDATA() - Method in interface hotsax.html.sax.ParserDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the start boundary condition.
startCDATA() - Method in class hotsax.html.sax.SaxHandlerDelegate
CDATA handler Note, these are delegate to the XMLReader's LexicalHandler if any This only marks the start boundary condition.
startDocument() - Method in class hotsax.html.sax.DebugParserDelegate
Parse a startDocument event and pass it to the resigtered content handler.
startDocument() - Method in interface hotsax.html.sax.ParserDelegate
Parse a startDocument event and pass it to the resigtered content handler.
startDocument() - Method in class hotsax.html.sax.SaxHandlerDelegate
Parse a startDocument event and pass it to the resigtered content handler.
startDocument() - Method in class hotsax.html.sax.SaxParser
 
startDocument() - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
startDTD(HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
Start the beginning of the DOCTYPE (DTD) declaration Note, these are delegate to the XMLReader's LexicalHandler if any
startDTD(HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
Start the beginning of the DOCTYPE (DTD) declaration Note, these are delegate to the XMLReader's LexicalHandler if any
startDTD(HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
Start the beginning of the DOCTYPE (DTD) declaration Note, these are delegate to the XMLReader's LexicalHandler if any
started(String, int, int) - Method in class sk.baka.ambient.activity.main.PlayerController
 
started(String, int, int) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
Player started to play the song.
startElement(String, String, String, Attributes) - Method in class com.es.skreemr.SkreemRSearch
 
startElement() - Method in class hotsax.html.sax.DebugParserDelegate
Initialize the start of a start element.
startElement(HtmlParserVal, HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
 
startElement(HtmlParserVal) - Method in class hotsax.html.sax.DebugParserDelegate
Fire startElement event.
startElement() - Method in interface hotsax.html.sax.ParserDelegate
Initialize the start of a start element.
startElement(HtmlParserVal, HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
 
startElement(HtmlParserVal) - Method in interface hotsax.html.sax.ParserDelegate
Fire startElement event.
startElement() - Method in class hotsax.html.sax.SaxHandlerDelegate
Initialize the start of a start element.
startElement(HtmlParserVal, HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
 
startElement(HtmlParserVal) - Method in class hotsax.html.sax.SaxHandlerDelegate
Fire startElement event.
startElement(String) - Method in class hotsax.html.sax.SaxParser
collect attributes into a list and call ContentHandler.startElement
startElement(String, String, String, Attributes) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
startsWith(Interval) - Method in class sk.baka.ambient.commons.Interval
Checks if given interval covers items at the beginning of this interval.
state - Variable in class sk.baka.ambient.AppState
State of playback.
state_drop(int) - Method in class hotsax.html.sax.HtmlParser
 
state_peek(int) - Method in class hotsax.html.sax.HtmlParser
 
state_pop() - Method in class hotsax.html.sax.HtmlParser
 
state_push(int) - Method in class hotsax.html.sax.HtmlParser
 
stateChanged(AppState) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
stateChanged(AppState) - Method in class sk.baka.ambient.activity.main.ContextController
 
stateChanged(AppState) - Method in class sk.baka.ambient.activity.main.PlayerController
 
stateChanged(AppState) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
stateChanged(AppState) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
stateChanged(AppState) - Method in interface sk.baka.ambient.IApplicationListener
The application state was changed.
statemax - Variable in class hotsax.html.sax.HtmlParser
 
stateptr - Variable in class hotsax.html.sax.HtmlParser
 
stateptrmax - Variable in class hotsax.html.sax.HtmlParser
 
statestk - Variable in class hotsax.html.sax.HtmlParser
 
static_playlist - Static variable in class sk.baka.ambient.R.string
 
staticPlaylist() - Method in class sk.baka.ambient.PlaylistPlayer
Changes the playlist backend to be an empty static playlist.
staticplaylist - Static variable in class sk.baka.ambient.R.drawable
 
StaticPlaylistController - Class in sk.baka.ambient.activity.main
Manages provided track list.
StaticPlaylistController(int, int, Activity, List<TrackMetadataBean>, boolean) - Constructor for class sk.baka.ambient.activity.main.StaticPlaylistController
Creates new controller.
StaticPlaylistStrategy - Class in sk.baka.ambient.playlist
A regular, old-school playlist.
StaticPlaylistStrategy(IPlaylistStrategy) - Constructor for class sk.baka.ambient.playlist.StaticPlaylistStrategy
Creates new static playlist strategy, optionally mimicking given strategy.
Statistics - Class in sk.baka.ambient.collection
Statistics class.
Statistics() - Constructor for class sk.baka.ambient.collection.Statistics
 
statistics - Static variable in class sk.baka.ambient.R.drawable
 
StatisticsActivity - Class in sk.baka.ambient.activity
Shows the statistics dialog.
StatisticsActivity() - Constructor for class sk.baka.ambient.activity.StatisticsActivity
 
statisticsactivity - Static variable in class sk.baka.ambient.R.layout
 
statisticsText - Static variable in class sk.baka.ambient.R.id
 
statisticsTitle - Static variable in class sk.baka.ambient.R.string
 
statisticsTracks1 - Static variable in class sk.baka.ambient.R.string
 
statisticsTracks2 - Static variable in class sk.baka.ambient.R.string
 
statisticsVM - Static variable in class sk.baka.ambient.R.string
 
stop() - Method in class sk.baka.ambient.commons.SocketServer
Stops the server.
stop() - Method in interface sk.baka.ambient.playerservice.IPlayer
Stops playback.
stop() - Method in class sk.baka.ambient.PlaylistPlayer
Stops the playback.
stop - Static variable in class sk.baka.ambient.R.string
 
stop48 - Static variable in class sk.baka.ambient.R.drawable
 
stopAllTasks() - Method in class sk.baka.ambient.BackgroundOpExecutor
Immediately stops all running/pending tasks.
stopped(String, boolean, TrackOriginEnum) - Method in class sk.baka.ambient.activity.main.PlayerController
 
stopped(String, boolean, TrackOriginEnum) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
The playback was stopped (not paused).
storeState(AppState) - Method in class sk.baka.ambient.activity.main.MainActivity
 
storeState(AppState) - Method in interface sk.baka.ambient.AppState.IAppStateAware
Stores the components state into the global state.
storeState(AppState) - Method in class sk.baka.ambient.PlaylistPlayer
 
StreamBitratePropertiesChunk - Class in entagged.audioformats.asf.data
This class represents the "Stream Bitrate Properties" chunk of an asf media file.
StreamBitratePropertiesChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.StreamBitratePropertiesChunk
Creates an instance.
StreamBitratePropertiesReader - Class in entagged.audioformats.asf.io
This class reads the chunk containing the stream bitrate properties.
StreamBitratePropertiesReader() - Constructor for class entagged.audioformats.asf.io.StreamBitratePropertiesReader
Should not be used for now.
StreamChunk - Class in entagged.audioformats.asf.data
This class is the base for all handled stream contents.
StreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.StreamChunk
Creates an instance
StreamChunkReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of the audio or video stream information chunk.
StreamChunkReader() - Constructor for class entagged.audioformats.asf.io.StreamChunkReader
Shouldn't be used for now.
StreamerServer - Class in sk.baka.ambient.playerservice
This class acts as a mp3 data feed for the MediaPlayer component.
StreamerServer(PlayerService) - Constructor for class sk.baka.ambient.playerservice.StreamerServer
Creates new server instance and opens the listen port.
STREAMINFO - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
STRING - Static variable in class hotsax.html.sax.HtmlLexer
 
STRING - Static variable in class hotsax.html.sax.HtmlParser
 
stringItemClicked(String) - Method in class sk.baka.ambient.activity.search.SearchActivity
A string item was clicked.
StringListController - Class in sk.baka.ambient.activity.search
Shows an immutable list of strings.
StringListController(int, SearchActivity) - Constructor for class sk.baka.ambient.activity.search.StringListController
Creates new controller.
stripExt(String) - Static method in class sk.baka.ambient.commons.IOUtils
Strips extension from given name.
StyleLexer - Class in hotsax.html.sax
This class is a scanner generated by JFlex 1.3.2 on 8/10/01 4:37 PM from the specification file file:/home/edh/sourceforge/HotSAX/./build/src/hotsax/html/sax/StyleLexer.flex
StyleLexer(Reader, HtmlParser) - Constructor for class hotsax.html.sax.StyleLexer
 
StyleLexer(HtmlParser) - Constructor for class hotsax.html.sax.StyleLexer
 
StyleLexer(Reader) - Constructor for class hotsax.html.sax.StyleLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
StyleLexer(InputStream) - Constructor for class hotsax.html.sax.StyleLexer
Creates a new scanner.
submit(String) - Method in interface sk.baka.ambient.views.ViewUtils.OnTextSubmit
A text has been submitted, never null.
subtract(Interval) - Method in class sk.baka.ambient.commons.Interval
Subtracts given interval from this one and returns result.
supportsExtension(String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Checks if this storage supports given extension.
supportsLocationFix() - Method in class sk.baka.ambient.collection.ampache.CollectionImpl
 
supportsLocationFix() - Method in interface sk.baka.ambient.collection.ICollection
Serves for optimalization purposes only: checks if this collection can perform obsolete locations fixup or not.
supportsLocationFix() - Method in class sk.baka.ambient.collection.local.CollectionImpl
 
supportsLocationFix() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
sval - Variable in class hotsax.html.sax.HtmlParserVal
string value of this 'union'
synchronize(ByteBuffer) - Method in class entagged.audioformats.mp3.util.Id3v2TagSynchronizer
 
synchronize - Static variable in class sk.baka.ambient.R.drawable
 
synchronizingCollection - Static variable in class sk.baka.ambient.R.string
 
sysout(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Sysout for the fucking Android.

T

Tag - Interface in entagged.audioformats
This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.
TagConverter - Class in entagged.audioformats.asf.util
This class provides functionality to convert AsfHeaderobjects into Tagobjects (More extract information and create a GenericTag).
TagConverter() - Constructor for class entagged.audioformats.asf.util.TagConverter
 
TagField - Interface in entagged.audioformats.generic
Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFormatter - Class in sk.baka.ambient.commons
Formats tags to a string.
TagFormatter(String) - Constructor for class sk.baka.ambient.commons.TagFormatter
Creates new formatter and compiles the format string.
TagTextField - Interface in entagged.audioformats.generic
This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
taskSwitcherButtonBar - Static variable in class sk.baka.ambient.R.id
 
TaskSwitcherController - Class in sk.baka.ambient.activity.main
Controls trackbar and background tasks display window.
TaskSwitcherController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.TaskSwitcherController
Creates the controller
terminate() - Method in class sk.baka.ambient.BackgroundOpExecutor
Immediately terminates the executor and all pending tasks.
TEXT - Static variable in class hotsax.html.sax.HtmlParser
 
textcolor - Static variable in class sk.baka.ambient.R.color
General colors
textContents - Variable in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
Text contents of the last element.
texteditCancel - Static variable in class sk.baka.ambient.R.id
 
texteditCaption - Static variable in class sk.baka.ambient.R.id
 
texteditErrorMsg - Static variable in class sk.baka.ambient.R.id
 
texteditor - Static variable in class sk.baka.ambient.R.layout
 
texteditSubmit - Static variable in class sk.baka.ambient.R.id
 
texteditText - Static variable in class sk.baka.ambient.R.id
 
textHintBgColor - Static variable in class sk.baka.ambient.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
textHintColor - Static variable in class sk.baka.ambient.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
TextId3Frame - Class in entagged.audioformats.mp3.util.id3frames
 
TextId3Frame(String, String) - Constructor for class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
TextId3Frame(String, byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
TextProgressBar - Class in sk.baka.ambient.views
Adds support for showing a text in the progress bar.
TextProgressBar(Context) - Constructor for class sk.baka.ambient.views.TextProgressBar
 
TextProgressBar(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.TextProgressBar
 
TextProgressBar(Context, AttributeSet, int) - Constructor for class sk.baka.ambient.views.TextProgressBar
 
TextScroller - Static variable in class sk.baka.ambient.R.styleable
Attributes that can be used with a TextScroller.
TextScroller - Class in sk.baka.ambient.views
Scrolls given text from right to left.
TextScroller(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.TextScroller
 
TextScroller(Context, long) - Constructor for class sk.baka.ambient.views.TextScroller
 
TextScroller_pauseMs - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.pauseMs attribute's value can be found in the R.styleable.TextScroller array.
texttranslucent - Static variable in class sk.baka.ambient.R.color
 
theCache - Variable in class sk.baka.ambient.commons.AbstractFileStorage
A read-only view of the cache.
Theme - Static variable in class sk.baka.ambient.R.style
 
Theme_NoTitle - Static variable in class sk.baka.ambient.R.style
 
Theme_Translucent - Static variable in class sk.baka.ambient.R.style
Variation on our application theme that has a translucent background.
Theme_Transparent - Static variable in class sk.baka.ambient.R.style
Variation on our application theme that has a transparent background; this example completely removes the background, allowing the activity to decide how to composite.
TIME - Static variable in class entagged.audioformats.mp3.Id3V2TagConverter
Field name of the "TIME" field of version v2.3.
TimeId3Frame - Class in entagged.audioformats.mp3.util.id3frames
This specialization of a text field represents ID3v2 timestamp fields since 2.4.
Warning: For now only the year will be processed.
TimeId3Frame(String, byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.TimeId3Frame
Creates a timestamp field.
TimeId3Frame(String, Calendar) - Constructor for class entagged.audioformats.mp3.util.id3frames.TimeId3Frame
Creates a timestamp field.
TimeId3Frame(String, String) - Constructor for class entagged.audioformats.mp3.util.id3frames.TimeId3Frame
Creates a timestamp field.
timestamp - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
The time the error occurred.
TITLE - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "title"-identifier in GenericTag.keys.
title - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Track title.
title - Static variable in class sk.baka.ambient.R.string
 
toDBString() - Method in enum sk.baka.ambient.collection.TrackOriginEnum
Returns the enum value as a database string.
toHexa(byte[]) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats each byte in the array in its hexadecimal form and returns it.
token - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
The Ampache security token.
toString() - Method in class com.es.skreemr.SkreemRSong
 
toString() - Method in class entagged.audioformats.ape.ApeTag
 
toString() - Method in class entagged.audioformats.ape.util.ApeTagBinaryField
 
toString() - Method in class entagged.audioformats.ape.util.ApeTagField
 
toString() - Method in class entagged.audioformats.ape.util.ApeTagTextField
 
toString() - Method in class entagged.audioformats.asf.data.Chunk
(overridden)
toString() - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
toString() - Method in class entagged.audioformats.asf.data.GUID
This method gives a hex formatted representation of GUID.getGUID()
toString() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
toString() - Method in class entagged.audioformats.asf.util.AsfCopyrightField
(overridden)
toString() - Method in class entagged.audioformats.AudioFile
Returns a multi-line string with the file path, the encoding informations, and the tag contents.
toString() - Method in class entagged.audioformats.EncodingInfo
Pretty prints this encoding info
toString() - Method in class entagged.audioformats.generic.AbstractTag
(overridden)
toString() - Method in interface entagged.audioformats.generic.TagField
This method returns a human readable description of the fields contents.
For text fields it should be the text itself.
toString() - Method in class entagged.audioformats.mp3.Id3v1Tag
 
toString() - Method in class entagged.audioformats.mp3.Id3v2Tag
(overridden)
toString() - Method in class entagged.audioformats.mp3.util.id3frames.ApicId3Frame
 
toString() - Method in class entagged.audioformats.mp3.util.id3frames.CommId3Frame
 
toString() - Method in class entagged.audioformats.mp3.util.id3frames.GenericId3Frame
 
toString() - Method in class entagged.audioformats.mp3.util.id3frames.TextId3Frame
 
toString() - Method in class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
toString() - Method in class entagged.audioformats.mp3.util.LameMPEGFrame
Create a string representation of this frame
toString() - Method in class entagged.audioformats.mp3.util.MPEGFrame
Creates a string representation of this mpeg frame
toString() - Method in class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
toString() - Method in class entagged.audioformats.mp3.util.XingMPEGFrame
 
toString() - Method in class entagged.audioformats.mp4.Mp4Tag
 
toString() - Method in class entagged.audioformats.mp4.util.Mp4Box
 
toString() - Method in class entagged.audioformats.mp4.util.Mp4TagTextField
 
toString() - Method in class entagged.audioformats.ogg.OggTag
 
toString() - Method in class entagged.audioformats.ogg.util.OggPageHeader
 
toString() - Method in class entagged.audioformats.ogg.util.OggTagField
 
toString() - Method in interface entagged.audioformats.Tag
 
toString() - Method in class entagged.audioformats.wav.util.WavFormatHeader
 
toString() - Method in class entagged.audioformats.wav.util.WavRIFFHeader
 
toString() - Method in class entagged.audioformats.wav.WavTag
 
toString() - Method in class hotsax.html.sax.Attribute
 
toString() - Method in class hotsax.html.sax.Lval
 
toString() - Method in class sk.baka.ambient.collection.ampache.AmpacheInfo
 
toString() - Method in class sk.baka.ambient.collection.CategoryItem
 
toString() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
toString() - Method in class sk.baka.ambient.commons.Interval
 
toString() - Method in class sk.baka.ambient.commons.TagFormatter
 
toString() - Method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
 
toString() - Method in class sk.baka.ambient.playlist.PlaylistItem
 
toString() - Method in class sk.baka.ambient.stream.shoutcast.Radio
 
toTrackBean(SkreemRSong) - Static method in class sk.baka.ambient.library.LibraryUtils
Converts the SkreemRSong to the tag bean.
toTrackBean(List<SkreemRSong>) - Static method in class sk.baka.ambient.library.LibraryUtils
Converts a list of SkreemRSong to a list of tag bean.
touchController - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
Handles the touchpad events and controls this view.
TouchPadController - Class in sk.baka.ambient.views.gesturelist
Controls the GesturesListView component via the touchpad.
TouchPadController(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.TouchPadController
Creates new controller.
toURL(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Converts given fetch info to an URL object.
toURL(Object) - Method in class sk.baka.ambient.library.CoverCache
 
toURL(Object) - Method in class sk.baka.ambient.lrc.LRCStorage
 
TRACK - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "track"-identifier in GenericTag.keys.
track - Variable in class sk.baka.ambient.playlist.PlaylistItem
The track meta.
track - Static variable in class sk.baka.ambient.R.string
 
TRACK_COLUMNS - Static variable in class sk.baka.ambient.collection.local.MediaStoreCollection
Columns used when retrieving tracks from MediaStore.
TRACK_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except directories and track files.
TRACK_META_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except track files which the Entagged library supports.
TRACK_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except track files.
trackBeanToValues(TrackMetadataBean) - Static method in class sk.baka.ambient.library.LibraryUtils
Converts the track to ContentValues suitable for database insert.
trackBy - Static variable in class sk.baka.ambient.R.string
 
trackChanged(PlaylistItem, boolean, int) - Method in class sk.baka.ambient.activity.main.ContextController
 
trackChanged(PlaylistItem, boolean, int) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
trackChanged(PlaylistItem, boolean, int) - Method in class sk.baka.ambient.activity.main.PlayerController
 
trackChanged(PlaylistItem, boolean, int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
trackChanged(PlaylistItem, boolean, int) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
A new track was selected in the playlist.
trackChanged(PlaylistItem, boolean, int) - Method in class sk.baka.ambient.PowerHandler
 
trackExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of track files, lower-case.
trackicon_http - Static variable in class sk.baka.ambient.R.drawable
 
trackicon_magnatune - Static variable in class sk.baka.ambient.R.drawable
 
trackicon_shoutcast - Static variable in class sk.baka.ambient.R.drawable
 
TrackListClipboardObject - Class in sk.baka.ambient.views.gesturelist
The clipboard object holding a read-only list of arbitrary objects.
TrackListClipboardObject(List<? extends TrackMetadataBean>, List<? extends GesturesListView>) - Constructor for class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Creates new clipboard object.
TrackManager - Class in sk.baka.ambient.activity.main.cb
Track list is being shown.
TrackManager(CategoryManager, CategoryItem) - Constructor for class sk.baka.ambient.activity.main.cb.TrackManager
Creates new track manager.
TrackMetadataBean - Class in sk.baka.ambient.collection
Contains metadata about a track.
TrackMetadataBean.Builder - Class in sk.baka.ambient.collection
The mutable version of TrackMetadataBean.
TrackMetadataBean.Builder() - Constructor for class sk.baka.ambient.collection.TrackMetadataBean.Builder
 
trackMetaExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of track files, lower-case, which is the Entagged library able to process.
trackMime - Static variable in class sk.baka.ambient.library.LibraryUtils
MIME types for LibraryUtils.trackExtensions.
trackName - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
The track name.
trackNumber - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Track number.
TrackOriginEnum - Enum in sk.baka.ambient.collection
The location of the track.
trackPositionChanged(int, boolean) - Method in class sk.baka.ambient.activity.main.ContextController
 
trackPositionChanged(int, boolean) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
trackPositionChanged(int, boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
trackPositionChanged(int, boolean) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
trackPositionChanged(int, boolean) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
A position in the track was changed.
trackPositionChanged(int, boolean) - Method in class sk.baka.ambient.PowerHandler
 
tracks - Variable in class sk.baka.ambient.collection.Statistics
Number of tracks.
TRANSACTION_getPlaybackState - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
TRANSACTION_getPosition - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
TRANSACTION_pause - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
TRANSACTION_play - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
TRANSACTION_seek - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
TRANSACTION_stop - Static variable in class sk.baka.ambient.playerservice.IPlayer.Stub
 
translateCoordinates(Point, View, View) - Method in class sk.baka.ambient.views.ViewUtils
Translates given point into target view's coordinate system and stores the result into the ViewUtils.translated point.
translateCoordinatesToRoot(Point, View) - Method in class sk.baka.ambient.views.ViewUtils
Translates given point into root view's coordinate system.
translated - Variable in class sk.baka.ambient.views.ViewUtils
A result of translate* operations is stored here.
translatedPoint - Variable in class sk.baka.ambient.views.ViewUtils
Here the temporary results of all translate* methods are stored.
translateGenre(byte) - Method in class entagged.audioformats.mp3.Id3v1Tag
 
translucent_background - Static variable in class sk.baka.ambient.R.drawable
for use with Themes
transparent_background - Static variable in class sk.baka.ambient.R.drawable
 
transparentSelector() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Remembers the original selector and sets a transparent (non-visible) selector.
TYPE_BINARY - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for binary data.
TYPE_BOOLEAN - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for booleans.
TYPE_DWORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (32-bit).
TYPE_QWORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (64-bit).
TYPE_STRING - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for Strings.
TYPE_WORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (16-bit).

U

UfidId3Frame - Class in entagged.audioformats.mp3.util.id3frames
 
UfidId3Frame(byte[], byte) - Constructor for class entagged.audioformats.mp3.util.id3frames.UfidId3Frame
 
uninitialize() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
uninitialize() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
uninitialize() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
This manager will not be used for a while.
uninitialize() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
UNKNOWN - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
unregister(SimpleBus) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Unregisters all controllers from given bus.
unregisterStateAware(AppState.IAppStateAware) - Method in class sk.baka.ambient.AppStateHandler
Unregisters given state aware object.
UnspecifiedSemanticLexerException - Exception in hotsax.html.sax
Exception thrown if no specific lexer exists to continue parsing the input.
UnspecifiedSemanticLexerException(String) - Constructor for exception hotsax.html.sax.UnspecifiedSemanticLexerException
Construct a new UnspecifiedSemanticLexerException Exception
UP_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of up movement.
update(byte[]) - Method in class entagged.audioformats.mp4.util.Mp4Box
 
update(Interval) - Method in class sk.baka.ambient.activity.main.AbstractController
Reinitializes the underlying view.
update(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
Overrides default functionality - the AbstractListController.recomputeListItems() is invoked and the list view contents are updated.
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
update(Interval) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
update(Interval) - Method in class sk.baka.ambient.activity.main.PlayerController
 
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
update(List<? extends Object>) - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Updates the list view with given model.
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
update(List<? extends Object>) - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
update(GesturesListView, View, int, Object) - Method in class sk.baka.ambient.activity.search.StringListController
 
update(GesturesListView, View, int, Object) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
An item view is being drawn (or re-drawn) on screen.
updateData() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Updates data shown in the controller.
updateErrorNotification(int, ErrorHandler.ErrorInfo) - Method in class sk.baka.ambient.PlaybackNotificator
Updates the error notification.
url - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
The track location URL.
url - Variable in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
The SHOUTcast server URL.
usefulTips - Static variable in class sk.baka.ambient.R.string
 
usefulTipsText - Static variable in class sk.baka.ambient.R.string
 
username - Variable in class sk.baka.ambient.activity.AmpacheClientBean
Optional user name for ampache.
Utils - Class in entagged.audioformats.asf.util
Some static Methods which are used in several Classes.
Utils() - Constructor for class entagged.audioformats.asf.util.Utils
 
Utils - Class in entagged.audioformats.generic
Contains various frequently used static functions in the different tag formats
Utils() - Constructor for class entagged.audioformats.generic.Utils
 
Utils - Class in sk.baka.ambient.playlist
Utility methods.

V

val_drop(int) - Method in class hotsax.html.sax.HtmlParser
 
val_init() - Method in class hotsax.html.sax.HtmlParser
 
val_peek(int) - Method in class hotsax.html.sax.HtmlParser
 
val_pop() - Method in class hotsax.html.sax.HtmlParser
 
val_push(HtmlParserVal) - Method in class hotsax.html.sax.HtmlParser
 
validate(String) - Method in interface sk.baka.ambient.views.ViewUtils.OnTextSubmit
Validates given text.
valptr - Variable in class hotsax.html.sax.HtmlParser
 
valstk - Variable in class hotsax.html.sax.HtmlParser
 
VALUE - Static variable in class hotsax.html.sax.HtmlParser
 
valueOf(String) - Static method in enum sk.baka.ambient.ActionsEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.activity.search.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.collection.CategoryEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.playerservice.PlayerStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.playlist.Random
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.playlist.Repeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer.GestureEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum sk.baka.ambient.ActionsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.activity.search.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.collection.CategoryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.playerservice.PlayerStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.playlist.Random
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.playlist.Repeat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer.GestureEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VBRIMPEGFrame - Class in entagged.audioformats.mp3.util
 
VBRIMPEGFrame(byte[]) - Constructor for class entagged.audioformats.mp3.util.VBRIMPEGFrame
 
VbrInfoFrame - Interface in entagged.audioformats.mp3.util
 
version - Variable in class entagged.audioformats.mp3.util.id3frames.Id3Frame
ID3 version identifier.
version - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
0 for HTTP/1.0, 1 for HTTP/1.1
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in class entagged.audioformats.generic.AudioFileModificationAdapter
(overridden)
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in interface entagged.audioformats.generic.AudioFileModificationListener
This method notifies about a veto exception that has been thrown by another listener.
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in class entagged.audioformats.generic.ModificationHandler
(overridden)
VideoStreamChunk - Class in entagged.audioformats.asf.data
 
VideoStreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.VideoStreamChunk
Creates an instance.
viewDuration - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
View duration, intended for the Toast.setDuration(int) method.
ViewUtils - Class in sk.baka.ambient.views
Utility methods for views.
ViewUtils() - Constructor for class sk.baka.ambient.views.ViewUtils
 
ViewUtils.OnTextSubmit - Interface in sk.baka.ambient.views
Fired when a text has been successfully entered.
visibilityChanged(boolean) - Method in class sk.baka.ambient.activity.main.AbstractController
Invoked when the component visibility changes.
visibilityChanged(boolean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
visibilityChanged(boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
visibilityChanged(boolean) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
visibleController - Variable in class sk.baka.ambient.AppState
The MainActivity visible controller.
VORBIS_COMMENT - Static variable in class entagged.audioformats.flac.util.MetadataBlockHeader
 
VorbisCodecHeader - Class in entagged.audioformats.ogg.util
$Id: VorbisCodecHeader.java,v 1.1 2007/03/23 14:17:54 nicov1 Exp $
VorbisCodecHeader(byte[]) - Constructor for class entagged.audioformats.ogg.util.VorbisCodecHeader
 
VorbisTagCreator - Class in entagged.audioformats.ogg.util
 
VorbisTagCreator() - Constructor for class entagged.audioformats.ogg.util.VorbisTagCreator
 
VorbisTagReader - Class in entagged.audioformats.ogg.util
 
VorbisTagReader() - Constructor for class entagged.audioformats.ogg.util.VorbisTagReader
 
VorbisTagWriter - Class in entagged.audioformats.ogg.util
 
VorbisTagWriter() - Constructor for class entagged.audioformats.ogg.util.VorbisTagWriter
 

W

warning - Static variable in class sk.baka.ambient.R.string
 
watchedDirectories - Variable in class sk.baka.ambient.library.Library
List of watched directories.
WavFileReader - Class in entagged.audioformats.wav
 
WavFileReader() - Constructor for class entagged.audioformats.wav.WavFileReader
 
WavFormatHeader - Class in entagged.audioformats.wav.util
 
WavFormatHeader(byte[]) - Constructor for class entagged.audioformats.wav.util.WavFormatHeader
 
WavInfoReader - Class in entagged.audioformats.wav.util
 
WavInfoReader() - Constructor for class entagged.audioformats.wav.util.WavInfoReader
 
WavRIFFHeader - Class in entagged.audioformats.wav.util
 
WavRIFFHeader(byte[]) - Constructor for class entagged.audioformats.wav.util.WavRIFFHeader
 
WavTag - Class in entagged.audioformats.wav
 
WavTag() - Constructor for class entagged.audioformats.wav.WavTag
 
welcome - Static variable in class sk.baka.ambient.R.layout
 
welcome - Static variable in class sk.baka.ambient.R.string
 
WelcomeActivity - Class in sk.baka.ambient.activity
Shows the About dialog.
WelcomeActivity() - Constructor for class sk.baka.ambient.activity.WelcomeActivity
 
welcomeContinue - Static variable in class sk.baka.ambient.R.id
 
welcomeVersion - Variable in class sk.baka.ambient.AppState
A welcome dialog was shown for this version of Ambient.
wifiConnected - Static variable in class sk.baka.ambient.R.string
 
wifiNotConnected - Static variable in class sk.baka.ambient.R.string
 
wifiOff - Static variable in class sk.baka.ambient.R.string
 
wikipedia - Static variable in class sk.baka.ambient.R.drawable
 
WindowButtonsController - Class in sk.baka.ambient.activity.main
Controls the three window buttons.
WindowButtonsController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.WindowButtonsController
Creates the controller
write(Tag, RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.ape.util.ApeTagWriter
 
write(Tag, RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.flac.util.FlacTagWriter
 
write(Tag, RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v1TagWriter
 
write(Tag, RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.mp3.util.Id3v2TagWriter
 
write() - Method in class entagged.audioformats.mp4.util.Mp4TagWriter
 
write(Tag, RandomAccessFile, RandomAccessFile) - Method in class entagged.audioformats.ogg.util.VorbisTagWriter
 
writeHttpResponse(byte, int, boolean, long, String, OutputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Writes HTTP response.
writeLine(String, OutputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Writes a line to given stream.
writeLine(OutputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Writes an empty line to given stream.
writeResponse(byte, OutputStream) - Method in exception sk.baka.ambient.commons.ServerHttpException
Returns the response line, for example "HTTP/1.1 501 Not Implemented\r\nPUT Not implemented\r\n\r\n".
writeResponse(byte, int, String, OutputStream) - Static method in exception sk.baka.ambient.commons.ServerHttpException
Returns the entire response, for example "HTTP/1.1 501 Not Implemented\r\nPUT Not implemented\r\n\r\n".

X

XingMPEGFrame - Class in entagged.audioformats.mp3.util
Creates a representation of a Xing Mpeg frame $Id: XingMPEGFrame.java,v 1.1 2007/03/23 14:17:03 nicov1 Exp $
XingMPEGFrame(byte[], byte[]) - Constructor for class entagged.audioformats.mp3.util.XingMPEGFrame
Creates a Xing Frame with the two given sets of data

Y

YEAR - Static variable in class entagged.audioformats.generic.GenericTag
Index for the "year"-identifier in GenericTag.keys.
YEAR - Static variable in class entagged.audioformats.mp3.Id3V2TagConverter
Field name of the "TYER" field of version v2.3.
year - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
In case of an album the year may be specified.
year - Variable in class sk.baka.ambient.collection.CategoryItem
In case of an album the year may be specified.
year - Static variable in class sk.baka.ambient.R.drawable
 
year - Static variable in class sk.baka.ambient.R.string
 
yearReleased - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The year released.
yearReleased - Static variable in class sk.baka.ambient.R.string
 
yes - Static variable in class sk.baka.ambient.R.string
 
yybegin(int) - Method in class hotsax.html.sax.HtmlLexer
Enters a new lexical state
yybegin(int) - Method in class hotsax.html.sax.ScriptLexer
Enters a new lexical state
yybegin(int) - Method in interface hotsax.html.sax.SemanticLexer
Set the Lexer state.
yybegin(int) - Method in class hotsax.html.sax.StyleLexer
Enters a new lexical state
yychar - Variable in class hotsax.html.sax.HtmlParser
 
yycharat(int) - Method in class hotsax.html.sax.HtmlLexer
Returns the character at position pos from the matched text.
yycharat(int) - Method in class hotsax.html.sax.ScriptLexer
Returns the character at position pos from the matched text.
yycharat(int) - Method in class hotsax.html.sax.StyleLexer
Returns the character at position pos from the matched text.
yycheck - Static variable in class hotsax.html.sax.HtmlParser
 
yyclose() - Method in class hotsax.html.sax.HtmlLexer
Closes the input stream.
yyclose() - Method in class hotsax.html.sax.ScriptLexer
Closes the input stream.
yyclose() - Method in class hotsax.html.sax.StyleLexer
Closes the input stream.
yydebug - Variable in class hotsax.html.sax.HtmlParser
 
yydefred - Static variable in class hotsax.html.sax.HtmlParser
 
yydgoto - Static variable in class hotsax.html.sax.HtmlParser
 
YYEOF - Static variable in class hotsax.html.sax.HtmlLexer
This character denotes the end of file
YYEOF - Static variable in class hotsax.html.sax.ScriptLexer
This character denotes the end of file
YYEOF - Static variable in class hotsax.html.sax.StyleLexer
This character denotes the end of file
YYERRCODE - Static variable in class hotsax.html.sax.HtmlParser
 
yyerrflag - Variable in class hotsax.html.sax.HtmlParser
 
yyerror(String) - Method in class hotsax.html.sax.HtmlParser
 
YYFINAL - Static variable in class hotsax.html.sax.HtmlParser
 
yygindex - Static variable in class hotsax.html.sax.HtmlParser
 
YYINITIAL - Static variable in class hotsax.html.sax.HtmlLexer
 
YYINITIAL - Static variable in class hotsax.html.sax.ScriptLexer
 
YYINITIAL - Static variable in class hotsax.html.sax.StyleLexer
 
yylen - Static variable in class hotsax.html.sax.HtmlParser
 
yylength() - Method in class hotsax.html.sax.HtmlLexer
Returns the length of the matched text region.
yylength() - Method in class hotsax.html.sax.ScriptLexer
Returns the length of the matched text region.
yylength() - Method in class hotsax.html.sax.StyleLexer
Returns the length of the matched text region.
yylex() - Method in class hotsax.html.sax.HtmlLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class hotsax.html.sax.ScriptLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class hotsax.html.sax.StyleLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylexdebug(int, int) - Method in class hotsax.html.sax.HtmlParser
 
yylexerror_reset() - Method in class hotsax.html.sax.HtmlLexer
 
yylexerror_reset() - Method in class hotsax.html.sax.ScriptLexer
 
yylexerror_reset() - Method in class hotsax.html.sax.StyleLexer
 
yylhs - Static variable in class hotsax.html.sax.HtmlParser
 
yylval - Variable in class hotsax.html.sax.HtmlParser
 
yym - Variable in class hotsax.html.sax.HtmlParser
 
YYMAXTOKEN - Static variable in class hotsax.html.sax.HtmlParser
 
yyn - Variable in class hotsax.html.sax.HtmlParser
 
yyname - Static variable in class hotsax.html.sax.HtmlParser
 
yynerrs - Variable in class hotsax.html.sax.HtmlParser
 
yyparse() - Method in class hotsax.html.sax.HtmlParser
 
yyreset(Reader) - Method in class hotsax.html.sax.HtmlLexer
Closes the current stream, and resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class hotsax.html.sax.ScriptLexer
Closes the current stream, and resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class hotsax.html.sax.StyleLexer
Closes the current stream, and resets the scanner to read from a new input stream.
yyrindex - Static variable in class hotsax.html.sax.HtmlParser
 
yyrule - Static variable in class hotsax.html.sax.HtmlParser
 
yys - Variable in class hotsax.html.sax.HtmlParser
 
yysindex - Static variable in class hotsax.html.sax.HtmlParser
 
YYSTACKSIZE - Static variable in class hotsax.html.sax.HtmlParser
 
yystate() - Method in class hotsax.html.sax.HtmlLexer
Returns the current lexical state.
yystate - Variable in class hotsax.html.sax.HtmlParser
 
yystate() - Method in class hotsax.html.sax.ScriptLexer
Returns the current lexical state.
yystate() - Method in class hotsax.html.sax.StyleLexer
Returns the current lexical state.
yytable - Static variable in class hotsax.html.sax.HtmlParser
 
YYTABLESIZE - Static variable in class hotsax.html.sax.HtmlParser
 
yytext() - Method in class hotsax.html.sax.HtmlLexer
Returns the text matched by the current regular expression.
yytext - Variable in class hotsax.html.sax.HtmlParser
 
yytext() - Method in class hotsax.html.sax.ScriptLexer
Returns the text matched by the current regular expression.
yytext() - Method in class hotsax.html.sax.StyleLexer
Returns the text matched by the current regular expression.
yyval - Variable in class hotsax.html.sax.HtmlParser
 

Z

zoom(boolean) - Method in class sk.baka.ambient.activity.main.AbstractController
Zooms, or un-zooms the controller.
zoom(boolean) - Method in class sk.baka.ambient.activity.main.ControllerGroup
 
zoom(boolean) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Zooms or un-zooms the items.
zoom(boolean) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Zooms or un-zooms the items.
zoomed - Variable in class sk.baka.ambient.AppState
Is GUI zoomed?
ZOOMED_HEIGHT - Static variable in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Height of zoomed views, in pixels.
zoomIn - Static variable in class sk.baka.ambient.R.string
 
zoomOut - Static variable in class sk.baka.ambient.R.string
 

_

_yylex() - Method in class hotsax.html.sax.HtmlLexer
mask the actual implementation of yylex to return the first SOF and the final EOF.
_yylex() - Method in class hotsax.html.sax.ScriptLexer
mask the actual implementation of yylex to return the first SOF and the final EOF.
_yylex() - Method in interface hotsax.html.sax.SemanticLexer
Wrapper for jflex generated yylex() method.
_yylex() - Method in class hotsax.html.sax.StyleLexer
mask the actual implementation of yylex to return the first SOF and the final EOF.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z _

Copyright © 2007-2008. All Rights Reserved.