HomeSort by relevance Sort by last modified time
    Searched full:horizontal (Results 576 - 600 of 1949) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 174 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
220 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal
256 Horizontal
  /packages/apps/Calendar/res/layout/
edit_event_1.xml 146 android:orientation="horizontal"
168 android:orientation="horizontal"
203 android:orientation="horizontal"
229 android:orientation="horizontal"
252 android:orientation="horizontal"
  /external/webkit/Source/WebCore/platform/
ScrollView.h 91 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
100 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
101 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
  /external/junit/src/junit/swingui/
TestRunner.java 456 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
457 addGrid(panel, fSuiteCombo, 0, 1, 1, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
459 addGrid(panel, fRun, 2, 1, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER);
462 //addGrid(panel, new JSeparator(), 0, 3, 3, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
465 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
469 addGrid(panel, new JSeparator(), 0, 5, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
470 addGrid(panel, new JLabel("Results:"), 0, 6, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
475 addGrid(panel, failedPanel, 2, 7, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.NORTH/*CENTER*/);
477 addGrid(panel, fStatusLine, 0, 9, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.CENTER);
478 addGrid(panel, fQuitButton, 2, 9, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER)
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 32 ;# load up horizontal filter
33 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
62 ;# Filters a horizontal line
213 ;# Finished filtering main horizontal block. If there is no
308 ;# Finished filtering main horizontal block. If there is no
426 ;# Finished filtering main horizontal block. If there is no
542 ;# Filters a horizontal line
631 ;# Finished filtering main horizontal block. If there is no
732 ;# Finished filtering main horizontal block. If there is n
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 96 MODE_H_ILLEGAL, /* mode has illegal horizontal timings */
97 MODE_V_ILLEGAL, /* mode has illegal horizontal timings */
111 MODE_BAD_HVALUE, /* horizontal timing was out of range */
114 MODE_HSYNC_NARROW, /* horizontal sync too narrow */
115 MODE_HSYNC_WIDE, /* horizontal sync too wide */
116 MODE_HBLANK_NARROW, /* horizontal blanking too narrow */
117 MODE_HBLANK_WIDE, /* horizontal blanking too wide */
149 int HDisplay; /* horizontal timing */
891 int maxHValue; /* max horizontal timing */
895 int xInc; /* Horizontal timing increment *
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 21 <dt><a href="LinearLayout4.html">4. Horizontal</a></dt>
22 <dd>Demonstrates a horizontal LinearLayout, plus an expanding column. </dd>
31 <dd>Demonstrates a horizontal linear layout with equally sized columns. Some columns force their height to match the parent.</dd>
34 <dd>Demonstrates a simple linear layout with menu options demonstrating horizontal and vertical gravity options.</dd>
114 <dd>Demonstrates baseline aligning specific elements in three mixed vertical and horizontal LinearLayout objects.</dd>
333 <dt><a href="Focus2.html">2. Horizontal</a></dt>
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 80 if (data.fontData && (data.fontData->platformData().orientation() == Horizontal || data.fontData->isTextOrientationFallback()))
86 // Use the broken ideograph font data. The broken ideograph font will use the horizontal width of glyphs
111 // The glyphs are identical, meaning that we should just use the horizontal glyph.
121 // If the glyphs are the same, then we know we can just use the horizontal glyph rotated vertically to be upright.
125 // glyph, so we fall back to the upright data and use the horizontal glyph.
407 if (fontData->platformData().orientation() == Horizontal) {
  /packages/apps/Calendar/res/layout-xlarge/
edit_event_1.xml 111 android:orientation="horizontal"
133 <LinearLayout android:orientation="horizontal"
162 android:orientation="horizontal"
184 <LinearLayout android:orientation="horizontal"
263 android:orientation="horizontal"
363 android:orientation="horizontal"
  /packages/apps/Settings/res/layout/
installed_app_details.xml 66 android:orientation="horizontal"
103 android:orientation="horizontal"
140 android:orientation="horizontal"
178 android:orientation="horizontal"
215 android:orientation="horizontal"
270 android:orientation="horizontal"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 241 #define REQ_SCR_FCHAR (KEY_MAX + 49) /* horizontal scroll char */
242 #define REQ_SCR_BCHAR (KEY_MAX + 50) /* horizontal scroll char */
243 #define REQ_SCR_HFLINE (KEY_MAX + 51) /* horizontal scroll line */
244 #define REQ_SCR_HBLINE (KEY_MAX + 52) /* horizontal scroll line */
245 #define REQ_SCR_HFHALF (KEY_MAX + 53) /* horizontal scroll half line */
246 #define REQ_SCR_HBHALF (KEY_MAX + 54) /* horizontal scroll half line */
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 84 * Create a horizontal linear layout divided into thirds (with some margins
94 ll.setOrientation(LinearLayout.HORIZONTAL);
237 ll.setOrientation(LinearLayout.HORIZONTAL);
  /external/jpeg/
transupp.c 33 * Horizontal flipping is done in-place, using a single top-to-bottom
68 /* Horizontal flip; done in-place, so no separate dest array is required */
77 /* Horizontal mirroring of DCT blocks is accomplished by swapping
78 * pairs of blocks in-place. Within a DCT block, we perform horizontal
129 * is a pretty straightforward analog of horizontal flip.
235 * 2. Horizontal mirroring.
245 /* Because of the horizontal mirror step, we can't process partial iMCUs
298 * 1. Horizontal mirroring;
309 /* Because of the horizontal mirror step, we can't process partial iMCUs
363 * 2. Horizontal mirroring
    [all...]
  /external/proguard/src/proguard/gui/
FilterDialog.java 73 textConstraints.fill = GridBagConstraints.HORIZONTAL;
85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL;
92 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 199 horizontal
386 slider-horizontal
388 sliderthumb-horizontal
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 34 * Widget is resizable in the horizontal axis only.
42 * Widget is resizable in both the horizontal and vertical axes.
76 * is greater than minWidth or if horizontal resizing isn't enabled (see {@link #resizeMode}).
  /frameworks/base/core/res/res/layout/
keyguard_screen_lock.xml 102 android:orientation="horizontal"
137 android:orientation="horizontal"
171 android:orientation="horizontal"
keyguard_screen_tab_unlock.xml 66 android:orientation="horizontal"
128 android:orientation="horizontal"
165 android:orientation="horizontal"
  /frameworks/base/core/res/res/layout-sw600dp/
keyguard_screen_lock.xml 101 android:orientation="horizontal"
136 android:orientation="horizontal"
170 android:orientation="horizontal"
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 84 * Create a horizontal linear layout divided into thirds (with some margins
94 ll.setOrientation(LinearLayout.HORIZONTAL);
238 ll.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 101 A zoom of 1.0 is 90 degree horizontal FOV for a nominal landscape mode 4
104 This means that the horizontal FOV of an Android phone in portrait mode is much
106 effect that would be present if a 90 degree horizontal FOV was used in portrait
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 93 /* Compute horizontal ratio between src and destination width.*/
168 u32_x_frac = (u32_x_accum >> 12)&15; /* Horizontal weight factor */
238 /* Update horizontal accumulator */
M4VIFI_ResizeRGB888toRGB888.c 108 /* Compute horizontal ratio between src and destination width.*/
197 u32_x_frac = (u32_x_accum >> 12)&15; /* Horizontal weight factor */
259 /* Update horizontal accumulator */
  /packages/apps/Browser/res/layout/
browser_add_bookmark_content.xml 24 android:orientation="horizontal"
53 android:orientation="horizontal"
205 android:orientation="horizontal"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 101 /** The horizontal position of the source of the constraint */
107 /** The horizontal position of the target of the constraint */
119 /** If true, this constraint affects the horizontal dimension */

Completed in 1300 milliseconds

<<21222324252627282930>>