Searched defs:Overlay (Results 1 – 3 of 3) sorted by relevance
19 struct Overlay { struct20 Overlay() {} in Overlay() argument21 Overlay(const String8& a, const String8& i, int p) : in Overlay() argument24 bool operator<(Overlay const& rhs) const in operator <()30 String8 apk_path;31 String8 idmap_path;32 int priority;
40 Overlay() : Thread(false), in Overlay() function
75 public static final BlendComposite Overlay = new BlendComposite(BlendingMode.OVERLAY); field in BlendComposite