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

  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 84 int trackHeight;
WebThemeEngine.h 122 int trackHeight;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 118 LayoutUnit trackHeight = 0;
120 trackHeight = -2 * offsetFromCenter;
123 trackHeight = 2 * (offsetFromCenter + tickLength);
127 trackHeight *= zoomFactor;
129 // FIXME: The trackHeight should have been added before updateLogicalHeight was called to avoid this hack.
130 updateIntrinsicContentLogicalHeight(trackHeight);
132 RenderBox::computeLogicalHeight(trackHeight, logicalTop, computedValues);
138 // FIXME: The trackHeight should have been added before updateLogicalHeight was called to avoid this hack.
  /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;
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 408 final int trackHeight = Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);
414 if (thumbHeight > trackHeight) {
415 trackOffset = (thumbHeight - trackHeight) / 2;
419 thumbOffset = (trackHeight - thumbHeight) / 2;
Switch.java 634 final int trackHeight;
637 trackHeight = mTrackDrawable.getIntrinsicHeight();
640 trackHeight = 0;
655 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /external/chromium_org/content/child/
webfallbackthemeengine_impl.cc 94 extra_params->scrollbarTrack.trackHeight;
webthemeengine_impl_default.cc 94 extra_params->scrollbarTrack.trackHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.cpp 88 extraParams.scrollbarTrack.trackHeight = alignRect.height();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 526 final int trackHeight;
529 trackHeight = mTrackDrawable.getIntrinsicHeight();
532 trackHeight = 0;
542 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /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 245 milliseconds