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

  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 647 final int totalTextHeight =
653 int textTopBound = (height + topBound - totalTextHeight) / 2 + mTextOffsetTop;
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 758 final int totalTextHeight = mNameTextViewHeight + mPhoneticNameTextViewHeight +
760 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop;
    [all...]

Completed in 212 milliseconds