Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/base/core/java/android/text/style/
DIconMarginSpan.java101 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()
DDrawableMarginSpan.java104 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/
Ddagger.md46 - `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
Dplugins.md5 … 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…
183need 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/
Dreflection3264_reduce_mismatch.rscript6 // 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/
DGroupingListAdapter.java218 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/
DREADME.md17 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/
DAndroid.bp31 // 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/
DWriter.cpp153 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/
DRefocusTestTimingProcess.txt8need 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/
DAndroid.bp22 // We need this because the current asm generates the following link error:
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt2 You need to do this after modifying any of the MPH-related files.
/frameworks/base/core/java/org/chromium/arc/
DEventLogTags.logtags6 # In case of conflicts build will fail, so we do not need to worry too much
/frameworks/opt/setupwizard/tools/gradle/
Dandroid.properties14 // that we need to disable them here for now
/frameworks/base/core/java/android/content/res/
DStringBlock.java484 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/
DAndroid.bp29 // NOTE: This is a compile time test, and does not need to be
/frameworks/av/services/minijail/
DAndroid.bp26 // need to have "libavservices_minijail_vendor" any longer.
/frameworks/compile/libbcc/tests/debuginfo/
DREADME31 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/
Dlibandroid_net.map.txt3 # only within a platform release, these symbols need much longer suppport
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/
DDeviceFiles.proto15 // need this if we are using libprotobuf-cpp-2.3.0-lite
/frameworks/av/media/codec2/hidl/services/
DAndroid.bp5 // "seccomp_policy" may also need to be modified.
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold_half.rscript65 //Now we need to normalize the weights because all our coefficients need to add up to one
Dthreshold.rscript65 //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/
Dthreshold.rscript65 //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/
Dthreshold.rscript65 //Now we need to normalize the weights because all our coefficients need to add up to one

1234