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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 51 public int mDividerWidth;
129 mDividerWidth = dividerWidth;
130 mColumnWidth = mDefaultKeyWidth + mDividerWidth;
131 mBaseWidth = mOccupiedWidth = mNumColumns * mColumnWidth - mDividerWidth;
347 if (params.mDividerWidth > 0 && pos != 0) {
348 final int dividerX = (pos > 0) ? x - params.mDividerWidth
351 params, dividerX, y, params.mDividerWidth, params.mDefaultRowHeight);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 50 public int mDividerWidth;
61 mDividerWidth = mDivider.getIntrinsicWidth();
81 (maxWidth - mDividerWidth * (numColumn - 1)) / numColumn;
122 maxKeyWidth * numColumnInRow + mDividerWidth * (numColumnInRow - 1));
145 return columnNumber * (getWidth(index) + mDividerWidth);
155 return (mOccupiedWidth - mDividerWidth * (numColumnInRow - 1)) / numColumnInRow;
229 params.mDividerWidth, params.mDefaultRowHeight);
SuggestionStripLayoutHelper.java 71 public final int mDividerWidth;
122 mDividerWidth = dividerView.getMeasuredWidth();
476 final int dividers = mDividerWidth * (mSuggestionsCountInStrip - 1);
556 : stripWidth - mDividerWidth - mPadding * 2;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 182 private int mDividerWidth;
288 mDividerWidth = divider.getIntrinsicWidth();
291 mDividerWidth = 0;
328 return mDividerWidth;
384 position = child.getLeft() - lp.leftMargin - mDividerWidth;
398 position = getWidth() - getPaddingRight() - mDividerWidth;
403 position = child.getLeft() - lp.leftMargin - mDividerWidth;
420 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 136 private int mDividerWidth;
234 mDividerWidth = divider.getIntrinsicWidth();
237 mDividerWidth = 0;
274 return mDividerWidth;
330 position = child.getLeft() - lp.leftMargin - mDividerWidth;
344 position = getWidth() - getPaddingRight() - mDividerWidth;
349 position = child.getLeft() - lp.leftMargin - mDividerWidth;
366 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 67 milliseconds