Searched refs:mPreviewWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h97 mPreviewWidth(NOT_SET),
435 int mPreviewWidth; member in class:android::CameraHardwareInterface
H A DCameraHardwareInterface.cpp312 if (mPreviewWidth != NOT_SET) {
314 mPreviewWidth, mPreviewHeight);
344 mPreviewWidth = w;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java442 private final int mPreviewWidth; field in class:GlobalScreenshot
534 mPreviewWidth = panelWidth;
551 data.previewWidth = mPreviewWidth;

Completed in 192 milliseconds