Interface | Description |
---|---|
ActionBarOverlayLayout.ActionBarVisibilityCallback | |
DecorContentParent |
Implemented by the top-level decor layout for a window.
|
DecorToolbar |
Common interface for a toolbar that sits as part of the window decor.
|
LockPatternChecker.OnCheckCallback |
Interface for a callback to be invoked after security check.
|
LockPatternChecker.OnVerifyCallback |
Interface for a callback to be invoked after security verification.
|
LockPatternUtils.CheckCredentialProgressCallback |
Callback to be notified about progress when checking credentials.
|
LockPatternView.OnPatternListener |
The call back interface for detecting patterns entered by the user.
|
LockScreenWidgetCallback |
An interface used by LockScreenWidgets to send messages to lock screen.
|
LockScreenWidgetInterface | |
NumericTextView.OnValueChangedListener | |
ResolverDrawerLayout.OnDismissedListener | |
RotarySelector.OnDialTriggerListener |
Interface definition for a callback to be invoked when the dial
is "triggered" by rotating it one way or the other.
|
SlidingTab.OnTriggerListener |
Interface definition for a callback to be invoked when a tab is triggered
by moving it beyond a threshold.
|
SwipeDismissLayout.OnDismissedListener | |
SwipeDismissLayout.OnSwipeProgressChangedListener | |
ViewPager.OnPageChangeListener |
Callback interface for responding to changing state of the selected page.
|
ViewPager.PageTransformer |
A PageTransformer is invoked whenever a visible/attached page is scrolled.
|
Class | Description |
---|---|
AbsActionBarView | |
AccountItemView |
An LinearLayout view, to show Accounts elements.
|
AccountViewAdapter | |
AccountViewAdapter.AccountElements | |
ActionBarContainer |
This class acts as a container for the action bar view and action mode context views.
|
ActionBarContextView | |
ActionBarOverlayLayout |
Special layout for the containing of an overlay action bar (and its
content) to correctly handle fitting system windows when the content
has request that its layout ignore them.
|
ActionBarOverlayLayout.LayoutParams | |
ActionBarView | |
AlertDialogLayout |
Special implementation of linear layout that's capable of laying out alert
dialog components.
|
AutoScrollHelper |
AutoScrollHelper is a utility class for adding automatic edge-triggered
scrolling to Views.
|
AutoScrollHelper.AbsListViewAutoScroller |
An implementation of
AutoScrollHelper that knows how to scroll
through an AbsListView . |
BackgroundFallback |
Helper class for drawing a fallback background in framework decor layouts.
|
ButtonBarLayout |
An extension of LinearLayout that automatically switches to vertical
orientation when it can't fit its child views horizontally.
|
CachingIconView |
An ImageView for displaying an Icon.
|
DecorCaptionView |
This class represents the special screen elements to control a window on freeform
environment.
|
DialogTitle |
Used by dialogs to change the font size and number of lines to try to fit
the text to the available space.
|
DialogViewAnimator |
ViewAnimator with a more reasonable handling of MATCH_PARENT.
|
DrawableHolder |
This class is a container for a Drawable with multiple animated properties.
|
DrawingSpace |
Implementation of
Space that uses normal View drawing
rather than a no-op. |
EditableInputConnection | |
ExploreByTouchHelper |
ExploreByTouchHelper is a utility class for implementing accessibility
support in custom
View s that represent a collection of View-like
logical items. |
FloatingToolbar |
A floating toolbar for showing contextual menu items.
|
ImageFloatingTextView |
A TextView that can float around an image on the end.
|
LinearLayoutWithDefaultTouchRecepient |
Like a normal linear layout, but supports dispatching all otherwise unhandled
touch events to a particular descendant.
|
LockPatternChecker |
Helper class to check/verify PIN/Password/Pattern asynchronously.
|
LockPatternUtils |
Utilities for the lock pattern and its settings.
|
LockPatternUtils.StrongAuthTracker |
Tracks the global strong authentication state.
|
LockPatternView |
Displays and detects the user's unlock attempt, which is a drag of a finger
across 9 regions of the screen.
|
LockPatternView.Cell |
Represents a cell in the 3 X 3 matrix of the unlock pattern view.
|
LockPatternView.CellState | |
MediaNotificationView |
A TextView that can float around an image on the end.
|
MessagingLinearLayout |
A custom-built layout for the Notification.MessagingStyle.
|
MessagingLinearLayout.LayoutParams | |
NotificationActionListLayout |
Layout for notification actions that ensures that no action consumes more than their share of
the remaining available width, and the last action consumes the remaining space.
|
NotificationExpandButton |
An expand button in a notification
|
NumericTextView |
Extension of TextView that can handle displaying and inputting a range of
numbers.
|
PagerAdapter |
Base class providing the adapter to populate pages inside of
a
ViewPager . |
PasswordEntryKeyboard |
A basic, embed-able keyboard designed for password entry.
|
PasswordEntryKeyboardHelper | |
PasswordEntryKeyboardView | |
PointerLocationView | |
PointerLocationView.PointerState | |
PreferenceImageView |
Extension of ImageView that correctly applies maxWidth and maxHeight.
|
ResolverDrawerLayout | |
ResolverDrawerLayout.LayoutParams | |
RotarySelector |
Custom view that presents up to two items that are selectable by rotating a semi-circle from
left to right, or right to left.
|
ScrollBarUtils | |
ScrollingTabContainerView |
This widget implements the dynamic action bar tab behavior that can change
across different configurations or circumstances.
|
SlidingTab |
A special widget containing two Sliders and a threshold for each.
|
Smileys |
Temp stupidity until we have a real emoticon API.
|
SubtitleView | |
SwipeDismissLayout |
Special layout that finishes its activity when swiped away.
|
TextProgressBar |
Container that links together a
ProgressBar and Chronometer
as children. |
TextViewInputDisabler |
Helper class to disable input on a TextView.
|
ToolbarWidgetWrapper |
Internal class used to interact with the Toolbar widget without
exposing interface methods to the public API.
|
VerifyCredentialResponse |
Response object for a ILockSettings credential verification request.
|
ViewPager |
Framework copy of the support-v4 ViewPager class.
|
ViewPager.LayoutParams |
Layout parameters that should be supplied for views added to a
ViewPager.
|
ViewPager.SavedState |
This is the persistent state that is saved by ViewPager.
|
ViewPager.SimpleOnPageChangeListener |
Simple implementation of the
ViewPager.OnPageChangeListener interface with stub
implementations of each method. |
WatchHeaderListView | |
WatchListDecorLayout |
Layout for the decor for ListViews on watch-type devices with small screens.
|
WeightedLinearLayout |
A special layout when measured in AT_MOST will take up a given percentage of
the available space.
|
Enum | Description |
---|---|
LockPatternView.DisplayMode |
How to display the current pattern.
|
Exception | Description |
---|---|
LockPatternUtils.RequestThrottledException |
Annotation Type | Description |
---|---|
LockPatternUtils.StrongAuthTracker.StrongAuthFlags |