Searched refs:before (Results 101 - 107 of 107) sorted by relevance

12345

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1897 // Check to see if this is a completed token before filtering.
2108 // what comes before the finger.
2701 // Clear that there is a selected chip before updating any text.
2851 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
2855 if (before - count == 1) {
2856 // If the item deleted is a space, and the thing before the
2877 } else if (count > before) {
2992 // There are things before this!
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java110 public void before() throws Exception { method in class:HalDeviceManagerTest
1031 // Override the stubbing for mWifiMock in before().
1049 // Override the stubbing for mWifiMock in before().
1064 // Override the stubbing for mWifiMock in before().
/frameworks/base/core/java/android/widget/
H A DEditor.java233 * This flag is set if the TextView tries to display an error before it
687 // Should be done before hide insertion point controller since it triggers a show of it
1161 // Has to be done before onTakeFocus, which can be overloaded.
1174 // pressed. Since it is the ViewAncestor's mView, it requests focus before
1254 void sendOnTextChanged(int start, int before, int after) { argument
1255 getSelectionActionModeHelper().onTextChanged(start, start + before);
1304 // Order matters! Must be done before onParentLostFocus to rely on isShowingUp
1416 // This classifies the text and most likely returns before the toolbar is actually
1887 // Skip the blocks before firstLine
2543 // Inserting text before selectio
[all...]
H A DAbsListView.java415 * How far the finger moved before we started scrolling
729 * Kept here so that if we happen to be asked to save our state before
765 * view is being scrolled, this method will be called before the next frame of the scroll is
766 * rendered. In particular, it will be called before any calls to
1898 // Do this before setting mNeedSync since setNextSelectedPosition looks at mNeedSync
3114 // bail out before bad things happen
5211 // invalidate before moving the children to avoid unnecessary invalidate
5687 // Make sure we have a window before showing the popup
6127 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
6527 * they've been attached before
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java634 * Messages for {@link #mHandler} that need to wait for system ready before
1925 // permissions if requested before broadcasting the install. Also
2610 // Collect vendor overlay packages. (Do this before scanning any apps.)
2663 // do this first before mucking with mPackages for the "expecting better" case
6400 * will be in the old format (since they were stored on disk from before the
9336 // packages (parent and children) would be successfully scanned before the
9837 // We could also do this lazily before calling dexopt in
9871 // We could also do this lazily before calling dexopt in
10695 // before the actual scan since scanning mutates internal state and we want
11214 // We also do this *before* w
25126 checkDowngrade(PackageParser.Package before, PackageInfoLite after) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp544 // check invariant: styles starts before end of data
552 ALOGW("Bad style block: style block starts at %d, before strings at %d\n",
5195 // First strip leading/trailing whitespace. Do this before handling
6853 // pad with 0xffffffff's (indicating non-existing entries) before adding this entry
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2342 milliseconds

12345