/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/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 | 24 devices. This library contains the <code>CardFrame</code> class, which wraps views inside 27 you can add other views to customize the content inside the card.</p> 33 <li>Add a card inside a <code>CardScrollView</code> in your layout.</li> 103 approach when you want to define a custom layout for the card inside a layout definition file.</p> 173 placing the <code>CardScrollView</code> element inside a <code>BoxInsetLayout</code> and using the
|
D | layouts.jd | 181 inside this area, children views specify the <code>layout_box</code> atribute with these values: 187 edges inside the gray square in figure 2.</li> 188 <li>The <code>all</code> value positions all the child's content inside the gray square in 257 <p>This line ensures that the <code>FrameLayout</code> element and its children are boxed inside
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardCircleFramedDrawable.java | 110 final float inside = mScale * outside; in draw() local 111 final float pad = (outside - inside) / 2f; in draw()
|
/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/testing/uiautomator/samples/SkeletonTest/ |
D | README | 2 Automator tests that can be compiled inside the Android build tree. The single
|
/frameworks/support/v7/mediarouter/ |
D | build.gradle | 12 // package it as a local dependencies inside the library aar.
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | index.jd | 32 the wearable app inside the handheld app. When users install the handheld app, 69 <dd>Learn how to package a wearable app inside a
|
/frameworks/base/docs/html/design/patterns/ |
D | selection.jd | 111 <p>Plan the actions you want to display inside of a CAB in the same way you would plan the actions 112 inside your app's action bar.</p>
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 580 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local 582 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect() 584 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local 588 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/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/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/base/docs/html/google/play/billing/ |
D | index.jd | 8 <p>In-app Billing is a Google Play service that lets you sell digital content from inside 61 products and subscriptions from inside an app.</p>
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-build.jd | 94 <p>The build configuration for your project is defined inside <em>Gradle build files</em>, 217 <p>Android Studio reads the properties file from the Gradle wrapper directory inside your project 223 logic inside Gradle build files instead.</p> 263 Table 1 lists where the main components of your app are located inside this module.</p> 300 <p>It is good development practice to group functionality that you may reuse in other apps inside 301 a library module. To create a library module inside the <code>BuildSystemExample</code> 360 <p>Copy the following code inside the <code>onButton1Clicked</code> method in 369 Click on <code>LibActivity1</code> in the first line inside the 628 files for these dependencies into <code><moduleName>/libs</code> inside your project.</p> 631 JAR file inside <code>app/libs</code> is a dependency and should be included in the compilation [all …]
|
/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 | 49 other fragments inside an activity to modify your layout configuration for different screen
|
/frameworks/base/docs/html/design/building-blocks/ |
D | text-fields.jd | 38 what kind of characters are allowed inside the field, and may prompt the virtual keyboard to
|