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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 530 TextView countText = (TextView)view.findViewById(R.id.count);
532 countText.setText(R.string.search_results_searching);
537 countText.setText(mContext.getString(
540 countText.setText(getQuantityText(
  /external/skia/include/core/
SkPaint.h 747 int countText(const void* text, size_t byteLength) const {
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 276 size_t points = paint.countText(text, byteLength);
342 size_t points = paint.countText(text, byteLength);
SkPaint.cpp 1062 return this->countText(textData, byteLength);
    [all...]

Completed in 29 milliseconds