HomeSort by relevance Sort by last modified time
    Searched refs:ScreenOrientation (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/deqp/framework/platform/android/
tcuAndroidUtil.hpp 39 enum ScreenOrientation
49 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation);
51 ScreenOrientation mapScreenRotation (ScreenRotation rotation);
tcuAndroidUtil.cpp 186 void setRequestedOrientation (JNIEnv* env, jobject activity, ScreenOrientation orientation)
556 ScreenOrientation mapScreenRotation (ScreenRotation rotation)
578 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation)
  /packages/apps/Dialer/java/com/android/incallui/
InCallOrientationEventListener.java 50 public @interface ScreenOrientation {}
71 @ScreenOrientation private static int sCurrentOrientation = SCREEN_ORIENTATION_0;
95 @ScreenOrientation
177 @ScreenOrientation
InCallPresenter.java 51 import com.android.incallui.InCallOrientationEventListener.ScreenOrientation;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 42 import com.android.resources.ScreenOrientation;
74 .setOrientation(ScreenOrientation.PORTRAIT)
89 .setOrientation(ScreenOrientation.PORTRAIT)
104 .setOrientation(ScreenOrientation.LANDSCAPE)
119 .setOrientation(ScreenOrientation.LANDSCAPE)
134 .setOrientation(ScreenOrientation.PORTRAIT)
155 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT;
278 public ConfigGenerator setOrientation(ScreenOrientation orientation) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 41 import com.android.resources.ScreenOrientation;
727 ScreenOrientation so1 = orientation1.getValue();
729 so1 = ScreenOrientation.PORTRAIT;
733 ScreenOrientation so2 = orientation2.getValue();
735 so2 = ScreenOrientation.PORTRAIT;
738 if (so1 == ScreenOrientation.LANDSCAPE) {
739 if (so2 == ScreenOrientation.LANDSCAPE) {
744 } else if (so2 == ScreenOrientation.LANDSCAPE) {
    [all...]
OrientationMenuAction.java 21 import com.android.resources.ScreenOrientation;
170 ScreenOrientation orientation = configuration.getOrientation(state);
ConfigurationChooser.java 67 import com.android.resources.ScreenOrientation;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 38 import com.android.resources.ScreenOrientation;
173 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
197 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
229 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 31 public class ScreenOrientation extends Activity {
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 500 public @interface ScreenOrientation {}
513 * the {@link android.R.attr#screenOrientation} attribute.
518 * the {@link android.R.attr#screenOrientation} attribute.
523 * the {@link android.R.attr#screenOrientation} attribute.
528 * the {@link android.R.attr#screenOrientation} attribute.
533 * the {@link android.R.attr#screenOrientation} attribute.
538 * the {@link android.R.attr#screenOrientation} attribute.
544 * the {@link android.R.attr#screenOrientation} attribute.
550 * the {@link android.R.attr#screenOrientation} attribute.
556 * the {@link android.R.attr#screenOrientation} attribute
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 59 import com.android.resources.ScreenOrientation;
267 ScreenOrientation.PORTRAIT,
315 config.addQualifier(new ScreenOrientationQualifier(ScreenOrientation.PORTRAIT));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 29 import com.android.resources.ScreenOrientation;
365 ScreenOrientation orientation = hardwareConfig.getOrientation();
Layout.java 35 import com.android.resources.ScreenOrientation;
402 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) {
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 645 /** When not otherwise specified by the activity's screenOrientation, rotation should be
648 /** When not otherwise specified by the activity's screenOrientation, rotation is set by
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 60 import com.android.resources.ScreenOrientation;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 52 import com.android.resources.ScreenOrientation;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.0/
layoutlib-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.1/
layoutlib-api-22.7.1.jar 

Completed in 1509 milliseconds

1 2 3 4 5