Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd26 of art in their own right. Just like a well-made tool, your app should strive to combine beauty,
45 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.java197 public void combine(IntervalStats stats, boolean mutable,
214 public void combine(IntervalStats stats, boolean mutable,
290 combiner.combine(currentStats, true, results); in queryStats()
312 public void combine(IntervalStats stats, boolean mutable, in queryEvents()
DUsageStatsDatabase.java381 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); in combine() method
443 combiner.combine(stats, false, results); in queryUsageStats()
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp122 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() function
302 tot_results = ProcResults::combine(tot_results, tmp_results); in main()
/frameworks/base/docs/html/distribute/monetize/
Decommerce.jd22 webtail operations. However, you can also combine it with your <a href=
/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.jd31 combine string resources with other simple resources in the one XML file,
128 such, you can combine string array resources with other simple resources in the one XML file,
255 file). As such, you can combine plurals resources with other simple resources in the one
/frameworks/native/include/input/
DKeyCharacterMap.h82 static sp<KeyCharacterMap> combine(const sp<KeyCharacterMap>& base,
/frameworks/base/docs/html/design/style/
Ddevices-displays.jd26 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
/frameworks/base/docs/html/training/graphics/opengl/
Dmotion.jd49 another transformation matrix (a rotation matrix) and then combine it with your projection and
Dprojection.jd91 <p>This code populates a projection matrix, {@code mProjectionMatrix} which you can then combine
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd20 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigatio…
191 <h4>Use tabs to combine category selection and data display</h4>
274 information items. Split items are used to combine calling and messaging into one compact line
Dnew.jd227 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/ndk/guides/
Dcpu-arm-neon.jd53 <p>You can combine the {@code .neon} suffix with the {@code .arm} suffix, which specifies the 32-bit
/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.jd178 instance that uses one of the default card layouts. However, you can combine different types of
/frameworks/minikin/tools/
Dmk_hyb_file.py106 def combine(a, b): function
/frameworks/base/docs/html/training/transitions/
Doverview.jd133 enables you to combine different animation effects in a transition set that contains a group
/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/training/wearables/watch-faces/
Dperformance.jd161 graphic asset. You can often combine the background image in interactive mode with the tick
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd276 clause defines the columns to look at, and also allows you to combine column

123