OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trackHeight
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h
83
int
trackHeight
;
/frameworks/base/core/java/android/widget/
AbsSeekBar.java
250
int
trackHeight
= Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);
255
if (thumbHeight >
trackHeight
) {
259
int gapForCenteringTrack = (thumbHeight -
trackHeight
) / 2;
272
int gap = (
trackHeight
- thumbHeight) / 2;
FastScroller.java
646
final int
trackHeight
= mList.getHeight() - mThumbH;
658
int result = (int) ((section + posWithinSection) / sectionCount *
trackHeight
);
667
result += (
trackHeight
- result) * lastItemVisible;
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java
275
int
trackHeight
= Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);
280
if (thumbHeight >
trackHeight
) {
284
int gapForCenteringTrack = (thumbHeight -
trackHeight
) / 2;
297
int gap = (
trackHeight
- thumbHeight) / 2;
/external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp
61
extraParams.scrollbarTrack.
trackHeight
= alignRect.height();
PlatformBridge.h
307
int
trackHeight
;
/development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp
211
const float
trackHeight
= 30;
228
m_trackRect.bottom = 1 +
trackHeight
;
/external/chromium/webkit/glue/
webthemeengine_impl_linux.cc
95
extra_params->scrollbarTrack.
trackHeight
;
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
829
webThemeExtraParams->scrollbarTrack.
trackHeight
= extraParams->scrollbarTrack.
trackHeight
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 844 milliseconds