Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 22 of 22) sorted by relevance

/frameworks/support/samples/SupportLeanbackShowcase/
Dbuild-release.py11 replaced = False
16 replaced = True
19 if not replaced:
Dbuild-local.py11 replaced = False
16 replaced = True
19 if not replaced:
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java302 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/
DREADME.txt25 - 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/
DREADME.txt22 This library will eventually be replaced when the inputmanager
/frameworks/base/media/lib/signer/
DREADME.txt23 This library will eventually be replaced when the provisioned certificate-
/frameworks/base/media/lib/remotedisplay/
DREADME.txt22 This library will eventually be replaced when the media route provider
/frameworks/base/proto/src/
Dipconnectivity.proto12 // 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/
DJobStore.java187 boolean replaced = mJobSet.remove(jobStatus); in add()
195 return replaced; in add()
/frameworks/support/fragment/java/android/support/v4/app/
DFragment.java2647 void setHideReplaced(boolean replaced) {
2648 ensureAnimationInfo().mIsHideReplaced = replaced;
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java956 public void checkDontKillIfPackageRemoved(boolean replaced) { in checkDontKillIfPackageRemoved() argument
967 if (replaced) { in checkDontKillIfPackageRemoved()
/frameworks/base/core/java/android/app/
DFragment.java2927 void setHideReplaced(boolean replaced) {
2928 ensureAnimationInfo().mIsHideReplaced = replaced;
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt188 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/
DNOTICE.txt207 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/
Dimplementors_guide.adoc22 where +<ro.product.platform>+ is replaced by the value of the system property of that name. See htt…
/frameworks/wilhelm/doc/
DDoxyfile85 # 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/
DNOTICE.txt249 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/
DDoxyfile99 # 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/
DDoxyfile.orig109 # 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
DDoxyfile109 # 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/
DSettings.java542 boolean disableSystemPackageLPw(String name, boolean replaced) { in disableSystemPackageLPw() argument
556 if (replaced) { in disableSystemPackageLPw()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19637 final boolean replaced = replacePending
19640 if (!replaced) {