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

/packages/apps/Settings/src/com/android/settings/notification/
H A DConditionProviderSettings.java44 protected Config getConfig() { method in class:ConditionProviderSettings
H A DNotificationAccessSettings.java44 protected Config getConfig() { method in class:NotificationAccessSettings
H A DManagedServiceSettings.java65 abstract protected Config getConfig(); method in class:ManagedServiceSettings
68 mConfig = getConfig();
/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/Launcher3/WallpaperPicker/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/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogLogger.java56 protected Config getConfig() { method in class:EventLogLogger
H A DQsbApplication.java155 public synchronized Config getConfig() { method in class:QsbApplication
175 return new SearchSettingsImpl(getContext(), getConfig());
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());
H A DSearchSettingsImpl.java86 protected Config getConfig() { method in class:SearchSettingsImpl
162 if (currentTime - firstHintTime > getConfig().getVoiceSearchHintActivePeriod()) {
H A DSearchActivity.java114 if (getConfig().showScrollingResults()) {
115 mSearchActivityView.setMaxPromotedResults(getConfig().getMaxPromotedResults());
229 private Config getConfig() { method in class:SearchActivity
230 return getQsbApplication().getConfig();
454 long delay = getConfig().getTypingUpdateSuggestionsDelayMillis();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java76 public WifiConfiguration getConfig() { method in class:WifiApDialog
H A DAccessPoint.java392 WifiConfiguration getConfig() { method in class:AccessPoint
H A DWifiConfigController.java219 WifiConfiguration config = mAccessPoint.getConfig();
368 /* package */ WifiConfiguration getConfig() { method in class:WifiConfigController
655 WifiEnterpriseConfig enterpriseConfig = mAccessPoint.getConfig().enterpriseConfig;
797 config = mAccessPoint.getConfig();
849 config = mAccessPoint.getConfig();
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java408 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
417 private Bitmap.Config getConfig(Bitmap bitmap) { method in class:ThumbnailManager.ThumbnailTask
418 Bitmap.Config config = bitmap.getConfig();
429 if (bitmap == null || bitmap.getConfig() != null) return bitmap;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/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 406 milliseconds