Home | History | Annotate | Download | only in test

Lines Matching refs:dinfo

1517     DisplayInfo dinfo;
1520 SurfaceComposerClient::getDisplayInfo(display, &dinfo);
1528 if ((int)dinfo.w < width) {
1529 previewWidth = dinfo.w;
1534 if ((int)dinfo.h < height) {
1535 previewHeight = dinfo.h;
1564 ret |= mSurfaceControl->setPosition((float)(dinfo.w - previewWidth),
1565 (float)(dinfo.h - previewHeight));