Searched defs:displayFrame (Results 1 – 9 of 9) sorted by relevance
178 struct hwc_rect displayFrame; member in Rectangle248 struct displayFrame { struct249 uint32_t minWidth;250 uint32_t minHeight;251 HwcTestDim minDim;252 uint32_t maxWidth;253 uint32_t maxHeight;254 HwcTestDim maxDim;
159 struct hwc_rect displayFrame; member in Rectangle
184 final Rect displayFrame = new Rect(); in onLongClick() local
230 final Rect displayFrame = new Rect(); in onLongClick() local
1120 final Rect displayFrame = new Rect(); in findDropDownPosition() local1232 final Rect displayFrame = new Rect(); in getMaxAvailableHeight() local
165 final Rect displayFrame = new Rect(); in performLongClick() local
303 final Rect displayFrame = new Rect(); in performLongClick() local
1089 final Rect displayFrame = new Rect(); in getMaxAvailableHeight() local
169 public void computeFrameLw(Rect parentFrame, Rect displayFrame, in computeFrameLw()