/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/ |
D | GrepHelper.java | 36 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/ |
D | EncryptedDocumentTest.java | 123 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/ |
D | PropertyAnimations.java | 84 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/ |
D | EasyTextWatcher.java | 34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
|
/development/samples/browseable/FingerprintDialog/ |
D | _index.jd | 9 before proceeding some actions such as purchasing an item.
|
/development/samples/browseable/AsymmetricFingerprintDialog/ |
D | _index.jd | 9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
|
/development/samples/browseable/ConfirmCredential/ |
D | _index.jd | 9 to authenticate the user before they are trying to complete some actions.
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | TextWatcherWrapper.java | 42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
|
/development/samples/browseable/DirectBoot/ |
D | _index.jd | 11 go off after reboot even before the user enters their credentials.
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | BouncingBalls.java | 125 bouncer.play(bounceAnim).before(squashAnim1); in onTouchEvent() 144 animatorSet.play(bouncer).before(fadeAnim); in onTouchEvent()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssService.java | 128 if(mLastCheckedTime.before(nextCheckTime)) { in queryIfPeriodicRefreshRequired() 181 lastUpdated.before(feedPubDate) && !TextUtils.isEmpty(rssFeed)) { in queryItem()
|
/development/samples/browseable/DragAndDropAcrossApps/ |
D | _index.jd | 13 must request permission first, before it can be used.
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | CardEmulationFragment.java | 60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 18 requires manually flushing the sensor event queue before it overflows, which is not
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|
/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/ |
D | LogFragment.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
|