Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/av/media/libstagefright/
DClockEstimator.cpp68 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/
DClockEstimator.h48 void combine(const LinearFit &lf);
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd23 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
Dprinciples.jd281 example, shortcuts that combine multiple photo effects can make amateur photographs look amazing in
/frameworks/base/services/usage/java/com/android/server/usage/
DUserUsageStatsService.java169 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()
DUsageStatsDatabase.java256 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/
Dmulti-pane-layouts.jd20 <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…
Dapp-structure.jd11 <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
Dnew.jd229 combine different activities that show separately on smaller devices into
Dwidgets.jd52 …he three types described above, many widgets in reality are hybrids that combine elements of diffe…
/frameworks/base/docs/html/distribute/monetize/
Decommerce.jd24 webtail operations. However, you can also combine it with your <a href=
/frameworks/native/include/input/
DKeyCharacterMap.h79 static sp<KeyCharacterMap> combine(const sp<KeyCharacterMap>& base,
/frameworks/base/docs/html/design/style/
Ddevices-displays.jd24 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd36 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,
Dstyle-resource.jd25 such, you can combine style resources with other simple resources in the one XML file,
Dstring-resource.jd30 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/
Dmotion.jd49 transformation matrix (a rotation matrix) and then combine it with your projection and
Dprojection.jd86 <p>This code populates a projection matrix, {@code mProjectionMatrix} which you can then combine
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd116 <p>You can combine the adjustment specification with the <a
Dstyle.jd99 <p>You can combine different behaviors and input method styles with the
/frameworks/base/docs/html/training/wearables/ui/
D2d-picker.jd142 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/
Dicon_design_launcher_archive.jd247 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/
Dmonkey.jd180 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/
Ddatabases.jd276 clause defines the columns to look at, and also allows you to combine column
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd55 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>

123