Searched refs:mTextAppearanceFactory (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQsbApplication.java68 private TextAppearanceFactory mTextAppearanceFactory; field in class:QsbApplication
459 if (mTextAppearanceFactory == null) {
460 mTextAppearanceFactory = createTextAppearanceFactory();
462 return mTextAppearanceFactory;

Completed in 24 milliseconds