Searched refs:parents (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | about.jd | 12 parents. 20 browse and search experiences so that parents can find suitable, trusted, 45 New browsing categories give you improved visibility to parents. 51 Play, helping parents easily find your family-friendly apps and games 53 empowers parents to make informed decisions and engage with your content. 72 experience for parents looking for family appropriate content. The new Family 87 Character pages let parents discover your content based on familiar brands 95 This provides a powerful way for parents to discover content from familiar 117 signal of quality for parents.
|
D | faq.jd | 336 child audiences to ensure that parents, not children, are approving 354 parents and guardians to discover delightful apps designed for kids and
|
/frameworks/base/tools/aapt2/ |
D | Debug.cpp | 147 std::set<ResourceName>& parents = graph[styleName]; in printStyleGraph() local 148 if (!parents.empty()) { in printStyleGraph() 160 parents.insert(style.parent.name); in printStyleGraph()
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | .gitignore | 8 # and excluding all children of those parents.
|
/frameworks/base/core/java/android/view/ |
D | GhostView.java | 301 private static void getParents(View view, ArrayList<View> parents) { in getParents() argument 304 getParents((View) parent, parents); in getParents() local 306 parents.add(view); in getParents()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 21 this means that parents will be drawn before (i.e., behind) their children, with 57 {@link android.view.View} object's parents. This guarantees 58 that at the end of the measure pass, all parents accept all of their 84 {@link android.view.View} objects to tell their parents how they
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | temporal.jd | 146 // add all of DetailsActivity's parents to the stack, 158 into the task (all parents of the {@code DetailsActivity} defined by {@code detailsIntent}).
|
D | ancestral.jd | 208 // Add all of this activity's parents to the back stack
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 73 "parents" and called methods as "children." When a method is selected (by clicking on it), it 74 expands to show the parents and children. Parents are shown with a purple background and children
|
D | debugging-ui.jd | 419 red box. View objects that are neither parents nor siblings are in white.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_overview.jd | 45 products or to persuade their parents or other adults to buy advertised products for them.
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | services.jd | 265 parents) and the user interface elements that may be contained by that component (its children). In 289 layout hierarchy (parents and children) of the component that originated the accessibility event.
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 1626 properties of the parents, which is useful when the children fully
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 777 methods that allow the view and its parents to add more contextual information to the event:
|