Searched defs:getConfig (Results 1 - 13 of 13) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DAbstractPromoter.java44 protected Config getConfig() { method in class:AbstractPromoter
H A DEventLogLogger.java56 protected Config getConfig() { method in class:EventLogLogger
H A DSearchableCorpusFactory.java63 protected Config getConfig() { method in class:SearchableCorpusFactory
H A DSearchableSources.java84 protected Config getConfig() { method in class:SearchableSources
H A DSearchSettingsImpl.java98 protected Config getConfig() { method in class:SearchSettingsImpl
204 if (currentTime - firstHintTime > getConfig().getVoiceSearchHintActivePeriod()) {
H A DQsbApplication.java170 public synchronized Config getConfig() { method in class:QsbApplication
190 return new SearchSettingsImpl(getContext(), getConfig());
234 getIconLoaderExecutor(), getConfig());
238 int numWebCorpusThreads = getConfig().getNumWebCorpusThreads();
239 return new SearchableCorpusFactory(getContext(), getConfig(), getSettings(),
288 return ShortcutRepositoryImplLog.create(getContext(), getConfig(), getCorpora(),
340 int priority = getConfig().getQueryThreadPriority();
361 return new SuggestionsProviderImpl(getConfig(),
384 return new ShortcutPromoter(getConfig(),
385 new RankAwarePromoter(getConfig(), nul
[all...]
H A DSearchActivity.java124 if (getConfig().showScrollingSuggestions()) {
125 mSearchActivityView.setMaxPromotedSuggestions(getConfig().getMaxPromotedSuggestions());
129 if (getConfig().showScrollingResults()) {
130 mSearchActivityView.setMaxPromotedResults(getConfig().getMaxPromotedResults());
286 private Config getConfig() { method in class:SearchActivity
287 return getQsbApplication().getConfig();
612 long delay = getConfig().getTypingUpdateSuggestionsDelayMillis();
643 if (query.length() == 0 && !getConfig().showShortcutsForZeroQuery()) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java79 public WifiConfiguration getConfig() { method in class:WifiApDialog
H A DAccessPoint.java311 WifiConfiguration getConfig() { method in class:AccessPoint
H A DWifiConfigController.java214 WifiConfiguration config = mAccessPoint.getConfig();
303 /* package */ WifiConfiguration getConfig() { method in class:WifiConfigController
551 WifiConfiguration config = mAccessPoint.getConfig();
592 config = mAccessPoint.getConfig();
646 config = mAccessPoint.getConfig();
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java406 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
415 private Bitmap.Config getConfig(Bitmap bitmap) { method in class:ThumbnailManager.ThumbnailTask
416 Bitmap.Config config = bitmap.getConfig();
427 if (bitmap == null || bitmap.getConfig() != null) return bitmap;
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java207 int[] configSpec = getConfig();
217 private static int[] getConfig() { method in class:ColorsGLRenderer

Completed in 190 milliseconds