/system/media/mca/filterpacks/imageproc/java/ |
FlipFilter.java | 40 @GenerateFieldPort(name = "horizontal", hasDefault = true)
|
/external/freetype/include/freetype/ |
ftincrem.h | 104 * Horizontal component of glyph advance, in font units. 110 * These correspond to horizontal or vertical metrics depending on the
|
/external/freetype/src/base/ |
ftlcdfil.c | 41 /* horizontal in-place FIR filter */ 184 /* horizontal in-place intra-pixel filter */
|
/external/jpeg/ |
jpegtran.1 | 74 .B \-flip horizontal 104 area. Horizontal mirroring leaves any partial iMCU column at the right edge
|
/external/webkit/Source/WebCore/css/ |
mediaControls.css | 41 -webkit-box-orient: horizontal; 80 -webkit-box-orient: horizontal;
|
mediaControlsEfl.css | 35 -webkit-box-orient: horizontal; 74 -webkit-box-orient: horizontal;
|
mediaControlsQt.css | 37 -webkit-box-orient: horizontal; 51 -webkit-box-orient: horizontal;
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLRoot.cpp | 49 // Horizontal position of the bottom point of the radical (%) 51 // Horizontal position of the top left point of the radical (%)
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 87 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value 104 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value 346 * @param startX Starting horizontal scroll offset in pixels. Positive 350 * @param dx Horizontal distance to travel. Positive numbers will scroll the 362 * @param startX Starting horizontal scroll offset in pixels. Positive 366 * @param dx Horizontal distance to travel. Positive numbers will scroll the 426 * @param overX Overfling range. If > 0, horizontal overfling in either 450 * Notify the scroller that we've reached a horizontal boundary. [all...] |
ProgressBar.java | 71 * a spinning wheel or a horizontal bar. 114 * horizontal progress bar, apply the {@link android.R.style#Widget_ProgressBar_Horizontal 115 * Widget.ProgressBar.Horizontal} style, like so:</p> 119 * style="@android:style/Widget.ProgressBar.Horizontal" 122 * <p>If you will use the progress bar to show real progress, you must use the horizontal bar. You 139 * android:orientation="horizontal" 154 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li> 354 ClipDrawable.HORIZONTAL) : shapeDrawable; [all...] |
/frameworks/base/core/res/res/layout/ |
keyguard_screen_password_portrait.xml | 58 android:orientation="horizontal" 102 android:orientation="horizontal"
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_half.s | 74 ;// Horizontal filter approach 76 ;// Basic idea in horizontal filtering is to adjust coefficients
|
h264bsd_interpolate_hor_quarter.s | 76 ;// Horizontal filter approach 78 ;// Basic idea in horizontal filtering is to adjust coefficients
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
CustomBar.java | 52 * This is basically an horizontal layout that loads a given layout on creation (it is read 66 setOrientation(LinearLayout.HORIZONTAL);
|
/packages/apps/Calculator/res/layout-sw600dp-land/ |
main.xml | 78 android:orientation="horizontal"> 198 android:orientation="horizontal">
|
/packages/apps/Email/res/layout-sw600dp/ |
message_compose.xml | 43 android:orientation="horizontal" 174 android:orientation="horizontal"
|
/packages/apps/Gallery/res/layout/ |
detailsview.xml | 29 <LinearLayout android:orientation="horizontal" 34 <LinearLayout android:orientation="horizontal"
|
/packages/apps/Launcher2/res/values/ |
styles.xml | 115 <item name="android:orientation">horizontal</item> 121 <item name="android:orientation">horizontal</item>
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilRegionElementImpl.java | 253 private int parseRegionLength(String length, boolean horizontal) { 259 if (horizontal) {
|
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 71 * a spinning wheel or a horizontal bar. 114 * horizontal progress bar, apply the {@link android.R.style#Widget_ProgressBar_Horizontal 115 * Widget.ProgressBar.Horizontal} style, like so:</p> 119 * style="@android:style/Widget.ProgressBar.Horizontal" 122 * <p>If you will use the progress bar to show real progress, you must use the horizontal bar. You 139 * android:orientation="horizontal" 154 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li> 354 ClipDrawable.HORIZONTAL) : shapeDrawable; [all...] |
/packages/apps/Settings/res/layout-sw600dp/ |
wifi_settings_for_setup_wizard_xl.xml | 20 android:orientation="horizontal" 207 android:orientation="horizontal">
|
/packages/apps/Settings/res/layout-sw600dp-land/ |
wifi_settings_for_setup_wizard_xl.xml | 20 android:orientation="horizontal" 200 android:orientation="horizontal">
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
TransitionView.java | 148 // Add the horizontal scroll view listener 159 // Remove the horizontal scroll listener
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 113 * transitively, through horizontal constraints (a "horizontal constraint" 114 * is a constraint between two horizontal edges) 125 /** The current list of constraints which result in a horizontal cycle (if applicable) */ 132 * All horizontal segments in the relative layout - top and bottom edges, baseline 150 * All center horizontal segments in the relative layout. These are kept separate 156 * Suggestions for horizontal matches. There could be more than one, but all matches 419 // Center horizontal, center vertical and Baseline only matches the same [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 281 * WebKitWebFrame:horizontal-scrollbar-policy and 345 * WebKitWebFrame:horizontal-scrollbar-policy: 347 * Determines the current policy for the horizontal scrollbar of 355 g_param_spec_enum("horizontal-scrollbar-policy", 356 _("Horizontal Scrollbar Policy"), 357 _("Determines the current policy for the horizontal scrollbar of the frame."), [all...] |