Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DVideoConfig.java273 private final int mDeviceOrientationDegree; field in VideoConfig
295 mDeviceOrientationDegree = in.readInt(); in VideoConfig()
317 mDeviceOrientationDegree = builder.mDeviceOrientationDegree; in VideoConfig()
389 return this.mDeviceOrientationDegree; in getDeviceOrientationDegree()
424 + ", mDeviceOrientationDegree=" + mDeviceOrientationDegree in toString()
435 mPauseImagePath, mDeviceOrientationDegree, mCvoValue, mRtcpFbTypes); in hashCode()
468 && mDeviceOrientationDegree == s.mDeviceOrientationDegree in equals()
499 dest.writeInt(mDeviceOrientationDegree); in writeToParcel()
536 private int mDeviceOrientationDegree; field in VideoConfig.Builder
683 this.mDeviceOrientationDegree = deviceOrientationDegree; in setDeviceOrientationDegree()