HomeSort by relevance Sort by last modified time
    Searched full:spacerwidth (Results 1 - 1 of 1) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MiniDrawerView.java 250 final int spacerWidth = getMeasuredWidth() - getPaddingLeft() - getPaddingRight();
251 mSpacer.measure(MeasureSpec.makeMeasureSpec(spacerWidth, MeasureSpec.AT_MOST),

Completed in 58 milliseconds