Searched refs:spaces (Results 1 – 21 of 21) sorted by relevance
94 workspaceSpaces.forEachIndexed { screenId, spaces -> in <lambda>() method95 if (spaces != null) { in <lambda>()96 setupWorkspace(screenId, spaces) in <lambda>()101 private fun setupWorkspace(screenId: Int, spaces: List<Rect>) { in <lambda>()104 spaces.forEach { spaceRect -> occupancy.markCells(spaceRect, false) } in <lambda>()
25 val (spaces, nonSpaceItems) = children.partition { it is Space } in onMeasure() constant36 MeasureSpec.getSize(widthMeasureSpec) - spaces.sumOf { it.measuredWidth } in onMeasure()
4 # * arguments: is set of words separated by spaces that can later be parsed7 # * x: The x character represents spaces that would be ignored, for example it can be used in
156 def add_line_with_indentation(strs, msg="", spaces=1): argument157 strs.append("\n" + spaces * " " + msg)
202 private static String spaces(final int count) { in spaces() method in KeyboardBuilder207 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args)); in startTag()211 Log.d(BUILDER_TAG, String.format(spaces(mIndent-- * 2) + format, args)); in endTag()215 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args)); in startEndTag()
11 # Values that contain spaces should be placed between quotes (" ")180 # The TAB_SIZE tag can be used to set the number of spaces in a tab.181 # Doxygen uses this value to replace tabs by spaces in code fragments.585 # with spaces.1300 # or name=definition (no spaces). If the definition and the = are
154 by spaces. If an argument contains a space, it must be quoted with
580 // Separators, such as spaces, should be provided in the sequence.
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...