Searched refs:OrientationUtil (Results 1 – 3 of 3) sorted by relevance
29 public final class OrientationUtil { class48 public static OrientationUtil initializeAndStartActivityIfNotStarted( in initializeAndStartActivityIfNotStarted()51 return new OrientationUtil(testCase.getActivity(), testCase.getInstrumentation()); in initializeAndStartActivityIfNotStarted()54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil() method in OrientationUtil
23 import com.android.dialer.util.OrientationUtil;36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
23 public class OrientationUtil { class