Searched defs:LayerInfo (Results 1 – 4 of 4) sorted by relevance
7 public class LayerInfo { class11 LayerInfo(int depth) { in LayerInfo() method in LayerInfo16 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
88 struct LayerInfo { struct89 uint64_t id;90 std::string name;91 uint64_t parent;92 int z;93 uint64_t curr_frame;94 float x;95 float y;96 uint32_t bufferWidth;97 uint32_t bufferHeight;[all …]
40 class LayerInfo; variable
41 LayerInfo::LayerInfo(const std::string& name, uid_t ownerUid, in LayerInfo() function in android::scheduler::LayerInfo