Home
last modified time | relevance | path

Searched refs:ORIENTATION (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java25 import static com.android.server.wm.WindowContainerProto.ORIENTATION;
1147 proto.write(ORIENTATION, mOrientation); in writeToProto()
/frameworks/base/core/java/android/content/res/
DConfiguration.java31 import static android.content.ConfigurationProto.ORIENTATION;
1134 protoOutputStream.write(ORIENTATION, orientation); in writeToProto()
1267 case (int) ORIENTATION: in readFromProto()
1268 orientation = protoInputStream.readInt(ORIENTATION); in readFromProto()
/frameworks/native/include/input/
DInputEventLabels.h344 DEFINE_AXIS(ORIENTATION),
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp234 common::V1_0::Axis::ORIENTATION);
/frameworks/base/core/java/android/provider/
DMediaStore.java1212 public static final String ORIENTATION = "orientation"; field
1640 public static final String ORIENTATION = "orientation"; field
/frameworks/base/core/java/android/widget/
DGridLayout.java268 private static final int ORIENTATION = R.styleable.GridLayout_orientation; field in GridLayout
311 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION)); in GridLayout()
/frameworks/base/media/java/android/media/
DMediaScanner.java1059 values.put(Images.Media.ORIENTATION, degree);
/frameworks/base/api/
Dremoved.txt546 field public static final String ORIENTATION = "orientation";
Dcurrent.txt38510 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";
38984 field public static final String ORIENTATION = "orientation";
/frameworks/base/non-updatable-api/
Dremoved.txt546 field public static final String ORIENTATION = "orientation";
Dcurrent.txt38366 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";
38840 field public static final String ORIENTATION = "orientation";
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java99 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION;
5435 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation()); in writeToProto()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3235 ORIENTATION = 1 << 4, enumerator
4737 if (axes & ORIENTATION) { in prepareAxes()
5466 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25065 field public static final java.lang.String ORIENTATION = "orientation";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12946 Landroid/content/ConfigurationProto;->ORIENTATION:J
82347 Landroid/widget/GridLayout;->ORIENTATION:I