Lines Matching refs:readInt32
109 if (from.readInt32() == 0) { in read()
120 ret.layoutParamsFlags = from.readInt32(); in read()
121 ret.layoutParamsType = from.readInt32(); in read()
123 ret.frameLeft = from.readInt32(); in read()
124 ret.frameTop = from.readInt32(); in read()
125 ret.frameRight = from.readInt32(); in read()
126 ret.frameBottom = from.readInt32(); in read()
127 ret.surfaceInset = from.readInt32(); in read()
136 ret.layer = from.readInt32(); in read()
137 ret.ownerPid = from.readInt32(); in read()
138 ret.ownerUid = from.readInt32(); in read()
139 ret.inputFeatures = from.readInt32(); in read()
140 ret.displayId = from.readInt32(); in read()
141 ret.portalToDisplayId = from.readInt32(); in read()