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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSliderContainer.cpp 73 LayoutUnit trackHeight = 0;
75 trackHeight = -2 * offsetFromCenter;
78 trackHeight = 2 * (offsetFromCenter + tickLength);
82 trackHeight *= zoomFactor;
84 // FIXME: The trackHeight should have been added before updateLogicalHeight was called to avoid this hack.
85 updateIntrinsicContentLogicalHeight(trackHeight);
87 RenderBox::computeLogicalHeight(trackHeight, logicalTop, computedValues);
93 // FIXME: The trackHeight should have been added before updateLogicalHeight was called to avoid this hack.
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 84 int trackHeight;
WebThemeEngine.h 122 int trackHeight;
  /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 411 final int trackHeight = Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);
417 if (thumbHeight > trackHeight) {
418 trackOffset = (thumbHeight - trackHeight) / 2;
422 thumbOffset = (trackHeight - thumbHeight) / 2;
Switch.java 635 final int trackHeight;
638 trackHeight = mTrackDrawable.getIntrinsicHeight();
641 trackHeight = 0;
656 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/mojo/services/html_viewer/
webthemeengine_impl.cc 94 extra_params->scrollbarTrack.trackHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.cpp 86 extraParams.scrollbarTrack.trackHeight = alignRect.height();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 525 final int trackHeight;
528 trackHeight = mTrackDrawable.getIntrinsicHeight();
531 trackHeight = 0;
541 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 562 milliseconds