/frameworks/support/samples/SupportLeanbackShowcase/ |
D | build-release.py | 11 replaced = False 16 replaced = True 19 if not replaced:
|
D | build-local.py | 11 replaced = False 16 replaced = True 19 if not replaced:
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | ItemAnimatorV2ApiTest.java | 302 final RecyclerView.ViewHolder replaced = mRecyclerView.findViewHolderForAdapterPosition(2); in updateWithOneDuplicateAndOneInPlace() local 307 if (viewHolder == replaced) { in updateWithOneDuplicateAndOneInPlace() 321 assertNotSame(replaced, newVh); in updateWithOneDuplicateAndOneInPlace() 335 assertSame(replaced, logReplaced.viewHolder); in updateWithOneDuplicateAndOneInPlace() 340 assertTrue(mAnimator.preLayoutInfoMap.containsKey(replaced)); in updateWithOneDuplicateAndOneInPlace() 345 assertFalse(mAnimator.postLayoutInfoMap.containsKey(replaced)); in updateWithOneDuplicateAndOneInPlace()
|
/frameworks/layoutlib/create/ |
D | README.txt | 25 - some classes need to be overridden, for example all the drawing code that is replaced by Java 2D 111 native methods which are replaced by a stub. Methods that are to be overridden are also replaced by 149 As indicated above, all native and overridden methods are replaced by a stub. We don't have the 158 This strategy is now obsolete and replaced by the method delegates. 192 This strategy is now obsolete and replaced by the method delegates (See strategy 6- Method
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 22 This library will eventually be replaced when the inputmanager
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 23 This library will eventually be replaced when the provisioned certificate-
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 22 This library will eventually be replaced when the media route provider
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 12 // Deprecated since version 3, replaced by top-level network_id field in 122 // Deprecated since version 2, to be replaced by link_layer field. 289 // Deprecated since version 2, to be replaced by link_layer field. 316 // program was installed to the time it was replaced or removed. 425 // Deprecated since version 2, to be replaced by link_layer field. 552 // Deprecated in the nyc-mr2 release since version 2,and replaced by
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobStore.java | 187 boolean replaced = mJobSet.remove(jobStatus); in add() 195 return replaced; in add()
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | Fragment.java | 2647 void setHideReplaced(boolean replaced) { 2648 ensureAnimationInfo().mIsHideReplaced = replaced;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
D | WebViewUpdateServiceTest.java | 956 public void checkDontKillIfPackageRemoved(boolean replaced) { in checkDontKillIfPackageRemoved() argument 967 if (replaced) { in checkDontKillIfPackageRemoved()
|
/frameworks/base/core/java/android/app/ |
D | Fragment.java | 2927 void setHideReplaced(boolean replaced) { 2928 ensureAnimationInfo().mIsHideReplaced = replaced;
|
/frameworks/support/lifecycle/compiler/src/main/resources/ |
D | NOTICE.txt | 188 replaced with your own identifying information. (Don't include 425 replaced with your own identifying information. (Don't include 635 replaced with your own identifying information. (Don't include 845 replaced with your own identifying information. (Don't include 1055 replaced with your own identifying information. (Don't include
|
/frameworks/support/room/compiler/src/main/resources/ |
D | NOTICE.txt | 207 replaced with your own identifying information. (Don't include 417 replaced with your own identifying information. (Don't include 714 replaced with your own identifying information. (Don't include 924 replaced with your own identifying information. (Don't include 1134 replaced with your own identifying information. (Don't include 1344 replaced with your own identifying information. (Don't include 1554 replaced with your own identifying information. (Don't include 1790 replaced with your own identifying information. (Don't include
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 22 where +<ro.product.platform>+ is replaced by the value of the system property of that name. See htt…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 85 # replaced with the name of the entity): "The $name class" "The $name widget" 328 # 'anonymous_namespace{file}', where file will be replaced with the base 562 # tags, which will be replaced by the file and line number from which the 564 # $version, which will be replaced by the version of the file (if it could
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 249 replaced with your own identifying information. (Don't include 466 replaced with your own identifying information. (Don't include 730 replaced with your own identifying information. (Don't include 1564 replaced with your own identifying information. (Don't include 1801 replaced with your own identifying information. (Don't include
|
/frameworks/native/docs/ |
D | Doxyfile | 99 # replaced with the name of the entity): "The $name class" "The $name widget" 410 # 'anonymous_namespace{file}', where file will be replaced with the base 658 # tags, which will be replaced by the file and line number from which the 660 # $version, which will be replaced by the version of the file (if it could
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 109 # following values are used ($name is automatically replaced with the name of 439 # 'anonymous_namespace{file}', where file will be replaced with the base name of 722 # will be replaced by the file and line number from which the warning originated 724 # be replaced by the version of the file (if it could be obtained via
|
D | Doxyfile | 109 # following values are used ($name is automatically replaced with the name of 439 # 'anonymous_namespace{file}', where file will be replaced with the base name of 722 # will be replaced by the file and line number from which the warning originated 724 # be replaced by the version of the file (if it could be obtained via
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 542 boolean disableSystemPackageLPw(String name, boolean replaced) { in disableSystemPackageLPw() argument 556 if (replaced) { in disableSystemPackageLPw()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 19637 final boolean replaced = replacePending 19640 if (!replaced) {
|