/frameworks/av/media/libstagefright/ |
D | ClockEstimator.cpp | 68 void WindowedLinearFitEstimator::LinearFit::combine(const LinearFit &lf) { in combine() function in android::WindowedLinearFitEstimator::LinearFit 161 total.combine(mHead); in estimate() 162 total.combine(mMain); in estimate() 163 total.combine(mTail); in estimate()
|
/frameworks/av/include/media/stagefright/ |
D | ClockEstimator.h | 48 void combine(const LinearFit &lf);
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 23 of art in their own right. Just like a well-made tool, your app should strive to combine beauty, 42 and to use apps in inventive new ways. Android lets people combine applications into new workflows
|
D | principles.jd | 281 example, shortcuts that combine multiple photo effects can make amateur photographs look amazing in
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UserUsageStatsService.java | 169 public void combine(IntervalStats stats, boolean mutable, 186 public void combine(IntervalStats stats, boolean mutable, 262 combiner.combine(currentStats, true, results); in queryStats() 284 public void combine(IntervalStats stats, boolean mutable, in queryEvents()
|
D | UsageStatsDatabase.java | 256 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); in combine() method 318 combiner.combine(stats, false, results); in queryUsageStats()
|
/frameworks/base/docs/html/design/patterns/ |
D | multi-pane-layouts.jd | 20 <p><em>Panels</em> are a great way for your app to achieve this. They allow you to combine multiple… 31 <p>Because tablets have more screen real estate than phones, you can use panels to combine the rela…
|
D | app-structure.jd | 11 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigatio… 182 <h4>Use tabs to combine category selection and data display</h4> 265 information items. Split items are used to combine calling and messaging into one compact line
|
D | new.jd | 229 combine different activities that show separately on smaller devices into
|
D | widgets.jd | 52 …he three types described above, many widgets in reality are hybrids that combine elements of diffe…
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ecommerce.jd | 24 webtail operations. However, you can also combine it with your <a href=
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 79 static sp<KeyCharacterMap> combine(const sp<KeyCharacterMap>& base,
|
/frameworks/base/docs/html/design/style/ |
D | devices-displays.jd | 24 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 36 such, you can combine bool resources with other simple resources in the one XML file, 132 such, you can combine color resources with other simple resources in the one XML file, 246 such, you can combine dimension resources with other simple resources in the one XML file, 341 such, you can combine ID resources with other simple resources in the one XML file, 448 such, you can combine integer resources with other simple resources in the one XML file, 527 such, you can combine integer array resources with other simple resources in the one XML file, 622 such, you can combine typed array resources with other simple resources in the one XML file,
|
D | style-resource.jd | 25 such, you can combine style resources with other simple resources in the one XML file,
|
D | string-resource.jd | 30 combine string resources with other simple resources in the one XML file, 127 such, you can combine string array resources with other simple resources in the one XML file, 253 file). As such, you can combine plurals resources with other simple resources in the one
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 49 transformation matrix (a rotation matrix) and then combine it with your projection and
|
D | projection.jd | 86 <p>This code populates a projection matrix, {@code mProjectionMatrix} which you can then combine
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 116 <p>You can combine the adjustment specification with the <a
|
D | style.jd | 99 <p>You can combine different behaviors and input method styles with the
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 142 combine different types of pages in the same 2D picker, such as cards, action icons, and custom
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 247 larger base shape and combine one neutral and one primary color. Icons may 265 <p>When you combine the materials in Figure 4 with a color highlight from the
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 180 For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep…
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 276 clause defines the columns to look at, and also allows you to combine column
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 55 You could combine a group of View components into a new single component, perhaps 116 won't do, no matter how you combine them.</p>
|