Home
last modified time | relevance | path

Searched refs:physicalFrame (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DDisplayViewport.java68 public final Rect physicalFrame = new Rect(); field in DisplayViewport
90 physicalFrame.set(viewport.physicalFrame); in copyFrom()
123 && physicalFrame.equals(other.physicalFrame) in equals()
140 result += prime * result + physicalFrame.hashCode(); in hashCode()
162 + ", physicalFrame=" + physicalFrame in toString()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp100 for (const auto& physicalFrame : mLastPhysicalFrames) { in dump() local
101 lastPhysicalFrames.emplace(physicalFrame.mPhysicalCameraId, in dump()
102 physicalFrame.mPhysicalCameraMetadata); in dump()
107 for (const auto& physicalFrame : lastPhysicalFrames) { in dump() local
109 physicalFrame.first.c_str()); in dump()
111 CameraMetadata lastPhysicalMetadata = CameraMetadata(physicalFrame.second); in dump()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp40 jfieldID physicalFrame; member
93 env->GetObjectField(viewportObj, gDisplayViewportClassInfo.physicalFrame); in android_hardware_display_DisplayViewport_toNative()
126 gDisplayViewportClassInfo.physicalFrame = GetFieldIDOrDie(env, in register_android_hardware_display_DisplayViewport()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java392 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()
394 viewport.physicalFrame.setEmpty(); in populateViewportLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6570 const Rect physicalFrame{0, 0, width, height}; in TEST_P() local
6571 configurePhysicalDisplay(ui::ROTATION_0, physicalFrame, width, height); in TEST_P()
6654 const Rect physicalFrame{0, 0, DISPLAY_HEIGHT, DISPLAY_WIDTH}; in TEST_P() local
6656 configurePhysicalDisplay(displayRotation, physicalFrame, DISPLAY_HEIGHT, DISPLAY_WIDTH); in TEST_P()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19866 Landroid/hardware/display/DisplayViewport;->physicalFrame:Landroid/graphics/Rect;