HomeSort by relevance Sort by last modified time
    Searched refs:horiz (Results 1 - 25 of 39) sorted by null

1 2

  /packages/apps/Gallery2/jni/filters/
geometry.c 52 int horiz = (flip & 1) != 0; local
54 if (horiz && vert){
62 if (horiz){
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 242 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
243 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
245 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
261 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
262 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
263 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
303 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
304 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
306 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
315 if (horiz) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_asm_stubs.c 184 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , avx2);
255 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , ssse3);
322 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , sse2);
  /external/libvpx/libvpx/vp9/common/x86/
vp9_asm_stubs.c 184 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , avx2);
255 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , ssse3);
322 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , sse2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_asm_stubs.c 184 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , avx2);
255 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , ssse3);
322 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , sse2);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 95 void init(ChartAxis horiz, ChartAxis vert) {
96 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
ChartView.java 72 void init(ChartAxis horiz, ChartAxis vert) {
73 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
ChartNetworkSeriesView.java 110 void init(ChartAxis horiz, ChartAxis vert) {
111 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
  /frameworks/base/media/java/android/media/
MediaCodec.java 1818 int horiz = readInt(info, sizeIsLong); local
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 418 U032 horiz; member in struct:_riva_hw_state
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 338 addWidget: function(pos, node, scroll, vert, horiz) { },
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 649 int horiz = bounds_in_screen.width() / 4; local
651 bounds_in_screen.Inset(horiz, vert);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 352 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 921 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 909 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 823 milliseconds

1 2