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