Searched defs:OverlayInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java25 * represent an overlay package will have a corresponding OverlayInfo.
29 public final class OverlayInfo implements Parcelable { class in inherits:Parcelable
31 * An internal state used as the initial state of an overlay. OverlayInfo
79 * The state of this OverlayInfo as defined by the STATE_* constants in this class.
94 * Create a new OverlayInfo based on source with an updated state.
96 * @param source the source OverlayInfo to base the new instance on
97 * @param state the new state for the source OverlayInfo
99 public OverlayInfo(@NonNull OverlayInfo source, int state) { method in class:OverlayInfo
104 public OverlayInfo( method in class:OverlayInfo
114 public OverlayInfo(Parcel source) { method in class:OverlayInfo
[all...]

Completed in 989 milliseconds