Home
last modified time | relevance | path

Searched refs:exactly (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java455 mBrightnessView.measure(exactly(width), MeasureSpec.UNSPECIFIED); in onMeasure()
457 mFooter.getView().measure(exactly(width), MeasureSpec.UNSPECIFIED); in onMeasure()
486 record.tileView.measure(exactly(cw), exactly(ch)); in onMeasure()
493 mDetail.measure(exactly(width), MeasureSpec.UNSPECIFIED); in onMeasure()
495 mDetail.measure(exactly(width), exactly(h)); in onMeasure()
501 private static int exactly(int size) { in exactly() method in QSPanel
DQSTileView.java244 final int iconSpec = exactly(mIconSizePx); in onMeasure()
248 mDivider.measure(widthMeasureSpec, exactly(mDivider.getLayoutParams().height)); in onMeasure()
250 int heightSpec = exactly( in onMeasure()
256 private static int exactly(int size) { in exactly() method in QSTileView
/frameworks/base/docs/html/distribute/engage/
Ddeep-linking.jd10 results so users can get to your native mobile experience quickly, landing exactly
/frameworks/base/docs/html/guide/topics/ui/controls/
Dcheckbox.jd89 must have a signature exactly as shown above. Specifically, the method must:</p>
Dradiobutton.jd91 must have a signature exactly as shown above. Specifically, the method must:</p>
Dbutton.jd105 a signature exactly as shown above. Specifically, the method must:</p>
140 <p>You can control exactly how your controls are styled using a theme that you apply to your
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd100 should exactly match the device screen's width and that the ability to zoom should be disabled:</p>
111 {@code "device-width"} so the size fits exactly on all devices, then use CSS media queries to
/frameworks/base/docs/html/guide/topics/graphics/
Doverview.jd38 <p>When writing an application, it's important to consider exactly what your graphical demands will…
/frameworks/base/docs/html/distribute/analyze/
Dimprove-roi.jd128 creative works best. These automatic reports show exactly how your search and
Dunderstand-user-value.jd10 exactly alike. You can explore what makes your different groups of users
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd69 <p>The root {@link android.view.View} should be exactly how you'd like it to appear in each
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd98 you can specify exactly where to start and stop logging trace data in your code.</li>
101 DDMS. Although you have less control on exactly where logging starts and stops,
/frameworks/base/docs/html/training/notepad/
Dindex.jd124 match it exactly. When you are done with the tutorial, it is highly recommended
Dnotepad-index.jd129 <code>samples/</code> directory of the SDK, though it does not match it exactly.
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-element.jd116 for most needs and works regardless of exactly where applications are
Dsupports-gl-texture-element.jd46 <p>Each <code>&lt;supports-gl-texture&gt;</code> element declares exactly one
/frameworks/base/docs/html/training/basics/supporting-devices/
Dscreens.jd75 <p>The file names must be exactly the same, but their contents are different in order to provide
/frameworks/base/docs/html/
Dlicense.jd106 If your online work <em>exactly reproduces</em> text or images from this
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd79 the sample code exactly as it is published. The sample application is intended to be used only as an
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd170 your content provider that exactly matches the authority used in the content provider (the {@code
/frameworks/base/docs/html/tools/help/uiautomator/
DUiSelector.jd1265 for the widget must match exactly
1363 for the widget must match exactly
2067 The text for the element must match exactly with the string in your input
2152 The text in the widget must match exactly with the string in your
/frameworks/base/docs/html/training/articles/
Dmemory.jd149 <p>In some cases, you might want to query the system to determine exactly how much heap space you
329 should use it only when you know exactly where all your memory is being allocated and why it must
336 devices that have limited RAM, the large heap size may be exactly the same as the regular heap
734 last process and working its way up. It may not do it in exactly this order, as it can also take
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd291 // On earlier versions, the dimensions must match exactly and the inSampleSize must be 1
/frameworks/base/docs/html/training/activity-testing/
Dactivity-basic-testing.jd190 tested. This style makes it easier to see exactly what cases are being tested.</p>
/frameworks/base/docs/html/training/enterprise/
Dapp-restrictions.jd243 UserManager.getApplicationRestrictions()}. This method behaves exactly the

123