Package-level declarations
Types
Link copied to clipboard
A custom view that displays a collection of image sources in a carousel-style interface, typically using a ViewPager with a cover flow effect.
Link copied to clipboard
A custom view that displays a clock, which can be digital, analog, or a specialized real-time updating clock.
Link copied to clipboard
open class ComboView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler, ComboScrollView.OnScrollPositionListener
open class ComboView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler, ComboScrollView.OnScrollPositionListener
open class ComboView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler, ComboScrollView.OnScrollPositionListener
A custom view designed to display a combination of other views vertically within a scrollable container.
Link copied to clipboard
A custom WebView subclass designed to display Adobe Flash (SWF) content.
Link copied to clipboard
A custom WebView subclass designed to display "gadgets," which are typically web-based applications or content modules.
Link copied to clipboard
open class GalleryView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadImageTask2.OnCompleted, QueryVideoInfosTask.OnCompleted, DownloadFileTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, OnCommandListener, VistarAdRequestTask.OnCompleted, PlayedHandler
open class GalleryView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadImageTask2.OnCompleted, QueryVideoInfosTask.OnCompleted, DownloadFileTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, OnCommandListener, VistarAdRequestTask.OnCompleted, PlayedHandler
open class GalleryView : RelativeLayout, RevelControl, DownloadFeedTask2.OnCompleted, DownloadImageTask2.OnCompleted, QueryVideoInfosTask.OnCompleted, DownloadFileTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, OnCommandListener, VistarAdRequestTask.OnCompleted, PlayedHandler
A custom RelativeLayout that displays a gallery of different types of media, including images, videos, and web content.
Link copied to clipboard
A custom View that represents an interactive "hotspot" area on the screen.
Link copied to clipboard
open class MarqueeView : View, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadTwitterTask.OnCompleted, FilenameFilter, Runnable
open class MarqueeView : View, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadTwitterTask.OnCompleted, FilenameFilter, Runnable
open class MarqueeView : View, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadTwitterTask.OnCompleted, FilenameFilter, Runnable
A custom View that displays horizontally scrolling text and images, commonly known as a "marquee" or "ticker".
Link copied to clipboard
open class PagerView : ViewPager, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler
open class PagerView : ViewPager, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler
open class PagerView : ViewPager, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler
A ViewPager subclass that implements RevelControl for displaying a collection of views or "pages" representing playlist content.
Link copied to clipboard
A custom androidx.appcompat.widget.AppCompatImageView that displays a QR Code.
Link copied to clipboard
A custom androidx.appcompat.widget.AppCompatImageView that displays rich text content by rendering HTML into an image.
Link copied to clipboard
A custom androidx.appcompat.widget.AppCompatImageView that displays a geometric shape.
Link copied to clipboard
open class SlideshowView2 : AppCompatImageView, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadImageTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, VistarAdRequestTask.OnCompleted, PlayedHandler
open class SlideshowView2 : AppCompatImageView, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadImageTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, VistarAdRequestTask.OnCompleted, PlayedHandler
open class SlideshowView2 : AppCompatImageView, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, DownloadImageTask2.OnCompleted, PlaceExchangeAdRequestTask.OnCompleted, VistarAdRequestTask.OnCompleted, PlayedHandler
A custom androidx.appcompat.widget.AppCompatImageView that displays a slideshow of images.
Link copied to clipboard
A custom androidx.appcompat.widget.AppCompatImageView for displaying static images, including raster formats (like PNG, JPG) and SVG vector graphics.
Link copied to clipboard
A custom view that displays text, offering two rendering modes:
- Native Rendering: Uses an embedded androidx.appcompat.widget.AppCompatTextView for displaying text directly on the device. This mode supports auto-sizing text.
- Image Rendering: Sends the text and styling parameters to a remote service, which generates an image of the text. This image is then downloaded and displayed in an ImageView. This mode can be useful for achieving consistent text appearance across different devices or for complex styling not easily achievable natively.
Link copied to clipboard
open class TVView : RelativeLayout, RevelControl, SurfaceHolder.Callback, MediaPlayer.OnErrorListener, MediaPlayer.OnPreparedListener, MediaPlayer.OnInfoListener, MediaPlayer.OnCompletionListener
open class TVView : RelativeLayout, RevelControl, SurfaceHolder.Callback, MediaPlayer.OnErrorListener, MediaPlayer.OnPreparedListener, MediaPlayer.OnInfoListener, MediaPlayer.OnCompletionListener
open class TVView : RelativeLayout, RevelControl, SurfaceHolder.Callback, MediaPlayer.OnErrorListener, MediaPlayer.OnPreparedListener, MediaPlayer.OnInfoListener, MediaPlayer.OnCompletionListener
A custom RelativeLayout that encapsulates video playback functionality, primarily for displaying TV streams or video content using an underlying ExoPlayerVideoView2.
Link copied to clipboard
A custom RelativeLayout for displaying current weather conditions.
Link copied to clipboard
A custom android.webkit.WebView implementation that provides additional functionality for displaying web content within the RevelDigital player application.