Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DVideoRecordingHints.java53 private final int mPhoneGraphicHalfHeight; field in VideoRecordingHints
152 mPhoneGraphicHalfHeight = getResources() in VideoRecordingHints()
206 … mPhoneGraphic.setBounds(mCenterX - mPhoneGraphicHalfWidth, mCenterY - mPhoneGraphicHalfHeight, in onLayout()
207 mCenterX + mPhoneGraphicHalfWidth, mCenterY + mPhoneGraphicHalfHeight); in onLayout()