/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanel.java | 455 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
|
D | QSTileView.java | 244 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/ |
D | deep-linking.jd | 10 results so users can get to your native mobile experience quickly, landing exactly
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | checkbox.jd | 89 must have a signature exactly as shown above. Specifically, the method must:</p>
|
D | radiobutton.jd | 91 must have a signature exactly as shown above. Specifically, the method must:</p>
|
D | button.jd | 105 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/ |
D | targeting.jd | 100 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/ |
D | overview.jd | 38 <p>When writing an application, it's important to consider exactly what your graphical demands will…
|
/frameworks/base/docs/html/distribute/analyze/ |
D | improve-roi.jd | 128 creative works best. These automatic reports show exactly how your search and
|
D | understand-user-value.jd | 10 exactly alike. You can explore what makes your different groups of users
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | reusing-layouts.jd | 69 <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/ |
D | debugging-tracing.jd | 98 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/ |
D | index.jd | 124 match it exactly. When you are done with the tutorial, it is highly recommended
|
D | notepad-index.jd | 129 <code>samples/</code> directory of the SDK, though it does not match it exactly.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-element.jd | 116 for most needs and works regardless of exactly where applications are
|
D | supports-gl-texture-element.jd | 46 <p>Each <code><supports-gl-texture></code> element declares exactly one
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 75 <p>The file names must be exactly the same, but their contents are different in order to provide
|
/frameworks/base/docs/html/ |
D | license.jd | 106 If your online work <em>exactly reproduces</em> text or images from this
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 79 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/ |
D | adding-recent-query-suggestions.jd | 170 your content provider that exactly matches the authority used in the content provider (the {@code
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiSelector.jd | 1265 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/ |
D | memory.jd | 149 <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/ |
D | manage-memory.jd | 291 // On earlier versions, the dimensions must match exactly and the inSampleSize must be 1
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 190 tested. This style makes it easier to see exactly what cases are being tested.</p>
|
/frameworks/base/docs/html/training/enterprise/ |
D | app-restrictions.jd | 243 UserManager.getApplicationRestrictions()}. This method behaves exactly the
|