Searched refs:orientation (Results 1 – 21 of 21) sorted by relevance
1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:3 - android:orientation="^4 + android:orientation="horizontal^
1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:3 - android:orientation="^"4 + android:orientation="horizontal"^
1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:3 - android:orientation='^'4 + android:orientation='horizontal'^
1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting h…3 - <item name="android:orientation">h^</item>4 + <item name="android:orientation">horizontal^</item>
2 - foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical">13 + foo:orientation="vertical" >
1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item>:
5 - android:orientation="vertical">27 + android:orientation="vertical" >
2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">20 + android:orientation="vertical" >
2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">16 + android:orientation="vertical" >
9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
185 android:orientation : Should the layout be a column or a row? Use "horizontal" for a row, "vertica…
196 String orientation = node.getStringAttr(ANDROID_URI, in testOrientation() local198 assertEquals(VALUE_VERTICAL, orientation); in testOrientation()201 orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION); in testOrientation()202 assertEquals(VALUE_HORIZONTAL, orientation); in testOrientation()
170 ScreenOrientation orientation = configuration.getOrientation(state); in DeviceConfigAction() local171 setImageDescriptor(configuration.getOrientationImage(orientation, flip)); in DeviceConfigAction()
972 Image getOrientationIcon(ScreenOrientation orientation, boolean flip) { in getOrientationIcon() argument974 switch (orientation) { in getOrientationIcon()985 ImageDescriptor getOrientationImage(ScreenOrientation orientation, boolean flip) { in getOrientationImage() argument987 switch (orientation) { in getOrientationImage()1001 ScreenOrientation orientation = null; in getOrientation() local1003 orientation = config.getScreenOrientationQualifier().getValue(); in getOrientation()1006 if (orientation == null) { in getOrientation()1007 orientation = ScreenOrientation.PORTRAIT; in getOrientation()1010 return orientation; in getOrientation()
275 String orientation = node.getStringAttr(getNamespace(node), ATTR_ORIENTATION); in getCurrentOrientation() local276 if (orientation == null || orientation.length() == 0) { in getCurrentOrientation()277 orientation = VALUE_HORIZONTAL; in getCurrentOrientation()279 return orientation; in getCurrentOrientation()
99 String orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION); in getCurrentOrientation() local100 if (orientation == null || orientation.length() == 0) { in getCurrentOrientation()101 orientation = VALUE_HORIZONTAL; in getCurrentOrientation()103 return orientation; in getCurrentOrientation()
144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$ in computePadding() local147 boolean horizontal = orientation == null || in computePadding()
64 String separator = config.orientation == Configuration.ORIENTATION_PORTRAIT ? "\n" : ""; in onCreate()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
1131 ScreenOrientation orientation = qualifier == null in updateSize() local1140 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize()1148 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize()
92 theme chooser, a single button to flip orientation, better317 opened files as well as on device size and orientation changes to351 preserve the orientation on snapshot refresh