/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 157 * The horizontal, or X, location of the child within the view group.
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 46 public static final int HORIZONTAL = 0; 156 * Either {@link #HORIZONTAL} or {@link #VERTICAL}. 173 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL); 233 return mOrientation == HORIZONTAL;
|
/frameworks/base/core/res/res/layout-sw600dp/ |
keyguard_screen_status_land.xml | 91 android:orientation="horizontal"
|
keyguard_screen_status_port.xml | 92 android:orientation="horizontal"
|
/frameworks/base/docs/html/guide/topics/testing/ |
what_to_test.jd | 22 the user turns the device so that the display is "landscape" (long edge is horizontal) instead
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-autocomplete.jd | 17 android:orientation="horizontal"
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-tablelayout.jd | 96 basic {@link android.view.View}, which is used to draw a horizontal line.</p>
|
/frameworks/base/location/java/android/location/ |
LocationProvider.java | 146 * Returns a constant describing horizontal accuracy of this provider.
|
/frameworks/base/media/jni/mediaeditor/ |
VideoBrowserMain.h | 143 * @param x (IN) : Horizontal position of the top left corner
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Average_4x_Align_unsafe_s.s | 21 ;// This function needs to copy 4 bytes in horizontal direction
|
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s | 28 ;// Implements horizontal interpolation for a block of size 4x4. Input and output should
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 77 IMPORT armVCM4P2_aClassicalZigzagScan ;// contains CLassical, Horizontal, Vertical Zigzag table entries with double the original values
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_Average_4x_Align_unsafe_s.s | 21 ;// This function needs to copy 4 bytes in horizontal direction
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 77 IMPORT armVCM4P2_aClassicalZigzagScan ;// contains CLassical, Horizontal, Vertical Zigzag table entries with double the original values
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP.c | 142 /* Huffman decoding to get Horizontal data and residual */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 81 ;// Horizontal filter approach 83 ;// Basic idea in horizontal filtering is to adjust coefficients 147 AND tmp6, tmp6, #2 ;// calculate ref for horizontal filter 173 ;// HORIZONTAL PART
|
/frameworks/base/packages/SystemUI/res/layout-sw600dp/ |
status_bar.xml | 52 android:orientation="horizontal"
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 132 item.setOrientation(LinearLayout.HORIZONTAL);
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/res/layout/ |
main.xml | 38 android:orientation="horizontal"
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4DA_Types.h | 160 M4OSA_UInt8 horiz_justif; /**< the horizontal justification of the text */
|
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
M4VIFI_BGR565toYUV420.c | 184 } /* End of horizontal scanning */
|
M4VIFI_RGB565toYUV420.c | 187 } /* End of horizontal scanning */
|
M4VIFI_RGB888toYUV420.c | 142 } /* end of horizontal scanning */
|
/packages/apps/Browser/src/com/android/browser/ |
NavScreen.java | 131 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL);
|
TabScrollView.java | 72 mContentView.setOrientation(LinearLayout.HORIZONTAL);
|