Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQsbApplication.java155 public synchronized Config getConfig() { in getConfig() method in QsbApplication
175 return new SearchSettingsImpl(getContext(), getConfig()); in createSettings()
220 int priority = getConfig().getQueryThreadPriority();
241 return new SuggestionsProviderImpl(getConfig(),
277 getIconLoaderExecutor(), getConfig());
308 return new EventLogLogger(getContext(), getConfig());
343 getConfig().getUserAgent());
362 return new Help(getContext(), getConfig());
DSearchActivity.java114 if (getConfig().showScrollingResults()) { in onCreate()
115 mSearchActivityView.setMaxPromotedResults(getConfig().getMaxPromotedResults()); in onCreate()
229 private Config getConfig() { in getConfig() method in SearchActivity
230 return getQsbApplication().getConfig(); in getConfig()
454 long delay = getConfig().getTypingUpdateSuggestionsDelayMillis(); in updateSuggestionsBuffered()
DSearchSettingsImpl.java86 protected Config getConfig() { in getConfig() method in SearchSettingsImpl
162 if (currentTime - firstHintTime > getConfig().getVoiceSearchHintActivePeriod()) { in haveVoiceSearchHintsExpired()
DEventLogLogger.java56 protected Config getConfig() { in getConfig() method in EventLogLogger
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSettingsForSetupWizardXL.java355 mWifiConfig.getController().getConfig() != null) { in showEditingTitle()
356 mNetworkName = mWifiConfig.getController().getConfig().SSID; in showEditingTitle()
368 mWifiConfig.getController().getConfig() != null) { in showConnectingTitle()
369 mNetworkName = mWifiConfig.getController().getConfig().SSID; in showConnectingTitle()
381 mWifiConfig.getController().getConfig() != null) { in showConnectedTitle()
382 mNetworkName = mWifiConfig.getController().getConfig().SSID; in showConnectedTitle()
DWifiConfigController.java226 WifiConfiguration config = mAccessPoint.getConfig(); in WifiConfigController()
323 /* package */ WifiConfiguration getConfig() { in getConfig() method in WifiConfigController
598 WifiEnterpriseConfig enterpriseConfig = mAccessPoint.getConfig().enterpriseConfig; in showSecurityFields()
740 config = mAccessPoint.getConfig(); in showIpConfigFields()
794 config = mAccessPoint.getConfig(); in showProxyFields()
DWifiSettings.java587 mWifiManager.connect(mSelectedAccessPoint.getConfig(), in onContextItemSelected()
614 mWifiManager.connect(mSelectedAccessPoint.getConfig(), mConnectListener); in onPreferenceTreeClick()
991 final WifiConfiguration config = configController.getConfig();
1020 Log.e(TAG, "Failed to forget invalid network " + mSelectedAccessPoint.getConfig());
DWifiApDialog.java79 public WifiConfiguration getConfig() { in getConfig() method in WifiApDialog
DAccessPoint.java312 WifiConfiguration getConfig() { in getConfig() method in AccessPoint
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap)); in resizeBitmapByScale()
131 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig() method in BitmapUtils
132 Bitmap.Config config = bitmap.getConfig(); in getConfig()
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap)); in resizeAndCropCenter()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap)); in resizeBitmapByScale()
131 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig() method in BitmapUtils
132 Bitmap.Config config = bitmap.getConfig(); in getConfig()
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap)); in resizeAndCropCenter()
/packages/apps/Mms/src/com/android/mms/util/
DThumbnailManager.java408 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap)); in resizeBitmapByScale()
417 private Bitmap.Config getConfig(Bitmap bitmap) { in getConfig() method in ThumbnailTask
418 Bitmap.Config config = bitmap.getConfig(); in getConfig()
429 if (bitmap == null || bitmap.getConfig() != null) return bitmap; in ensureGLCompatibleBitmap()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java117 int[] configSpec = getConfig(); in chooseEglConfig()
127 private static int[] getConfig() { in getConfig() method in BlockingGLTextureView.EglHelper
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DBlockingGLTextureView.java117 int[] configSpec = getConfig(); in chooseEglConfig()
127 private static int[] getConfig() { in getConfig() method in BlockingGLTextureView.EglHelper
/packages/screensavers/Basic/src/com/android/dreams/basic/
DColorsGLRenderer.java207 int[] configSpec = getConfig(); in chooseEglConfig()
217 private static int[] getConfig() { in getConfig() method in ColorsGLRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java451 if (bitmap.getConfig() == null || bitmap.getConfig() != BITMAP_CONFIG) { in prepareRenderscriptAllocations()
/packages/apps/Gallery2/src/com/android/photos/data/
DGalleryBitmapPool.java141 if (b == null || b.getConfig() != Bitmap.Config.ARGB_8888) { in put()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java233 Config config = bitmap.getConfig(); in uploadToCanvas()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java233 Config config = bitmap.getConfig(); in uploadToCanvas()
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java211 if (bitmap == null || bitmap.getConfig() != null) { in ensureGLCompatibleBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java177 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig()); in createScaledBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageDraw.java228 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig()); in createScaledBitmap()
/packages/apps/Camera2/src/com/android/camera/crop/
DImageLoader.java331 if (bmap.getConfig()!= Bitmap.Config.ARGB_8888){ in loadOrientedConstrainedBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java193 if (bitmap == null || bitmap.getConfig() != null) return bitmap; in ensureGLCompatibleBitmap()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java521 if (bitmap == null || bitmap.getConfig() != null) { in ensureGLCompatibleBitmap()

12