Searched defs:Config (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DConfig.java24 public final class Config { class
25 /** @hide */ public Config() {} method in class:Config
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java50 public static class Config { class in class:MffContext
135 init(context, new Config());
154 public MffContext(Context context, Config config) {
339 private void init(Context context, Config config) {
347 private void fetchDummySurfaceView(Context context, Config config) {
355 private void determineGLSupport(Context context, Config config) {
367 private void determineCameraSupport(Config config) {
H A DGraphRunner.java568 * Config class to setup a GraphRunner with a custom configuration.
573 public static class Config { class in class:GraphRunner
622 init(new Config());
630 * @param config A Config instance with the configuration of this runner.
632 public GraphRunner(MffContext context, Config config) {
974 private void init(Config config) {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java191 public static class Config { class in interface:NetworkStatsService.NetworkStatsSettings
196 public Config(long bucketDuration, long rotateAgeMillis, long deleteAgeMillis) { method in class:NetworkStatsService.NetworkStatsSettings.Config
203 public Config getDevConfig();
204 public Config getXtConfig();
205 public Config getUidConfig();
206 public Config getUidTagConfig();
356 String prefix, NetworkStatsSettings.Config config, boolean includeTags) {
1302 public Config getDevConfig() {
1303 return new Config(getGlobalLong(NETSTATS_DEV_BUCKET_DURATION, HOUR_IN_MILLIS),
1308 public Config getXtConfi
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java183 * Config}, without affecting the underlying allocation backing the bitmap.
205 * @see #setConfig(Config)
207 public void reconfigure(int width, int height, Config config) {
225 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
229 * the view system, see {@link #reconfigure(int, int, Config)} for more
232 * @see #reconfigure(int, int, Config)
234 * @see #setConfig(Config)
241 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
245 * the view system, see {@link #reconfigure(int, int, Config)} for more
248 * @see #reconfigure(int, int, Config)
384 public enum Config { enum in class:Bitmap
450 Config(int ni) { method in class:Bitmap.Config
[all...]

Completed in 128 milliseconds