/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 78 int inside = spanner.next(current.top, current.bottom); in operator() local 79 spannerInner.prepare(inside); in operator() 82 int inside = spannerInner.next(current.left, current.right); in operator() local 83 if ((op_mask >> inside) & 1) { in operator() 119 int inside; in next() local 123 inside = lhs_before_rhs; in next() 133 inside = lhs_after_rhs; in next() 143 inside = lhs_coincide_rhs; in next() 154 return inside; in next() 186 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs); in next() local [all …]
|
/frameworks/native/libs/gui/tests/ |
D | FillBuffer.cpp | 64 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local 66 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect() 68 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local 72 inside ? 16 : 255; in fillYV12BufferRect()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceState.java | 72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy()); in processLocation() 73 if (inside) { in processLocation()
|
/frameworks/base/docs/html/distribute/analyze/ |
D | index.jd | 2 page.metaDescription=Understanding what your users do inside your app is the key to engaging and mo… 11 Successful developers have found that understanding what users do inside
|
/frameworks/base/tools/layoutlib/ |
D | README | 1 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | cards.jd | 26 class, which wraps views inside a card-styled frame with a white background, rounded corners, and a 30 you can add other views to customize the content inside the card.</p> 38 <li>Add a card inside a 124 approach when you want to define a custom layout for the card inside a layout definition file.</p> 201 element inside a
|
D | layouts.jd | 189 To be displayed inside this area, children views specify the <code>layout_box</code> atribute with 196 edges inside the gray square in figure 2.</li> 197 <li>The <code>all</code> value positions all the child's content inside the gray square in 270 boxed inside the area defined by the window insets on round screens. This line has no effect on
|
/frameworks/base/tools/layoutlib/rename_font/ |
D | README | 1 This tool is used to rename the PS name encoded inside the ttf font that we ship
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PasswordEntryKeyboard.java | 240 public void onReleased(boolean inside) { in onReleased() argument 242 super.onReleased(inside); in onReleased()
|
/frameworks/base/docs/html/google/play/billing/ |
D | index.jd | 2 page.metaDescription=Sell digital content as one-time purchases inside your app. 8 <p>In-app Billing is a Google Play service that lets you sell digital content from inside 69 products and subscriptions from inside an app.</p>
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 581 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local 583 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect() 585 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local 589 inside ? 16 : 255; in fillYV12BufferRect()
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 55 <p>Create your layout files for Android 5.0 (API level 21) inside <code>res/layout-v21/</code> and 56 your alternative layout files for earlier versions of Android inside <code>res/layout/</code>. 60 <p>To avoid duplication of code, define your styles inside <code>res/values/</code>, modify the
|
D | get-started.jd | 125 {@link android.support.v7.widget.CardView} lets you show pieces of information inside cards with 146 For example, you can enable activity transitions and define an exit transition inside an
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 93 <p>A {@code ViewHolder} object stores each of the component views inside the tag field of the 107 <p>Then populate the {@code ViewHolder} and store it inside the layout.</p>
|
D | reusing-layouts.jd | 41 to embed another layout inside the current layout.</p> 125 re-usable layout would result in a vertical {@link android.widget.LinearLayout} inside a
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/frameworks/rs/api/ |
D | rs_time.spec | 21 system up time. It is not recommended to call these functions inside of a kernel.
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | index.jd | 30 the wearable app inside the handheld app. When users install the handheld app, 90 <dd>Learn how to package a wearable app inside a
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | information.jd | 104 <p>Create a class inside your 203 method so the system redraws your watch face. Store your data inside member variables of the 204 <code>Engine</code> class so you can access it inside the
|
D | performance.jd | 36 that move over time. Typically these graphic elements are rotated (and sometimes scaled) inside the 113 strictly required to update the watch face inside this method to improve performance.<p> 115 <p>When possible, avoid performing these operations inside the
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_menu.jd | 97 positioned inside the asset to create consistent visual weight with other 100 <p>Figure 1 illustrates various ways of positioning the icon inside the 175 Menu icon sizing and positioning inside the bounds of the 275 but only when necessary. The base shape must always stay inside the
|
D | icon_design_tab.jd | 144 scaled and positioned inside the final asset.</p> 146 <p>Figure 1 illustrates various ways of positioning the icon inside the 218 Tab icon sizing and positioning inside the bounds of the 326 Keep 1 px of padding around the bounding box inside the Photoshop template.</li>
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | index.jd | 50 other fragments inside an activity to modify your layout configuration for different screen
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 234 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight()); in isInside() 235 return inside; in isInside()
|
/frameworks/support/v7/mediarouter/ |
D | build.gradle | 12 // package it as a local dependencies inside the library aar.
|