package com.android.camera.support.ui; public interface OrientationSource { public int getDisplayRotation(); public int getCompensation(); }