Searched refs:getConfig (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
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(),
284 return ShortcutRepositoryImplLog.create(getContext(), getConfig(), getCorpora(),
336 int priority = getConfig().getQueryThreadPriority();
355 return new SuggestionsProviderImpl(getConfig(),
378 return new ShortcutPromoter(getConfig(),
379 new RankAwarePromoter(getConfig(), nul
[all...]
H A DAbstractPromoter.java44 protected Config getConfig() { method in class:AbstractPromoter
H A DShortcutPromoter.java50 int maxShortcuts = source.getMaxShortcuts(getConfig());
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()) {
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 DEventLogLogger.java56 protected Config getConfig() { method in class:EventLogLogger
H A DRankAwarePromoter.java155 return getConfig().getNumSuggestionsAboveKeyboard();
H A DSearchableCorpusFactory.java63 protected Config getConfig() { method in class:SearchableCorpusFactory
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DSearchSettingsActivity.java70 if (!QsbApplication.get(this).getConfig().showShortcutsForZeroQuery()) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java131 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
140 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
141 Bitmap.Config config = bitmap.getConfig();
176 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
195 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/packages/apps/Phone/src/com/android/phone/
H A DInCallContactPhoto.java143 if (VDBG) log(" - config: " + inputBitmap.getConfig());
166 if (VDBG) log(" - config: " + blurredBitmap.getConfig());
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DBitmapUtils.java71 bitmap = Bitmap.createBitmap(width, height, source.getConfig());
77 Math.round(rect.width()), Math.round(rect.height()), source.getConfig());
172 if ((bitmap != null) && (bitmap.getConfig() != Bitmap.Config.ARGB_8888)) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettingsForSetupWizardXL.java376 mWifiConfig.getController().getConfig() != null) {
377 mNetworkName = mWifiConfig.getController().getConfig().SSID;
389 mWifiConfig.getController().getConfig() != null) {
390 mNetworkName = mWifiConfig.getController().getConfig().SSID;
402 mWifiConfig.getController().getConfig() != null) {
403 mNetworkName = mWifiConfig.getController().getConfig().SSID;
H A DWifiConfigController.java200 WifiConfiguration config = mAccessPoint.getConfig();
302 /* package */ WifiConfiguration getConfig() { method in class:WifiConfigController
554 WifiConfiguration config = mAccessPoint.getConfig();
600 config = mAccessPoint.getConfig();
654 config = mAccessPoint.getConfig();
H A DWifiSettings.java355 if (!requireKeyStore(mSelectedAccessPoint.getConfig())) {
361 mWifiManager.connectNetwork(mSelectedAccessPoint.getConfig());
387 mWifiManager.connectNetwork(mSelectedAccessPoint.getConfig());
768 final WifiConfiguration config = configController.getConfig();
772 && !requireKeyStore(mSelectedAccessPoint.getConfig())
H A DWifiApDialog.java79 public WifiConfiguration getConfig() { method in class:WifiApDialog
H A DAccessPoint.java293 WifiConfiguration getConfig() { method in class:AccessPoint
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pDialog.java63 public WifiP2pConfig getConfig() { method in class:WifiP2pDialog
H A DWifiP2pSettings.java141 WifiP2pConfig config = mConnectDialog.getConfig();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java151 if (bitmap == null || bitmap.getConfig() != null) return bitmap;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUploadedTexture.java246 Config config = bitmap.getConfig();
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java610 mWifiConfig = mDialog.getConfig();
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java690 Bitmap newMap = temp.copy(temp.getConfig(), true);
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java1023 if (bm.getConfig() == null) {

Completed in 242 milliseconds

12