Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/proto/
H A DREADME.md3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
/aosp14/system/core/storaged/
H A DEventLogTags.logtags8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
/aosp14/frameworks/base/core/proto/android/view/
H A Dremote_animation_target.proto39 // The source position of the app, in screen spaces coordinates. If the
/aosp14/frameworks/base/core/java/android/view/
H A DEventLogTags.logtags12 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
H A DView.java26965 StringBuilder spaces = new StringBuilder((depth * 2 + 3) * 2); in debugIndent() local
26967 spaces.append(' ').append(' '); in debugIndent()
26969 return spaces.toString(); in debugIndent()
/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java262 final int spaces = countStretchableSpaces(0, end); in justify() local
263 if (spaces == 0) { in justify()
269 mAddedWidthForJustify = (justifyWidth - width) / spaces; in justify()
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile14 # Values that contain spaces should be placed between quotes (\" \").
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
226 # uses this value to replace tabs by spaces in code fragments.
790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
2097 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"