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

1 2

  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 113 bool horiz = orient == wxHORIZONTAL; local
140 if (horiz)
146 int physicalLength = horiz ? rect.width : rect.height;
152 if (horiz) {
164 if (horiz)
171 if (horiz)
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 128 bool horiz = orient == wxHORIZONTAL; local
130 if (horiz)
165 xpState += horiz ? TS_LEFT_BUTTON : TS_UP_BUTTON;
172 xpState += horiz ? TS_RIGHT_BUTTON : TS_DOWN_BUTTON;
178 part = horiz ? SP_THUMBHOR : SP_THUMBVERT;
180 int physicalLength = horiz ? rect.width : rect.height;
187 if (horiz) {
206 if (horiz)
  /external/webkit/Source/WebCore/platform/wx/
ScrollViewWx.cpp 75 bool horiz = e.GetOrientation() == wxHORIZONTAL; local
80 if (horiz)
86 if (horiz)
92 if (horiz)
98 if (horiz)
104 if (horiz)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
IconButton.java 96 int horiz = getWidth() - getPaddingLeft() - getPaddingRight() - inner_padding; local
98 int defaultSize = Math.min(vert, horiz);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 79 void init(ChartAxis horiz, ChartAxis vert) {
80 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
ChartView.java 72 void init(ChartAxis horiz, ChartAxis vert) {
73 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
ChartNetworkSeriesView.java 107 void init(ChartAxis horiz, ChartAxis vert) {
108 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
  /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 236 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
237 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
239 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
255 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
256 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
257 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
297 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
298 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
300 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
309 if (horiz) {
    [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/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.
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */
    [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 405 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 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1945 milliseconds

1 2