Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DOrientationUtil.java29 public final class OrientationUtil { class
48 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/widget/
H A DDialpadSearchEmptyContentView.java23 import com.android.dialer.util.OrientationUtil;
36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DOrientationUtil.java23 public class OrientationUtil { class