HomeSort by relevance Sort by last modified time
    Searched full:orientation (Results 1 - 25 of 3190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5-expected-applyCompletion19.diff 1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:
2 < android:orientation='^'
4 > android:orientation='horizontal'^
completion6-expected-applyCompletion22.diff 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:
2 < android:orientation="^"
4 > android:orientation="horizontal"^
completion7-expected-applyCompletion23.diff 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:
2 < android:orientation="^
4 > android:orientation="horizontal^
completionvalues1-expected-applyCompletion37.diff 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal:
2 < <item name="android:orientation">h^</item>
4 > <item name="android:orientation">horizontal^</item>
completionvalues1-expected-completion37.txt 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item>:
  /sdk/apps/DeviceConfig/res/values-land/
strings.xml 3 <string name="orientation">LANDSCAPE</string>
  /sdk/apps/DeviceConfig/res/values-port/
strings.xml 3 <string name="orientation">PORTRAIT</string>
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/
namespace2.xml 8 customprefix:orientation="vertical"
9 bogus:orientation="bogus"
10 orientation="true">
  /external/webkit/Source/WebKit/chromium/src/
WebDeviceOrientation.cpp 34 WebDeviceOrientation::WebDeviceOrientation(const PassRefPtr<WebCore::DeviceOrientation>& orientation)
36 if (!orientation) {
48 m_canProvideAlpha = orientation->canProvideAlpha();
49 m_alpha = orientation->alpha();
50 m_canProvideBeta = orientation->canProvideBeta();
51 m_beta = orientation->beta();
52 m_canProvideGamma = orientation->canProvideGamma();
53 m_gamma = orientation->gamma();
56 WebDeviceOrientation& WebDeviceOrientation::operator=(const PassRefPtr<WebCore::DeviceOrientation>& orientation)
58 if (!orientation) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 39 // Orientation hysteresis amount used in rounding, in degrees
45 // The degrees of the device rotated clockwise from its natural orientation.
47 // If the framework orientation is locked.
49 // The orientation compensation: if the framwork orientation is locked, the
50 // device orientation and the framework orientation may be different, so we
56 // don't allow the orientation to be unlocked if the value is true.
89 // Orientation handling
91 // We can choose to lock the framework orientation or not. If we lock th
    [all...]
  /tools/motodev/src/plugins/preflighting.core/devices/
backflip-mb300.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
backflip-me600.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
cliq.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
cliq2.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
devour.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
dext-mb200.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
droid.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
flipout-mb511.xml 11 <d:screen-orientation>land</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
flipout-me511.xml 11 <d:screen-orientation>land</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
milestone-a853.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
milestone-qrty-a853.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
mt716.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>port</d:screen-orientation>
spice.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>port</d:screen-orientation>
xt702.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
ScreenOrientationQualifier.java 23 * Resource Qualifier for Screen Orientation.
27 public static final String NAME = "Screen Orientation";
54 return "Orientation";
64 ScreenOrientation orientation = ScreenOrientation.getEnum(value); local
65 if (orientation != null) {
66 ScreenOrientationQualifier qualifier = new ScreenOrientationQualifier(orientation);

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>