Searched defs:LayerInfo (Results 1 – 4 of 4) sorted by relevance
96 struct LayerInfo { struct97 uint64_t id;98 std::string name;99 uint64_t parent;100 int z;101 uint64_t curr_frame;102 float x;103 float y;104 uint32_t bufferWidth;105 uint32_t bufferHeight;[all …]
7 public class LayerInfo { class11 LayerInfo(int depth) { in LayerInfo() method in LayerInfo16 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
41 class LayerInfo; variable
43 LayerInfo::LayerInfo(const std::string& name, uid_t ownerUid, in LayerInfo() function in android::scheduler::LayerInfo