Home
last modified time | relevance | path

Searched refs:describe (Results 1 – 25 of 104) sorted by relevance

12345

/frameworks/base/libs/hwui/
DSkiaShader.h52 static void describe(Caches* caches, ProgramDescription& description,
60 static void describe(Caches* caches, ProgramDescription& description, in describe() function
75 static void describe(Caches* caches, ProgramDescription& description,
86 static void describe(Caches* caches, ProgramDescription& description,
99 static void describe(Caches* caches, ProgramDescription& description,
110 static void describe(Caches* caches, ProgramDescription& description,
DSkiaShader.cpp132 InvalidSkiaShader::describe,
133 SkiaBitmapShader::describe,
134 SkiaGradientShader::describe,
135 SkiaComposeShader::describe,
136 SkiaLayerShader::describe,
150 void SkiaShader::describe(Caches* caches, ProgramDescription& description, in describe() function in android::uirenderer::SkiaShader
165 void SkiaLayerShader::describe(Caches*, ProgramDescription& description, in describe() function in android::uirenderer::SkiaLayerShader
253 void SkiaBitmapShader::describe(Caches* caches, ProgramDescription& description, in describe() function in android::uirenderer::SkiaBitmapShader
341 void SkiaGradientShader::describe(Caches*, ProgramDescription& description, in describe() function in android::uirenderer::SkiaGradientShader
437 void SkiaComposeShader::describe(Caches* caches, ProgramDescription& description, in describe() function in android::uirenderer::SkiaComposeShader
[all …]
DGammaFontRenderer.h40 virtual void describe(ProgramDescription& description, const SkPaint* paint) const = 0;
88 void describe(ProgramDescription& description, const SkPaint* paint) const;
135 void describe(ProgramDescription& description, const SkPaint* paint) const { in describe() function
174 void describe(ProgramDescription& description, const SkPaint* paint) const { in describe() function
DGammaFontRenderer.cpp105 void ShaderGammaFontRenderer::describe(ProgramDescription& description, in describe() function in android::uirenderer::ShaderGammaFontRenderer
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java557 public String describe() { in testSavedState()
570 public String describe() { in testSavedState()
584 public String describe() { in testSavedState()
598 public String describe() { in testSavedState()
607 public String describe() { in testSavedState()
625 public String describe() { in testSavedState()
642 public String describe() { in testSavedState()
659 public String describe() { in testSavedState()
676 String describe() { in testSavedState()
694 String describe() { in testSavedState()
[all …]
DStaggeredGridLayoutManagerTest.java928 public String describe() { in testSavedState()
941 public String describe() { in testSavedState()
956 public String describe() { in testSavedState()
971 public String describe() { in testSavedState()
1043 + config + " post layout action " + postLayoutOperations.describe()); in savedStateTest()
1089 assertRectSetsEqual(config + "\npost layout op:" + postLayoutOperations.describe() in savedStateTest()
1982 String describe(); in describe() method
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd30 describe each kind of icon in detail, with specifications for the size, color,
39 at a glance, on a user's Home screen. These design guidelines describe how to
Dicon_design_status_bar.jd94 <p>The following guidelines describe how to design status bar icons for Android
251 <p>The following guidelines describe how to design status bar icons for Android
399 <p>The following guidelines describe how to design status bar icons for Android
Dicon_design_list.jd107 <p>The following guidelines describe how to design dialog icons for all versions
Dicon_design_dialog.jd105 <p>The following guidelines describe how to design dialog icons for all versions
/frameworks/base/docs/html/training/
Dindex.jd8 that describe how to accomplish a specific task with code samples you can re-use in your app.
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1379 operation.describe(msg, false); in logOperationLocked()
1402 operation.describe(msg, false); in describeCurrentOperation()
1421 operation.describe(msg, verbose); in dump()
1452 public void describe(StringBuilder msg, boolean verbose) { in describe() method in SQLiteConnection.Operation
/frameworks/compile/mclinker/
DLICENSE.TXT48 This file will describe the copyrights, license, and restrictions which apply
/frameworks/base/docs/html/guide/topics/resources/
Dcolor-list-resource.jd22 <p>You can describe the state list in an XML file. Each color is defined in an {@code
24 uses various attributes to describe the state in which it should be used.</p>
Davailable-resources.jd16 <p>Each of the documents in this section describe the usage, format and syntax for a certain type
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd94 <p>The following sections describe these steps in detail.</p>
137 sections describe how to implement the callback method in detail.</p>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd79 The following topics describe content providers in more detail:
/frameworks/base/tools/apilint/
Dapilint.py370 describe = [ i for i in clazz.methods if i.name == "describeContents" ]
372 if len(creator) == 0 or len(write) == 0 or len(describe) == 0:
/frameworks/base/docs/html-intl/intl/es/training/monitoring-device-state/
Dconnectivity-monitoring.jd70 …ores de emisión que hayas declarado en el archivo de manifiesto, que se describe en la próxima sec…
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd46 describe each callback in detail.
/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd25 …rs and data architects often use entity-relationship diagrams (ERDs) to describe an application's …
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd337 <p>The activity must also describe the searchable configuration with a reference to the
340 the manifest must describe which activity should receive search queries. The manifest must also
341 describe the <a href="{@docRoot}guide/topics/manifest/provider-element.html">{@code &lt;provider&gt…
/frameworks/base/docs/html/training/app-indexing/
Denabling-app-indexing.jd47 <p>The following sections describe how to add a deep link URI to your Sitemap
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd54 The following sections describe how you can do these things.</p>
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd311 <li>A String resource to describe the "open drawer" action (for accessibility).
312 <li>A String resource to describe the "close drawer" action (for accessibility).

12345