Home
last modified time | relevance | path

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

12

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java303 final RecyclerView.ViewHolder replaced = mRecyclerView.findViewHolderForAdapterPosition(2); in updateWithOneDuplicateAndOneInPlace() local
308 if (viewHolder == replaced) { in updateWithOneDuplicateAndOneInPlace()
322 assertNotSame(replaced, newVh); in updateWithOneDuplicateAndOneInPlace()
336 assertSame(replaced, logReplaced.viewHolder); in updateWithOneDuplicateAndOneInPlace()
341 assertTrue(mAnimator.preLayoutInfoMap.containsKey(replaced)); in updateWithOneDuplicateAndOneInPlace()
346 assertFalse(mAnimator.postLayoutInfoMap.containsKey(replaced)); in updateWithOneDuplicateAndOneInPlace()
/frameworks/base/tools/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/remotedisplay/
DREADME.txt22 This library will eventually be replaced when the media route provider
/frameworks/base/media/lib/signer/
DREADME.txt23 This library will eventually be replaced when the provisioned certificate-
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd13 designed to be easy to customize and extend, allowing many components to be replaced with custom
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd78 hierarchy. It is replaced by the inflated layout and the ID for the root view of that layout is
Doptimizing-layout.jd136 tool on your layout files to search for possible view hierarchy optimizations. Lint has replaced
142 …t of a layout and does not provide background or padding etc, it can be replaced with a merge tag …
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd67 <p>If your activity allows the fragments to be removed and replaced, you should add the
163 stack, then the fragment is destroyed when removed or replaced.</p>
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java130 boolean replaced = mJobSet.remove(jobStatus); in add()
138 return replaced; in add()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java767 public void checkDontKillIfPackageRemoved(boolean replaced) { in checkDontKillIfPackageRemoved() argument
778 if (replaced) { in checkDontKillIfPackageRemoved()
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd143 replaced by the default IME. When external storage is remounted, the user can open system settings
147 will be replaced by the default Live Wallpaper. When external storage is remounted, the user can
/frameworks/base/libs/androidfw/
DAssetManager.cpp826 String8 replaced("fil"); in getLocales() local
827 replaced += (localeStr.string() + kTlPrefixLen); in getLocales()
828 locales->editItemAt(i) = replaced; in getLocales()
/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd93 if the filter is replaced in real time.</p>
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd176 automatically replaced by the query text entered by the user).</p>
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dtasks-and-back-stack.jd67 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dtasks-and-back-stack.jd67 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd174 …interact with each pane independently. Fragments can be added, removed, replaced, and animated ins…
260 …e in their manifest files. The platform emulates the Menu key, which is replaced by the overflow m…
/frameworks/base/docs/html/about/dashboards/
Dindex.jd456 // I replaced the src attributes in the javascript above with data-dac-src
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dtasks-and-back-stack.jd67 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
/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/base/docs/html-intl/intl/zh-tw/guide/components/
Dtasks-and-back-stack.jd67 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dtasks-and-back-stack.jd67 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd44 The app icon establishes your app's identity. It can be replaced with a different logo or branding
Dnavigation.jd207 Recents screen). If Gmail already had its own task running in the background, it would be replaced

12