Home
last modified time | relevance | path

Searched defs:applied (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DVibrationEffectTest.java234 VibrationEffect.Composed applied = DEFAULT_ONE_SHOT.applyEffectStrength( in testApplyEffectStrengthOneShot() local
241 VibrationEffect.Composed applied = TEST_WAVEFORM.applyEffectStrength( in testApplyEffectStrengthWaveform() local
248 VibrationEffect.Composed applied = VibrationEffect.get(VibrationEffect.EFFECT_CLICK) in testApplyEffectStrengthPrebaked() local
261 VibrationEffect.Composed applied = VibrationEffect.startComposition() in testApplyEffectStrengthComposed() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) { in setMenuItemApplied()
171 …private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boo… in setMenuItemAppliedEnabled()
H A DGalleryActionBar.java81 public ActionItem(int action, boolean applied, boolean enabled, int title, in ActionItem()
86 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle, in ActionItem()
/aosp12/system/chre/platform/slpi/see/
H A Dsee_cal_helper.cc30 bool applied = false; in applyCalibration() local
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec21 to vectors, the returned value is a vector of the function applied to each entry of the input. function
/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp539 int applied = traits_for_int_ret::map_return<apply_return_type>(); in TEST() local