/frameworks/base/libs/hwui/ |
D | SkiaShader.h | 52 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,
|
D | SkiaShader.cpp | 132 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 …]
|
D | GammaFontRenderer.h | 40 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
|
D | GammaFontRenderer.cpp | 105 void ShaderGammaFontRenderer::describe(ProgramDescription& description, in describe() function in android::uirenderer::ShaderGammaFontRenderer
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerTest.java | 557 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 …]
|
D | StaggeredGridLayoutManagerTest.java | 928 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/ |
D | index.jd | 30 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
|
D | icon_design_status_bar.jd | 94 <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
|
D | icon_design_list.jd | 107 <p>The following guidelines describe how to design dialog icons for all versions
|
D | icon_design_dialog.jd | 105 <p>The following guidelines describe how to design dialog icons for all versions
|
/frameworks/base/docs/html/training/ |
D | index.jd | 8 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/ |
D | SQLiteConnection.java | 1379 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/ |
D | LICENSE.TXT | 48 This file will describe the copyrights, license, and restrictions which apply
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | color-list-resource.jd | 22 <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>
|
D | available-resources.jd | 16 <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/ |
D | information.jd | 94 <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/ |
D | content-providers.jd | 79 The following topics describe content providers in more detail:
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 370 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/ |
D | connectivity-monitoring.jd | 70 …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/ |
D | setup-loader.jd | 46 describe each callback in detail.
|
/frameworks/base/docs/html/training/design-navigation/ |
D | screen-planning.jd | 25 …rs and data architects often use entity-relationship diagrams (ERDs) to describe an application's …
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | searchable.jd | 337 <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 <provider>…
|
/frameworks/base/docs/html/training/app-indexing/ |
D | enabling-app-indexing.jd | 47 <p>The following sections describe how to add a deep link URI to your Sitemap
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 54 The following sections describe how you can do these things.</p>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | nav-drawer.jd | 311 <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).
|