Searched refs:OrientationUtil (Results 1 – 2 of 2) sorted by relevance
23 import com.android.dialer.util.OrientationUtil;36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
23 public class OrientationUtil { class