Searched defs:getConfiguration (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java70 public Configuration getConfiguration() { method in class:DisplayAdjustments
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamRequest.h67 AAudioStreamConfiguration &getConfiguration() { function in class:aaudio::AAudioStreamRequest
/frameworks/base/core/java/android/app/usage/
H A DConfigurationStats.java73 public Configuration getConfiguration() { method in class:ConfigurationStats
H A DUsageEvents.java311 public Configuration getConfiguration() { method in class:UsageEvents.Event
/frameworks/base/core/java/android/net/
H A DEthernetManager.java87 public IpConfiguration getConfiguration(String iface) { method in class:EthernetManager
89 return mService.getConfiguration(iface);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java131 mParams.getAssets(), mParams.getLayoutlibCallback(), getConfiguration(mParams),
252 IWindowManager iwm = new IWindowManagerImpl(getContext().getConfiguration(),
337 public static Configuration getConfiguration(RenderParams params) { method in class:RenderAction
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java101 public IpConfiguration getConfiguration(String iface) { method in class:EthernetServiceImpl
/frameworks/base/core/java/android/hardware/radio/
H A DTunerAdapter.java89 public int getConfiguration(RadioManager.BandConfig[] config) { method in class:TunerAdapter
94 config[0] = mTuner.getConfiguration();
H A DRadioTuner.java89 public abstract int getConfiguration(RadioManager.BandConfig[] config); method in class:RadioTuner
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java203 public @NonNull UsbConfiguration getConfiguration(int index) { method in class:UsbDevice
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DTunerSession.java89 public RadioManager.BandConfig getConfiguration() { method in class:TunerSession
/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java199 public Configuration getConfiguration() { method in class:MockResources
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java194 public static RecentsConfiguration getConfiguration() { method in class:Recents
625 if (!Recents.getConfiguration().isLowRamDevice) {
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DTuner.java140 public RadioManager.BandConfig getConfiguration() { method in class:Tuner
/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java95 public Configuration getConfiguration() { method in class:ConfigurationContainer
129 onConfigurationChanged(parent != null ? parent.getConfiguration() : Configuration.EMPTY);
205 mReturnBounds.set(getConfiguration().windowConfiguration.getBounds());
H A DWindowState.java1274 Slog.v(TAG_WM, "Win " + this + " config changed: " + getConfiguration());
1364 && getConfiguration().orientation != getLastReportedConfiguration().orientation))
1858 return !getLastReportedConfiguration().equals(getConfiguration());
2369 final Configuration globalConfig = mService.mRoot.getConfiguration();
2967 public Configuration getConfiguration() { method in class:WindowState
2972 return super.getConfiguration();
2981 new MergedConfiguration(mService.mRoot.getConfiguration(),
3393 pw.print(prefix); pw.print("mFullConfiguration="); pw.println(getConfiguration());
3457 != getConfiguration().orientation);
4200 return getConfiguration()
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java48 super(resources.getAssets(), resources.getDisplayMetrics(), resources.getConfiguration());
244 public Configuration getConfiguration() { method in class:ResourcesWrapper
245 return mResources.getConfiguration();
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DWorkManagerImpl.java204 public Configuration getConfiguration() { method in class:WorkManagerImpl
519 Schedulers.schedule(getConfiguration(), getWorkDatabase(), getSchedulers());
/frameworks/base/core/java/android/app/
H A DResourcesManager.java186 public Configuration getConfiguration() { method in class:ResourcesManager
472 config = new Configuration(getConfiguration());
481 config = getConfiguration();
1049 // + " " + r + ": " + r.getConfiguration());
/frameworks/base/core/java/android/content/res/
H A DResources.java466 return String.format(mResourcesImpl.getConfiguration().getLocales().get(0), raw,
499 return String.format(mResourcesImpl.getConfiguration().getLocales().get(0), raw,
850 * density returned from {@link #getConfiguration()}.
874 * density returned from {@link #getConfiguration()}.
1850 // + ": " + mSystem.getConfiguration());
1875 public Configuration getConfiguration() { method in class:Resources
1876 return mResourcesImpl.getConfiguration();
H A DResourcesImpl.java189 Configuration getConfiguration() { method in class:ResourcesImpl
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp414 void AssetManager::getConfiguration(ResTable_config* outConfig) const function in class:AssetManager
/frameworks/native/services/inputflinger/
H A DEventHub.cpp288 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const { function in class:android::EventHub
H A DInputReader.h598 inline const PropertyMap& getConfiguration() { return mConfiguration; } function in class:android::InputDevice
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java315 public Configuration getConfiguration() { method in class:BridgeContext

Completed in 540 milliseconds

12