Searched defs:displayFrame (Results 1 – 5 of 5) sorted by relevance
179 struct hwc_rect displayFrame; member in Rectangle249 struct displayFrame { struct250 uint32_t minWidth;251 uint32_t minHeight;252 HwcTestDim minDim;253 uint32_t maxWidth;254 uint32_t maxHeight;255 HwcTestDim maxDim;
160 struct hwc_rect displayFrame; member in Rectangle
209 final Rect displayFrame = new Rect(); in onLongClick() local
1106 final Rect displayFrame = new Rect(); in findDropDownPosition() local1218 final Rect displayFrame = new Rect(); in getMaxAvailableHeight() local
153 public void computeFrameLw(Rect parentFrame, Rect displayFrame, in computeFrameLw()