Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 166) sorted by relevance

1234567

/frameworks/native/include/private/ui/
DRegionHelper.h78 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/
DFillBuffer.cpp64 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/
DGeofenceState.java72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy()); in processLocation()
73 if (inside) { in processLocation()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DCircleFramedDrawable.java99 final float inside = mScale * mSize; in draw() local
100 final float pad = (mSize - inside) / 2f; in draw()
/frameworks/compile/slang/tests/F_foreach_from_kernel/
Dstderr.txt.expect1 foreach_from_kernel.rs:13:3: error: Invalid kernel launch call made from inside another kernel.
/frameworks/base/docs/html/distribute/analyze/
Dindex.jd2 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/rs/api/
Drs_io.spec35 This function should not be called from inside a kernel, or from any function
50 This function should not be called from inside a kernel, or from any function
Drs_time.spec21 system up time. It is not recommended to call these functions inside of a kernel.
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd26 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
Dlayouts.jd189 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/
DREADME1 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboard.java240 public void onReleased(boolean inside) { in onReleased() argument
242 super.onReleased(inside); in onReleased()
/frameworks/base/tools/layoutlib/rename_font/
DREADME1 This tool is used to rename the PS name encoded inside the ttf font that we ship
/frameworks/rs/scriptc/
Drs_io.rsh35 * This function should not be called from inside a kernel, or from any function
52 * This function should not be called from inside a kernel, or from any function
/frameworks/base/docs/html/google/play/billing/
Dindex.jd2 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
72 products and subscriptions from inside an app.</p>
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp576 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local
578 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect()
580 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local
584 inside ? 16 : 255; in fillYV12BufferRect()
/frameworks/base/docs/html/training/material/
Dcompatibility.jd55 <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
Dget-started.jd125 {@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/
Dsmooth-scrolling.jd93 <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>
Dreusing-layouts.jd41 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/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/base/docs/html/training/wearables/apps/
Dindex.jd30 the wearable app inside the handheld app. When users install the handheld app,
89 <dd>Learn how to package a wearable app inside a
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd104 <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
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_menu.jd97 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
Dicon_design_tab.jd144 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>

1234567