Searched refs:before (Results 51 - 65 of 65) sorted by relevance

123

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java617 OnScreenListener before = mScreenListeners.get(position - 1);
618 if (before != null) {
619 before.onViewUpNext();
/frameworks/base/core/java/android/widget/
H A DTextView.java3998 * We must go ahead and set the text before changing the
4076 * of the array except for right before another call to setText(),
4088 * We must do the before-notification here ourselves because if
4089 * the old text is a CharWrapper we destroy it before calling
4935 * it already was before the text changed. I'm not sure
5811 // bug 650865: sometimes we get a key event before a layout.
5849 * Keep track of what the error was before doing the input
6036 * This is used to remove all style-impacting spans from text before new
7322 * will not necessarily restore the previous behavior from before this
7624 private void sendBeforeTextChanged(CharSequence text, int start, int before, in argument
7674 sendOnTextChanged(CharSequence text, int start, int before, int after) argument
7722 handleTextChanged(CharSequence buffer, int start, int before, int after) argument
9455 beforeTextChanged(CharSequence buffer, int start, int before, int after) argument
9469 onTextChanged(CharSequence buffer, int start, int before, int after) argument
[all...]
H A DDatePicker.java167 * date the values are normalized before updating the spinners.
783 if (mCurrentDate.before(mMinDate)) {
1009 if (mCurrentDate.before(mMinDate)) {
H A DAutoCompleteTextView.java483 * <p>Returns the number of characters the user must type before the drop
498 * edit box before the drop down list is shown.</p>
503 * @param threshold the number of characters to type before the drop down
753 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
763 if (DEBUG) Log.v(TAG, "before text changed: open=" + mOpenBefore);
769 // if the list was open before the keystroke, but closed afterwards,
H A DSearchView.java149 * SearchView can be set expanded before the IME is ready to be shown during
1280 // voice search before showing the button. But just in case...
1686 public void beforeTextChanged(CharSequence s, int start, int before, int after) { }
1689 int before, int after) {
H A DDatePickerCalendarDelegate.java433 if (mCurrentDate.before(mTempDate)) {
H A DAbsListView.java407 * How far the finger moved before we started scrolling
710 * Kept here so that if we happen to be asked to save our state before
746 * view is being scrolled, this method will be called before the next frame of the scroll is
747 * rendered. In particular, it will be called before any calls to
1885 // Do this before setting mNeedSync since setNextSelectedPosition looks at mNeedSync
3041 // bail out before bad things happen
4977 // invalidate before moving the children to avoid unnecessary invalidate
5452 // Make sure we have a window before showing the popup
5872 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
6260 * they've been attached before
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java47 * before 1st Jan 1970 UTC).</li>
217 * (the "unknown" value) before normalizing. It then computes the
825 * Returns true if the time represented by this Time object occurs before
831 public boolean before(Time that) { method in class:Time
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java164 * SearchView can be set expanded before the IME is ready to be shown during
1195 // voice search before showing the button. But just in case...
1594 public void beforeTextChanged(CharSequence s, int start, int before, int after) { }
1597 int before, int after) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java342 * laid out at the end of the UI, second item is laid out before it etc.
465 boolean before = state.hasTargetScrollPosition() &&
467 if (before == mAnchorInfo.mLayoutFromEnd) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java123 // This pattern comes from android.util.Patterns. It has been tweaked to handle a "1" before
1576 // Check to see if this is a completed token before filtering.
1736 // what comes before the finger.
2289 // Clear that there is a selected chip before updating any text.
2438 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
2442 if (before - count == 1) {
2443 // If the item deleted is a space, and the thing before the
2461 } else if (count > before) {
2576 // There are things before this!
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp213 #error Need to convert float array to SkScalar array before calling the following function.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java241 // bind to the local service before showing the UI.
256 // fast, so just wait before showing the UI.
1936 // be loaded before or after the adapter is created.
2219 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
2281 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java1088 * The amount of time to allow before and after expected time for variance
1437 assertTrue("Time should be close to current time", actual.before(expectedBefore));
1457 assertTrue("Time should be close to current time", actual.before(expectedBefore));
1476 assertTrue("Time should be close to current time", actual.before(expectedBefore));
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java337 * Messages for {@link #mHandler} that need to wait for system ready before
1537 // (Do this before scanning any apps.)
2851 * will be in the old format (since they were stored on disk from before the
4458 * We have to grant systems permissions before we hide, because
5945 // We also do this *before* we perform dexopt on this package, so that
6131 // authority clear the syncable flag. We copy the provider before
7246 // before. In this case we do want to allow the app to
8838 * Location where install is coming from, before it has been
9030 * before giving up.
9381 * Called before th
13627 checkDowngrade(PackageParser.Package before, PackageInfoLite after) argument
[all...]

Completed in 661 milliseconds

123