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

  /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/Settings/src/com/android/settings/widget/
ChartGridView.java 79 void init(ChartAxis horiz, ChartAxis vert) {
80 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
ChartView.java 73 void init(ChartAxis horiz, ChartAxis vert) {
74 mHoriz = checkNotNull(horiz, "missing horiz");
ChartNetworkSeriesView.java 107 void init(ChartAxis horiz, ChartAxis vert) {
108 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 234 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
235 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
237 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
253 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
254 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
255 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
295 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
296 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
298 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
307 if (horiz) {
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 418 U032 horiz; member in struct:_riva_hw_state
  /external/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...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 309 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 448 milliseconds