Home
last modified time | relevance | path

Searched defs:after (Results 1 – 25 of 73) sorted by relevance

123

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp33 const int beforeLength, const int *after, const int afterLength) { in editDistance()
71 const int beforeLength, const int *after, const int afterLength, const int score) { in calcNormalizedScore()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DOnSilentSettingsListener.java24 void onSilentSettingsChange(DataModel.SilentSetting before, DataModel.SilentSetting after); in onSilentSettingsChange()
DStopwatchListener.java28 void stopwatchUpdated(Stopwatch before, Stopwatch after); in stopwatchUpdated()
DTimerListener.java33 void timerUpdated(Timer before, Timer after); in timerUpdated()
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dautocorrection_threshold_utils_test.cpp27 const std::vector<int> &after) { in CalcEditDistance()
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/testing/
DTestLifecycleOwner.java50 protected void after() { in after() method in TestLifecycleOwner
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
DAccountTests.java48 final Account after = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT); in testSerializeDeserialize() local
/packages/apps/Settings/
Dwrap_alpha.py13 after = before.replace(".png", "_alpha.png") variable
/packages/services/Car/tests/CarDeveloperOptions/
Dwrap_alpha.py13 after = before.replace(".png", "_alpha.png") variable
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DAccountTest.java100 final Account after = Account.fromJson(before.toJson()); in testSerializeAndDeserializeWithJSON() local
DHostAuthTests.java270 final HostAuth after = HostAuth.fromJson(before.toJson()); in testSerializeAndDeserializeWithJSON() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtils.java46 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative()
109 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DValuesDeltaTests.java44 final ContentValues after = new ContentValues(); in testValuesDiffInsert() local
DRawContactDeltaTests.java324 final ContentValues after = new ContentValues(); in testEntityDiffInsert() local
346 final ContentValues after = new ContentValues(); in testEntityDiffInsertInsert() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java64 final int after) { in beforeTextChanged()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.java165 public void stopwatchUpdated(Stopwatch before, Stopwatch after) { in stopwatchUpdated()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp60 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionaryUtils_calcNormalizedScore()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DMessageComposerFragment.java101 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in beforeTextChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java118 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageView.java118 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchBarController.java72 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragment.java153 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothNameDialogFragment.java193 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java193 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerPagerAdapter.java155 public void timerUpdated(Timer before, Timer after) { in timerUpdated()

123