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

/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java29 * represent an overlay package will have a corresponding OverlayInfo.
33 public final class OverlayInfo implements Parcelable { class in inherits:Parcelable
49 * An internal state used as the initial state of an overlay. OverlayInfo
128 * The state of this OverlayInfo as defined by the STATE_* constants in this class.
155 * Create a new OverlayInfo based on source with an updated state.
157 * @param source the source OverlayInfo to base the new instance on
158 * @param state the new state for the source OverlayInfo
160 public OverlayInfo(@NonNull OverlayInfo source, @State int state) { method in class:OverlayInfo
165 public OverlayInfo( method in class:OverlayInfo
179 public OverlayInfo(Parcel source) { method in class:OverlayInfo
[all...]

Completed in 48 milliseconds