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

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 80 + (CGFloat)maxTabWidth;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 91 + (CGFloat)maxTabWidth;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 359 int maxTabWidth = mParent != null ? mParent.mMaxTabWidth : 0;
362 if (maxTabWidth > 0 && getMeasuredWidth() > maxTabWidth) {
363 super.onMeasure(MeasureSpec.makeMeasureSpec(maxTabWidth, MeasureSpec.EXACTLY),

Completed in 406 milliseconds