Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java57 long before = System.currentTimeMillis(); in testAddText() local
178 long before = System.currentTimeMillis(); in testAddEntriesInTheFuture() local
252 long before = System.currentTimeMillis(); in testIsTagEnabled() local
285 long before = System.currentTimeMillis(); in testGetNextEntry() local
344 long before = System.currentTimeMillis(); in testSizeLimits() local
439 long before = System.currentTimeMillis(); in testAgeLimits() local
717 int before = countOpenFiles(); in testDropBoxEntrySerializationDoesntLeakFileDescriptors() local
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java119 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalData() local
135 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalRows() local
151 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractNewRows() local
169 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractMissingRows() local
282 final NetworkStats before = new NetworkStats(TEST_START, 3) in testWithoutUid() local
DNetworkStatsHistoryTest.java381 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL); in testSerialize() local
455 NetworkStatsHistory stats, int before, int after, long time) { in assertIndexBeforeAfter()
460 private static long performVarLong(long before) throws Exception { in performVarLong()
/frameworks/base/core/java/android/text/
DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
DDynamicLayout.java188 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
638 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
647 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged()
651 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
DSpannableStringBuilder.java950 private void sendBeforeTextChanged(TextWatcher[] watchers, int start, int before, int after) { in sendBeforeTextChanged()
958 private void sendTextChanged(TextWatcher[] watchers, int start, int before, int after) { in sendTextChanged()
/frameworks/av/media/libmedia/
DSingleStateQueue.cpp66 int32_t before = shared->mSequence; in poll() local
/frameworks/base/services/java/com/android/server/
DDiskStatsService.java57 long before = SystemClock.uptimeMillis(); in dump() local
/frameworks/base/tools/preload/
DRecord.java152 String before = result.substring(0, offset); in decode() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java89 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java177 public void onTextChanged(CharSequence s, int start, int before, in onTextChanged()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java135 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardAbsKeyInputView.java235 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DKeyguardAccountView.java121 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java77 int before, int count) { in onTextChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java245 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java264 int before, in onTextChanged()
/frameworks/volley/src/com/android/volley/toolbox/
DDiskBasedCache.java258 long before = mTotalSize; in pruneIfNeeded() local
/frameworks/base/core/java/android/text/format/
DTime.java618 public boolean before(Time that) { in before() method in Time
/frameworks/base/core/java/android/animation/
DAnimatorSet.java1093 public Builder before(Animator anim) { in before() method in AnimatorSet.Builder
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java346 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
349 mManager.updateSpanNextToCursor(getText(), start, before, after); in onTextChanged() local
350 mManager.updateSpanPreviousFromCursor(getText(), start, before, after); in onTextChanged() local
1321 updateSpanPreviousFromCursor(Editable txt, int start, int before, int after) { in updateSpanPreviousFromCursor()
1374 public void updateSpanNextToCursor(Editable txt, int start, int before, int after) { in updateSpanNextToCursor()
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java750 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DTextView.java7264 private void sendBeforeTextChanged(CharSequence text, int start, int before, int after) { in sendBeforeTextChanged()
7299 void sendOnTextChanged(CharSequence text, int start, int before, int after) { in sendOnTextChanged()
7346 void handleTextChanged(CharSequence buffer, int start, int before, int after) { in handleTextChanged()
9046 int before, int after) { in beforeTextChanged()
9059 public void onTextChanged(CharSequence buffer, int start, int before, int after) { in onTextChanged()
DAbsListView.java5736 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2256 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()