Searched refs:ORIENTATION (Results 1 – 15 of 15) sorted by relevance
25 import static com.android.server.wm.WindowContainerProto.ORIENTATION;1147 proto.write(ORIENTATION, mOrientation); in writeToProto()
31 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()
344 DEFINE_AXIS(ORIENTATION),
234 common::V1_0::Axis::ORIENTATION);
1212 public static final String ORIENTATION = "orientation"; field1640 public static final String ORIENTATION = "orientation"; field
268 private static final int ORIENTATION = R.styleable.GridLayout_orientation; field in GridLayout311 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION)); in GridLayout()
1059 values.put(Images.Media.ORIENTATION, degree);
546 field public static final String ORIENTATION = "orientation";
38510 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";38984 field public static final String ORIENTATION = "orientation";
38366 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";38840 field public static final String ORIENTATION = "orientation";
99 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION;5435 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation()); in writeToProto()
3235 ORIENTATION = 1 << 4, enumerator4737 if (axes & ORIENTATION) { in prepareAxes()5466 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()
25065 field public static final java.lang.String ORIENTATION = "orientation";
12946 Landroid/content/ConfigurationProto;->ORIENTATION:J82347 Landroid/widget/GridLayout;->ORIENTATION:I