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

  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 586 final int trackHeight = Math.min(mMaxHeight, paddedHeight);
592 if (thumbHeight > trackHeight) {
594 trackOffset = offsetHeight + (thumbHeight - trackHeight) / 2;
597 final int offsetHeight = (paddedHeight - trackHeight) / 2;
599 thumbOffset = offsetHeight + (trackHeight - thumbHeight) / 2;
604 track.setBounds(0, trackOffset, trackWidth, trackOffset + trackHeight);
    [all...]
Switch.java 846 final int trackHeight;
849 trackHeight = mTrackDrawable.getIntrinsicHeight();
852 trackHeight = 0;
867 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 436 int trackHeight = Math.max(0, mContainer.height());
438 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(trackHeight, MeasureSpec.EXACTLY);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 828 final int trackHeight;
831 trackHeight = mTrackDrawable.getIntrinsicHeight();
834 trackHeight = 0;
849 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.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 185 milliseconds