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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 130 private Drawable mSeparatorDrawable;
193 * is 2 * {@link #mCandidateMargin} + {@link #mSeparatorDrawable}.
239 mSeparatorDrawable = r.getDrawable(R.drawable.candidates_vertical_line);
436 xPos += mSeparatorDrawable.getIntrinsicWidth();
444 itemWidth += mSeparatorDrawable.getIntrinsicWidth();
585 mSeparatorDrawable.setBounds((int) xPos, mPaddingTop, (int) xPos
586 + mSeparatorDrawable.getIntrinsicWidth(), getMeasuredHeight()
588 mSeparatorDrawable.draw(canvas);
589 return mSeparatorDrawable.getIntrinsicWidth();
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 53 private Drawable mSeparatorDrawable;
92 mSeparatorDrawable = a.getDrawable(com.android.internal.R.styleable.Theme_dividerVertical);
205 result.setImageDrawable(mSeparatorDrawable);
325 int height = mSeparatorDrawable.getIntrinsicHeight();

Completed in 221 milliseconds