Searched defs:displayFrame (Results 1 – 8 of 8) sorted by relevance
177 struct hwc_rect displayFrame; member in Rectangle247 struct displayFrame { struct248 uint32_t minWidth;249 uint32_t minHeight;250 HwcTestDim minDim;251 uint32_t maxWidth;252 uint32_t maxHeight;253 HwcTestDim maxDim;
158 struct hwc_rect displayFrame; member in Rectangle
243 final Rect displayFrame = new Rect(); in onLongClick() local
260 final Rect displayFrame = new Rect(); in onLongClick() local
1248 final Rect displayFrame = new Rect(); in findDropDownPosition() local1367 final Rect displayFrame = new Rect(); in getMaxAvailableHeight() local
215 final Rect displayFrame = new Rect(); in performLongClick() local
308 final Rect displayFrame = new Rect(); in performLongClick() local
154 public void computeFrameLw(Rect parentFrame, Rect displayFrame, in computeFrameLw()