Searched refs:lineLength (Results 1 – 7 of 7) sorted by relevance
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 33 self.lineLength = len(TAB) 37 self.lineLength += len(other) 41 if self.lineLength > 90: 45 self.lineLength = len(TAB)
|
/frameworks/minikin/tests/unittest/ |
D | LineBreakerTestHelper.h | 122 uint32_t lineLength = u16Str.size(); in sameLineBreak() local 127 --lineLength; in sameLineBreak() 133 --lineLength; in sameLineBreak() 135 breakOffset += lineLength; in sameLineBreak()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialSelectorView.java | 312 int lineLength = mLineLength; in onDraw() local 313 lineLength -= mSelectionRadius; in onDraw() 314 pointX = mXCenter + (int) (lineLength * Math.sin(mSelectionRadians)); in onDraw() 315 pointY = mYCenter - (int) (lineLength * Math.cos(mSelectionRadians)); in onDraw()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 836 final float lineLength = selLength - selRadius; in drawSelector() local 839 final float linePointX = centerX + (int) (lineLength * sin); in drawSelector() 840 final float linePointY = centerY - (int) (lineLength * cos); in drawSelector()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4490 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local 4496 lineLength += int(childValues_[index].length()); in isMultineArray() 4499 isMultiLine = isMultiLine || lineLength >= rightMargin_; in isMultineArray() 4709 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local 4715 lineLength += int(childValues_[index].length()); in isMultineArray() 4718 isMultiLine = isMultiLine || lineLength >= rightMargin_; in isMultineArray() 4992 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local 4998 lineLength += int(childValues_[index].length()); in isMultineArray() 5001 isMultiLine = isMultiLine || lineLength >= rightMargin_; in isMultineArray()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3993 int lineLength, int lineWidth) { in drawRectCorners() argument 3994 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth); in drawRectCorners() 3995 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth); in drawRectCorners() 3996 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth); in drawRectCorners() 3997 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth); in drawRectCorners() 4063 int lineLength = dipsToPixels(DEBUG_CORNERS_SIZE_DIP); in onDebugDraw() local 4069 paint, lineLength, lineWidth); in onDebugDraw()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |