Home
last modified time | relevance | path

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

1234

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DGrepHelper.java36 public abstract void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
76 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
82 if (before > 0) { in buildCommand()
84 sb.append(before); in buildCommand()
131 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
138 if (before > 0) { in buildCommand()
140 sb.append(before); in buildCommand()
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java123 final JSONObject before = new JSONObject(); in testMetadataAndContents() local
124 before.put("meow", "cake"); in testMetadataAndContents()
125 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents()
162 final JSONObject before = new JSONObject(); in testNormalMetadataOnly() local
163 before.put("lol", "wut"); in testNormalMetadataOnly()
164 doc.writeMetadataAndContent(before, null); in testNormalMetadataOnly()
199 final JSONObject before = new JSONObject(); in testBitTwiddle() local
200 before.put("twiddle", "twiddle"); in testBitTwiddle()
201 doc.writeMetadataAndContent(before, null); in testBitTwiddle()
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation); in onCreate()
85 setAnimation.play(rotateAnimation).before(scaleAnimation); in onCreate()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
/development/samples/browseable/FingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item.
/development/samples/browseable/AsymmetricFingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
/development/samples/browseable/ConfirmCredential/
D_index.jd9 to authenticate the user before they are trying to complete some actions.
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
/development/samples/browseable/DirectBoot/
D_index.jd11 go off after reboot even before the user enters their credentials.
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DBouncingBalls.java125 bouncer.play(bounceAnim).before(squashAnim1); in onTouchEvent()
144 animatorSet.play(bouncer).before(fadeAnim); in onTouchEvent()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java128 if(mLastCheckedTime.before(nextCheckTime)) { in queryIfPeriodicRefreshRequired()
181 lastUpdated.before(feedPubDate) && !TextUtils.isEmpty(rssFeed)) { in queryItem()
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd13 must request permission first, before it can be used.
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
/development/samples/browseable/BatchStepSensor/
D_index.jd18 requires manually flushing the sensor event queue before it overflows, which is not
/development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()

1234