HomeSort by relevance Sort by last modified time
    Searched defs:displayFrame (Results 1 - 5 of 5) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 21 * hwcRects [options] (graphicFormat displayFrame [attributes],)...
36 * displayFrame
150 displayFrame(defaultDisplayFrame) {};
159 struct hwc_rect displayFrame;
324 layer->displayFrame = it->displayFrame;
327 layer->visibleRegionScreen.rects = &layer->displayFrame;
385 rect.displayFrame = hwcTestParseHwcRect(in, error);
394 rect.sourceDim = HwcTestDim(rect.displayFrame.right
395 - rect.displayFrame.left
    [all...]
hwcCommit.cpp 178 struct hwc_rect displayFrame;
248 struct displayFrame {
653 rect.displayFrame.left = x;
654 rect.displayFrame.top = y;
655 rect.displayFrame.right = x + startDim.width();
656 rect.displayFrame.bottom = y + startDim.height();
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 151 * is scaled using linear filtering to the displayFrame. The origin is the
154 hwc_rect_t displayFrame;
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 199 final Rect displayFrame = new Rect();
201 getWindowVisibleDisplayFrame(displayFrame);
210 if (midy < displayFrame.height()) {
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]

Completed in 136 milliseconds