Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 166) sorted by relevance

1234567

/frameworks/base/rs/java/android/renderscript/
DRenderScriptGL.java107 public void setColor(int minimum, int preferred) { in setColor() argument
108 validateRange(minimum, preferred, 5, 8); in setColor()
110 mColorPref = preferred; in setColor()
121 public void setAlpha(int minimum, int preferred) { in setAlpha() argument
122 validateRange(minimum, preferred, 0, 8); in setAlpha()
124 mAlphaPref = preferred; in setAlpha()
138 public void setDepth(int minimum, int preferred) { in setDepth() argument
139 validateRange(minimum, preferred, 0, 24); in setDepth()
141 mDepthPref = preferred; in setDepth()
155 public void setSamples(int minimum, int preferred, float Q) { in setSamples() argument
[all …]
/frameworks/base/core/java/android/hardware/radio/
DProgramSelector.java382 public @NonNull ProgramSelector withSecondaryPreferred(@NonNull Identifier preferred) { in withSecondaryPreferred() argument
383 int preferredType = preferred.getType(); in withSecondaryPreferred()
388 Stream.of(preferred)).toArray(Identifier[]::new); in withSecondaryPreferred()
/frameworks/base/packages/SystemUI/tools/lint/
Drun_lint.sh46 1. Use tools:ignore or @SuppressLint annotation. This is preferred
DREADME13 1. Use tools:ignore or @SuppressLint annotation. This is preferred
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java113 boolean preferred) { in DataProfile() argument
135 this.mPreferred = preferred; in DataProfile()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java329 assertEquals(aIntent.preferred, bIntent.preferred); in assertComponentsEqual()
/frameworks/base/packages/SystemUI/
DREADME.md30 to putComponent, instead Dependency and other refactoring is preferred to
/frameworks/av/media/extractors/mpeg2/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/cmds/requestsync/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/codec2/components/flac/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/packages/Keyguard/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/packages/PackageInstaller/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/native/libs/ui/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/libs/hwui/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/services/mediaextractor/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/cmds/appwidget/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/packages/InputDevices/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/extractors/aac/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/cmds/bmgr/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/rtsp/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/services/camera/libcameraservice/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/codec2/components/amr_nb_wb/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/timedtext/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,

1234567