Searched refs:configuration (Results 126 - 149 of 149) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java205 final ViewConfiguration configuration = ViewConfiguration.get(getContext());
206 mTouchSlop = configuration.getScaledTouchSlop();
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java193 Configuration configuration = mDisplayContent.getConfiguration();
196 if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1143 final ViewConfiguration configuration = ViewConfiguration.get(context);
1144 final int touchSlop = configuration.getScaledTouchSlop();
/frameworks/support/buildSrc/
H A Dinit.gradle23 import org.gradle.api.logging.configuration.ShowStacktrace
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp766 // the same configuration. A timestamp query for a paused track
2212 // refresh the audio configuration cache in this process to make sure we get new
2339 const sp<VolumeShaper::Configuration>& configuration,
2343 mVolumeHandler->setIdIfNecessary(configuration);
2344 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(configuration, operation);
2348 status = mAudioTrack->applyVolumeShaper(configuration, operation);
2353 mVolumeHandler->applyVolumeShaper(configuration, operation);
2338 applyVolumeShaper( const sp<VolumeShaper::Configuration>& configuration, const sp<VolumeShaper::Operation>& operation) argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1379 @NonNull VolumeShaper.Configuration configuration,
1381 return native_applyVolumeShaper(configuration, operation);
1391 @NonNull VolumeShaper.Configuration configuration) {
1392 return new VolumeShaper(configuration, this);
1396 @NonNull VolumeShaper.Configuration configuration,
3923 * can do DRM configuration (get/set properties) before the session
3924 * is opened. This facilitates configuration of the properties, like
3943 * Register a callback to be invoked for configuration of the DRM object before
4193 * preparation to allow configuration of the DRM properties before opening the
4273 // only creating the DRM object to allow pre-openSession configuration
1378 playerApplyVolumeShaper( @onNull VolumeShaper.Configuration configuration, @NonNull VolumeShaper.Operation operation) argument
1390 createVolumeShaper( @onNull VolumeShaper.Configuration configuration) argument
1395 native_applyVolumeShaper( @onNull VolumeShaper.Configuration configuration, @NonNull VolumeShaper.Operation operation) argument
[all...]
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp461 data.writeInt32(description.configuration);
1173 const int configuration = data.readInt32(); local
1175 ActionDescription(outputType, configuration));
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTestBase.java28 import com.android.ide.common.resources.configuration.FolderConfiguration;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java878 final ViewConfiguration configuration = ViewConfiguration.get(mContext);
879 mTouchSlop = configuration.getScaledTouchSlop();
880 mVerticalScrollFactor = configuration.getScaledVerticalScrollFactor();
881 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity();
882 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
883 mOverscrollDistance = configuration.getScaledOverscrollDistance();
884 mOverflingDistance = configuration.getScaledOverflingDistance();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java499 final ViewConfiguration configuration = ViewConfiguration.get(context);
500 mTouchSlop = configuration.getScaledTouchSlop();
501 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity();
502 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
503 mOverflingDistance = configuration.getScaledOverflingDistance();
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java344 final ViewConfiguration configuration = ViewConfiguration.get(context);
347 mTouchSlop = configuration.getScaledPagingTouchSlop();
349 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java252 // Last configuration reported to the activity in the client process.
344 // directly affects the configuration. We should probably move this into that class and have it
345 // handle calculating override configuration from the bounds.
622 "Can't report activity configuration update - client not running"
926 // Make sure override configuration is up-to-date before using to create window controller.
2223 * Set the last reported global configuration to the client. Should be called whenever a new
2224 * global configuration is sent to the client for this activity.
2231 * Set the last reported configuration to the client. Should be called whenever
2232 * a new merged configuration is sent to the client for this activity.
2269 // We don't want to influence the override configuration her
[all...]
H A DActivityManagerService.java1239 /** Current sequencing integer of the configuration, for skipping old configurations. */
1243 * Temp object used when global and/or display override configuration is updated. It is also
1254 // If the activity was relaunched to match the new configuration.
1751 * Current global configuration information. Contains general settings for the entire system,
1752 * also corresponds to the merged configuration of the default display.
7304 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Report configuration: " + token + " "
13971 final Configuration configuration = new Configuration();
13972 Settings.System.getConfiguration(resolver, configuration);
13975 configuration.setLayoutDirection(configuration
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1302 * @return soft access point configuration
1589 Slog.e(TAG, "bad network configuration");
1610 * @param netId the integer that identifies the network configuration
1629 * @param netId the integer that identifies the network configuration
1653 * @param netId the integer that identifies the network configuration
1711 * Add or update a Passpoint configuration.
1713 * @param config The Passpoint configuration to be added
1729 * Remove the Passpoint configuration identified by its FQDN (Fully Qualified Domain Name).
1731 * @param fqdn The FQDN of the Passpoint configuration to be removed
1748 * An empty list will be returned when no configuration i
[all...]
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java400 final ViewConfiguration configuration = ViewConfiguration.get(context);
403 mTouchSlop = configuration.getScaledPagingTouchSlop();
405 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp339 PropertyMap configuration; member in struct:android::FakeEventHub::Device
391 device->configuration.addProperty(key, value);
394 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) { argument
396 device->configuration.addAll(configuration);
514 *outConfiguration = device->configuration;
1030 const PropertyMap* configuration) {
1033 if (configuration) {
1034 mFakeEventHub->addConfigurationMap(deviceId, configuration);
1044 const PropertyMap* configuration) {
1029 addDevice(int32_t deviceId, const String8& name, uint32_t classes, const PropertyMap* configuration) argument
1042 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h272 /* Set audio port configuration */
557 const sp<VolumeShaper::Configuration>& configuration,
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h35 #include <android/configuration.h>
900 * Describes a particular resource configuration.
1133 // configuration. (eg. Hant, Latn, etc.). Interpreted in conjunction with
1216 // Compare two configuration, returning CONFIG_* flags set for each value
1224 // configuration. This assumes that match() has already been used to
1225 // remove any configurations that don't match the requested configuration
1275 // Get the 2 or 3 letter language code of this configuration. Trailing
1278 // Get the 2 or 3 letter language code of this configuration. Trailing
1282 // Sets the language code of this configuration to the first three
1288 // Sets the region code of this configuration t
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp31 #include <android/configuration.h>
H A DHWComposer.cpp44 #include <android/configuration.h>
H A DHWComposer_hwc1.cpp40 #include <android/configuration.h>
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java3929 * remove an existing always-on VPN configuration.
5219 * Sets a list of configuration features to enable for a TrustAgent component. This is meant to
5229 * {@link #getParentProfileInstance(ComponentName)} in order to set the configuration for
5234 * @param configuration TrustAgent-specific feature bundle. If null for any admin, agent will be
5248 @NonNull ComponentName target, PersistableBundle configuration) {
5251 mService.setTrustAgentConfiguration(admin, target, configuration, mParentInstance);
5259 * Gets configuration for the given trust agent based on aggregating all calls to
5264 * {@link #getParentProfileInstance(ComponentName)} in order to retrieve the configuration set
5272 * for this {@param agent} or calls it with a null configuration, null is returned.
5274 * @return configuration fo
5247 setTrustAgentConfiguration(@onNull ComponentName admin, @NonNull ComponentName target, PersistableBundle configuration) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java12238 * Dispatch a notification about a resource configuration change down
12242 * @param newConfig The new resource configuration.
12251 * Called when the current configuration of the resources being used
12254 * configuration characteristics. You only need to use this if you are
12256 * recreating the activity instance upon a configuration change.
12258 * @param newConfig The new resource configuration.
16954 * recreation. This means that the activity is declared to handle all changes to configuration
16959 * applied configuration actually changed. It is up to app developer to choose whether to handle
25604 public ScrollabilityCache(ViewConfiguration configuration, View host) { argument
25605 fadingEdgeLength = configuration
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1590 milliseconds

123456