Searched
full:orientation (Results
476 -
500 of
2362) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/res/layout/ |
android_beam.xml | 17 android:orientation="vertical" 31 android:orientation="vertical">
|
date_time_settings_setupwizard.xml | 20 android:orientation="vertical"> 25 android:orientation="vertical">
|
power_usage_action_item.xml | 24 android:orientation="vertical" 38 android:orientation="horizontal">
|
title.xml | 24 android:orientation="horizontal"> 36 android:orientation="vertical">
|
/packages/apps/Settings/tests/res/layout/ |
bluetooth_request_permission_test.xml | 18 android:orientation="vertical" 29 android:orientation="horizontal"
|
/packages/apps/VideoEditor/res/layout/ |
ken_burns_layout.xml | 28 android:orientation="horizontal"
35 android:orientation="horizontal"
|
transition_list_view.xml | 19 android:orientation="vertical" 30 android:orientation="horizontal"
|
/packages/apps/VideoEditor/res/layout-w320dp-port/ |
transition_list_view.xml | 19 android:orientation="vertical" 30 android:orientation="horizontal"
|
/packages/apps/VideoEditor/res/layout-w533dp-land/ |
transition_list_view.xml | 19 android:orientation="vertical" 30 android:orientation="horizontal"
|
/packages/apps/VoiceDialer/res/layout/ |
tool_tip.xml | 23 android:orientation="vertical" 40 android:orientation="horizontal">
|
voice_dialing.xml | 25 android:orientation="vertical"> 42 android:orientation="horizontal">
|
/packages/inputmethods/LatinIME/java/res/layout/ |
vibration_settings_dialog.xml | 23 android:orientation="vertical" 28 android:orientation="horizontal"
|
/packages/inputmethods/OpenWnn/res/layout/ |
candidate_scale_up.xml | 20 android:orientation="vertical" 35 android:orientation="horizontal"
|
/sdk/common/src/com/android/resources/ |
ScreenRatio.java | 64 public static int getIndex(ScreenRatio orientation) { 67 if (orient == orientation) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 77 createTextAttrDesc("orientation"), 84 createTextAttrDesc("orientation"), 103 * <LinearLayout android:orientation="vertical"> 105 * <RelativeLayout android:orientation="toto"> 144 relative.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "toto"); 148 linear.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "vertical"); 185 assertEquals("orientation", parser.getAttributeName(0)); 203 assertEquals("orientation", parser.getAttributeName(0));
|
/external/webkit/Source/WebCore/platform/ |
ScrollableArea.cpp | 60 ScrollbarOrientation orientation; local 63 orientation = VerticalScrollbar; 66 orientation = HorizontalScrollbar; 92 return m_scrollAnimator->scroll(orientation, granularity, step, multiplier); 100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) 102 if (orientation == HorizontalScrollbar)
|
/external/webkit/Source/WebCore/platform/efl/ |
ScrollbarEfl.cpp | 45 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size) 47 return adoptRef(new ScrollbarEfl(scrollableArea, orientation, size)); 50 ScrollbarEfl::ScrollbarEfl(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize) 51 : Scrollbar(scrollableArea, orientation, controlSize) 87 that->scrollableArea()->scrollToOffsetWithoutAnimation(that->orientation(), value); 114 const char* group = (orientation() == HorizontalScrollbar)
|
/external/webkit/Source/WebCore/platform/haiku/ |
ScrollbarThemeHaiku.cpp | 80 IntSize buttonSize = scrollbar->orientation() == HorizontalScrollbar 94 if (scrollbar->orientation() == HorizontalScrollbar) { 106 if (scrollbar->orientation() == HorizontalScrollbar) { 122 orientation scrollbarOrientation = scrollbar->orientation() == HorizontalScrollbar ? B_HORIZONTAL : B_VERTICAL; 141 if (scrollbar->orientation() == VerticalScrollbar)
|
/frameworks/base/core/res/res/layout/ |
alert_dialog_holo.xml | 27 android:orientation="vertical"> 32 android:orientation="vertical"> 41 android:orientation="horizontal" 70 android:orientation="vertical"> 99 android:orientation="vertical" 107 android:orientation="horizontal"
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-linearlayout.jd | 19 android:orientation="vertical" 24 android:orientation="horizontal" 59 android:orientation="vertical" 93 its orientation to be vertical—all child {@link android.view.View}s (of which it has two) will 95 another {@link android.widget.LinearLayout} that uses a horizontal orientation and the second child 96 is a {@link android.widget.LinearLayout} that uses a vertical orientation. Each of these nested
|
/frameworks/base/packages/SystemUI/res/layout/ |
status_bar.xml | 26 android:orientation="vertical" 34 android:orientation="horizontal"> 43 android:orientation="horizontal"/> 50 android:orientation="horizontal"/> 57 android:orientation="horizontal" 89 android:orientation="horizontal" >
|
/hardware/ti/omap4xxx/camera/ |
SensorListener.cpp | 62 // about conversion from cartesian to spherical for orientation calculations 81 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient); 184 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) { 190 mOrientationCb(orientation, tilt, mCbCookie); 206 CAMHAL_LOGDB("orientation = %p (%s)", sensor, sensor->getName().string()); 225 CAMHAL_LOGDB("orientation = %p (%s)", sensor, sensor->getName().string());
|
/packages/apps/Music/res/layout/ |
audio_player.xml | 20 android:orientation="vertical"> 26 android:orientation="horizontal" 42 android:orientation="vertical" 68 android:orientation="horizontal" 94 android:orientation="horizontal" 119 android:orientation="horizontal"
|
/packages/apps/MusicFX/res/layout-land/ |
music_main.xml | 19 android:orientation="vertical" 69 android:orientation="vertical"> 80 android:orientation="horizontal"> 87 android:orientation="vertical"> 100 android:orientation="vertical" 131 android:orientation="vertical"
|
/packages/apps/SoundRecorder/res/layout-land/ |
main.xml | 20 android:orientation="vertical"> 43 android:orientation="horizontal" 74 android:orientation="horizontal" 98 android:orientation="horizontal" 146 android:orientation="vertical"> 151 android:orientation="horizontal"
|
Completed in 1197 milliseconds
<<11121314151617181920>>