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

  /external/skia/include/core/
SkPaint.h 796 int countText(const void* text, size_t byteLength) const {
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 801 int countText(const void* text, size_t byteLength) const {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 546 TextView countText = (TextView)view.findViewById(R.id.count);
548 countText.setText(R.string.search_results_searching);
553 countText.setText(mContext.getString(
556 countText.setText(getQuantityText(

Completed in 81 milliseconds