/frameworks/base/core/java/android/text/style/ |
D | IconMarginSpan.java | 101 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight() local 102 if (need > 0) { in chooseHeight() 103 fm.descent += need; in chooseHeight() 106 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight() 107 if (need > 0) { in chooseHeight() 108 fm.bottom += need; in chooseHeight()
|
D | DrawableMarginSpan.java | 104 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight() local 105 if (need > 0) { in chooseHeight() 106 fm.descent += need; in chooseHeight() 109 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight() 110 if (need > 0) { in chooseHeight() 111 fm.bottom += need; in chooseHeight()
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 46 - `SystemUIFactory` `@Provides` dependencies that need to be overridden by SystemUI 58 object you need injected. The subcomponent also needs to be added to 123 If you need to access this from Dependency#get, then add an adapter to Dependency 141 Fragments are created as part of the FragmentManager, so they need to be 154 If you need to create your fragment (i.e. for the add or replace transaction), 163 Generally, you shouldn't need to inject for a view, as the view should 169 lot of code that could benefit from injection and will need to be migrated 180 Presumably you need to inflate that view from XML (otherwise why do you 181 need anything special? see earlier sections about generic injection). To obtain
|
D | plugins.md | 5 … and only on the devices which need to use the prototype. You can distribute early prototype dire… 15 All interfaces need to be independent and not reference classes from SysUI. They should be placed … 148 Plugins need to be signed with the platform cert, so you’ll need a copy of the keystore that contai… 177 To be able to implement a plugin, you’ll need a jar file that contains the plugin classes for compi… 183 …need to include it in your android studio project as a file dependency. Once it is included chang…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | reflection3264_reduce_mismatch.rscript | 6 // accumulator types need not match; function names need not match 22 // which functions are present need not match; special arguments need not match
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | GroupingListAdapter.java | 218 private int idealLongArraySize(int need) { in idealLongArraySize() argument 219 return idealByteArraySize(need * 8) / 8; in idealLongArraySize() 223 private int idealByteArraySize(int need) { in idealByteArraySize() argument 225 if (need <= (1 << i) - 12) in idealByteArraySize() 228 return need; in idealByteArraySize()
|
/frameworks/native/cmds/dumpstate/ |
D | README.md | 17 If you're working on device-specific code, you might need to build them as well. 31 you're working with `userdebug` variant, you may need to run the following to 38 * If you're working with `eng` variant, you may need to run the following to
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 31 // This is a list of libraries that need to be included in order to avoid 49 // If SANITIZE_LITE is revived this will need:
|
/frameworks/av/media/libnblog/ |
D | Writer.cpp | 153 const size_t need = etr.mLength + Entry::kOverhead; // mEvent, mLength, data[mLength], mLength in log() local 161 for (size_t i = 0; i < need; i++) { in log() 165 mFifoWriter->write(temp, need); in log()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 8 …need to add the running time of the same kernel together to get the total time of one kernel. For … 14 …ge them, organize 3 sets of data like the following(all tests in the file need to have 3 sets of d…
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | Android.bp | 22 // We need this because the current asm generates the following link error:
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 2 You need to do this after modifying any of the MPH-related files.
|
/frameworks/base/core/java/org/chromium/arc/ |
D | EventLogTags.logtags | 6 # In case of conflicts build will fail, so we do not need to worry too much
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | android.properties | 14 // that we need to disable them here for now
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 484 int need = (int) Math.ceil(-fm.top * sProportion); in chooseHeight() local 486 if (size - fm.descent >= need) { in chooseHeight() 493 } else if (size >= need) { in chooseHeight() 499 fm.top = fm.ascent = -need; in chooseHeight()
|
/frameworks/native/libs/input/tests/ |
D | Android.bp | 29 // NOTE: This is a compile time test, and does not need to be
|
/frameworks/av/services/minijail/ |
D | Android.bp | 26 // need to have "libavservices_minijail_vendor" any longer.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 31 You need the following tools (not built by the android build system) on 35 In addition, you need a build of gdbserver available in the prebuilt directory.
|
/frameworks/base/native/android/ |
D | libandroid_net.map.txt | 3 # only within a platform release, these symbols need much longer suppport
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/ |
D | DeviceFiles.proto | 15 // need this if we are using libprotobuf-cpp-2.3.0-lite
|
/frameworks/av/media/codec2/hidl/services/ |
D | Android.bp | 5 // "seccomp_policy" may also need to be modified.
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold_half.rscript | 65 //Now we need to normalize the weights because all our coefficients need to add up to one
|
D | threshold.rscript | 65 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rscript | 65 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rscript | 65 //Now we need to normalize the weights because all our coefficients need to add up to one
|