MCPcopy Create free account

hub / github.com/JinBoy23520/MPAndroidChartDemoByJin / functions

Functions1,887 in github.com/JinBoy23520/MPAndroidChartDemoByJin

↓ 5 callersMethodgetLineColor
Returns the color that is used for this LimitLine @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/LimitLine.java:115
↓ 5 callersMethodgetRequiredBaseOffset
Returns the base offset needed for the chart without calculating the legend size. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/PieRadarChartBase.java:453
↓ 5 callersMethodgetTvContent
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/view/NewMarkerView.java:87
↓ 5 callersMethodgetTypeScale
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/entity/BarDataEntity.java:46
↓ 5 callersMethodgetViewPortHandler
Returns the ViewPortHandler of the chart that is responsible for the content area of the chart and its offsets and dimensions. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1410
↓ 5 callersMethodgroupBars
Groups all BarDataSet objects this data object holds together by modifying the x-value of their entries. Previously set x-values of entries will be ov
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/BarData.java:56
↓ 5 callersMethodisDrawFilledEnabled
Returns true if filled drawing is enabled, false if not @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/ILineRadarDataSet.java:46
↓ 5 callersMethodisDrawingValuesAllowed
(ChartInterface chart)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/DataRenderer.java:72
↓ 5 callersMethodisEmpty
判断给定字符串是否空白串。 空白串是指由空格、制表符、回车符、换行符组成的字符串 若输入字符串为null或空字符串,返回true @param input @return boolean
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/view/StringUtils.java:20
↓ 5 callersMethodnotifyDataChanged
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/CombinedData.java:155
↓ 5 callersMethodoffsetTop
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/ViewPortHandler.java:127
↓ 5 callersMethodpathValueToPixel
transform a path with all the given matrices VERY IMPORTANT: keep order to value-touch-offset @param path
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Transformer.java:243
↓ 5 callersMethodrecycleInstance
(TestPoolable instance)
MPAndroidChartDemo/MPChartLib/src/test/java/com/github/mikephil/charting/test/ObjectPoolTest.java:44
↓ 5 callersMethodrecycleInstance
(FSize instance)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/FSize.java:36
↓ 5 callersMethodremoveLast
Removes the last Entry (at index size-1) of this DataSet from the entries array. Returns true if successful, false if not. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:195
↓ 5 callersMethodrenderAxisLabels
Draws the axis labels to the screen. @param c
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/AxisRenderer.java:271
↓ 5 callersMethodrestrainViewPort
(float offsetLeft, float offsetTop, float offsetRight, float offsetBottom)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/ViewPortHandler.java:113
↓ 5 callersMethodroundToNextSignificant
rounds the given number to the next significant number @param number @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Utils.java:362
↓ 5 callersMethodsetAxisDependency
Set the y-axis this DataSet should be plotted against (either LEFT or RIGHT). Default: LEFT @param dependency
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:269
↓ 5 callersMethodsetAxisMaximum
Set a custom maximum value for this axis. If set, this value will not be calculated automatically depending on the provided data. Use resetAxisMaxValu
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:690
↓ 5 callersMethodsetBarShadowColor
Sets the color used for drawing the bar-shadows. The bar shadows is a surface behind the bar that indicates the maximum value. Don't for get to use ge
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/BarDataSet.java:161
↓ 5 callersMethodsetCircleColorHole
Sets the color of the inner circle of the line-circles. @param color
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/LineDataSet.java:367
↓ 5 callersMethodsetCircleSize
sets the size (radius) of the circle shpaed value indicators, default size = 4f <p/> This method is deprecated because of unclarity. Use setCircleRadi
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/LineDataSet.java:197
↓ 5 callersMethodsetDrawZeroLine
Set this to true to draw the zero-line regardless of weather other grid-lines are enabled or not. Default: false @param mDrawZeroLine
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/YAxis.java:262
↓ 5 callersMethodsetHighlighter
Sets a custom highligher object for the chart that handles / processes all highlight touch events performed on the chart-view. @param highlighter
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1444
↓ 5 callersMethodsetPosition
sets the position of the x-labels @param pos
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/XAxis.java:80
↓ 5 callersMethodsetScaleEnabled
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis. @param enable
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/BarLineChartBase.java:1099
↓ 4 callersMethodaddBar
(float left, float top, float right, float bottom)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/buffer/BarBuffer.java:35
↓ 4 callersMethodcalcMinMax
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/DataSet.java:61
↓ 4 callersMethodcalcMinMax
Calculates the minimum and maximum x and y values (mXMin, mXMax, mYMin, mYMax).
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:60
↓ 4 callersMethodcontains
Checks if this DataSet contains the specified Entry. Returns true if so, false if not. NOTE: Performance is pretty bad on this one, do not over-use in
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:232
↓ 4 callersMethoddisableScroll
disables intercept touchevents
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1281
↓ 4 callersMethoddistanceToCenter
Returns the distance of a certain point on the chart to the center of the chart. @param x @param y @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/PieRadarChartBase.java:315
↓ 4 callersMethoddrawEntryLabel
Draws an entry label at the specified position. @param c @param label @param x @param y
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/PieChartRenderer.java:617
↓ 4 callersMethoddrawHighlightLines
Draws vertical & horizontal highlight-lines if enabled. @param c @param x x-position of the highlight line intersection @param y y-position of the hi
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/LineScatterCandleRadarRenderer.java:32
↓ 4 callersMethoddrawValues
Loops over all Entrys and draws their values. @param c
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/DataRenderer.java:137
↓ 4 callersMethodendAction
Calls the OnChartGestureListener to do the end callback @param me
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/listener/ChartTouchListener.java:77
↓ 4 callersMethodgetAmount
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/entity/YoyListEntity.java:34
↓ 4 callersMethodgetAxis
Returns the axis the highlighted value belongs to. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/highlight/Highlight.java:177
↓ 4 callersMethodgetAxisLineColor
Returns the color of the axis line (line alongside the axis). @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:282
↓ 4 callersMethodgetAxisLineWidth
Returns the width of the axis line (line alongside the axis). @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:244
↓ 4 callersMethodgetBarBorderWidth
Returns the width used for drawing borders around the bars. If borderWidth == 0, no border will be drawn. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IBarDataSet.java:39
↓ 4 callersMethodgetDashPathEffect
returns the DashPathEffect that is set for this LimitLine @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/LimitLine.java:154
↓ 4 callersMethodgetDrawAngles
returns an integer array of all the different angles the chart slices have the angles in the returned array determine how much space (of 360°) each sl
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/PieChart.java:345
↓ 4 callersMethodgetEntryIndex
(Entry e)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/DataSet.java:265
↓ 4 callersMethodgetEntryIndex
Returns the first Entry index found at the given x-value with binary search. If the no Entry at the specified x-value is found, this method returns th
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:137
↓ 4 callersMethodgetExtraBottomOffset
@return the extra offset to be appended to the viewport's bottom
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1124
↓ 4 callersMethodgetExtraLeftOffset
@return the extra offset to be appended to the viewport's left
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1138
↓ 4 callersMethodgetExtraRightOffset
@return the extra offset to be appended to the viewport's right
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1110
↓ 4 callersMethodgetExtraTopOffset
@return the extra offset to be appended to the viewport's top
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1096
↓ 4 callersMethodgetFillAlpha
Returns the alpha value that is used for filling the line surface, default: 85 @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/ILineRadarDataSet.java:32
↓ 4 callersMethodgetFormattedLabel
(int index)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:467
↓ 4 callersMethodgetGranularity
@return the minimum interval between axis values
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:377
↓ 4 callersMethodgetHighlighter
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1434
↓ 4 callersMethodgetInstance
(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/jobs/MoveViewJob.java:22
↓ 4 callersMethodgetLabelPosition
returns the position of the y-labels
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/YAxis.java:149
↓ 4 callersMethodgetLineWidth
Returns the stroke-width of the drawn line @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/ILineRadarDataSet.java:39
↓ 4 callersMethodgetList
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/entity/SourceEntity.java:91
↓ 4 callersMethodgetLongestLabel
Returns the longest formatted label (in terms of characters), this axis contains. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:453
↓ 4 callersMethodgetMinimumFlingVelocity
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Utils.java:517
↓ 4 callersMethodgetMonthDatas
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/entity/MonthItemEntity.java:91
↓ 4 callersMethodgetPaintAxisLabels
Returns the Paint object used for drawing the axis (labels). @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/AxisRenderer.java:79
↓ 4 callersMethodgetPaintCenterText
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/renderer/PieChartRenderer.java:109
↓ 4 callersMethodgetPosition
Returns a recyclable MPPointF instance. Returns the position (in pixels) the provided Entry has inside the chart view or null, if the provided Entry i
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/BarLineChartBase.java:1023
↓ 4 callersMethodgetScaleX
returns the current x-scale factor
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/ViewPortHandler.java:611
↓ 4 callersMethodgetSize
Returns the size of this entry (the size of the bubble). @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/BubbleEntry.java:55
↓ 4 callersMethodgetSizeOfRotatedRectangleByDegrees
Returns a recyclable FSize instance. Represents size of a rotated rectangle by degrees. @param rectangleSize @param degrees @return A Recyclable FSiz
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Utils.java:705
↓ 4 callersMethodgetSliceSpace
Returns the space that is set to be between the piechart-slices of this DataSet, in pixels. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IPieDataSet.java:17
↓ 4 callersMethodgetTextStyle
Returns the color of the value-text that is drawn next to the LimitLine. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/LimitLine.java:173
↓ 4 callersMethodgetX
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/MPPointF.java:76
↓ 4 callersMethodgetY
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/MPPointF.java:80
↓ 4 callersMethodgetYPx
returns the y-position of the highlight in pixels
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/highlight/Highlight.java:132
↓ 4 callersMethodgetYValueSum
Returns the sum of all values in this PieData object. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/PieData.java:73
↓ 4 callersMethodgetYear
()
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/entity/YoyListEntity.java:18
↓ 4 callersMethodgetZeroLineWidth
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/YAxis.java:279
↓ 4 callersMethodisDisplay
文字绘制时用到做判断 @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/PieEntry.java:65
↓ 4 callersMethodisDragDecelerationEnabled
If set to true, chart continues to scroll after touch up default: true
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:780
↓ 4 callersMethodisDrawAxisLineEnabled
Returns true if the line alongside the axis should be drawn. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:192
↓ 4 callersMethodneedsOffset
Returns true if this axis needs horizontal offset, false if no offset is needed. @return
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/YAxis.java:338
↓ 4 callersMethodoffsetRight
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/ViewPortHandler.java:123
↓ 4 callersMethodpostInvalidateOnAnimation
Original method view.postInvalidateOnAnimation() only supportd in API >= 16, This is a replica of the code from ViewCompat. @param view
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Utils.java:509
↓ 4 callersMethodprepareMatrixValuePx
Prepares the matrix that transforms values to pixels. Calculates the scale factors from the charts size and offsets. @param xChartMin @param deltaX @
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Transformer.java:50
↓ 4 callersMethodrectValueToPixel
Transform a rectangle with all matrices. @param r
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/utils/Transformer.java:280
↓ 4 callersMethodremoveDataSet
Removes the given DataSet from this data object. Also recalculates all minimum and maximum values. Returns true if a DataSet was removed, false if no
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/ChartData.java:394
↓ 4 callersMethodremoveEntry
Removes an Entry from the DataSets entries array. This will also recalculate the current minimum and maximum values of the DataSet and the value-sum.
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:205
↓ 4 callersMethodsetAxisLineWidth
Sets the width of the border surrounding the chart in dp. @param width
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/AxisBase.java:235
↓ 4 callersMethodsetBarWidth
<p>设置bar宽度</p> @param barWidth float
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/newchart/BarChartEntity.java:76
↓ 4 callersMethodsetDragEnabled
Set this to true to enable dragging (moving the chart with the finger) for the chart (this does not effect scaling). @param enabled
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/BarLineChartBase.java:1080
↓ 4 callersMethodsetDrawValueAboveBar
(boolean aboveBar)
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/newchart/BarChartEntity.java:68
↓ 4 callersMethodsetDrawValues
set this to true to draw y-values on the chart NOTE (for bar and linechart): if "maxvisiblecount" is reached, no values will be drawn even if this is
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:428
↓ 4 callersMethodsetForm
sets the form/shape of the legend forms @param shape
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/Legend.java:632
↓ 4 callersMethodsetLineMode
设置图表颜色值 @param mode LineDataSet.Mode
MPAndroidChartDemo/app/src/main/java/com/barchart/mpchartdemo/newchart/LineChartEntity.java:140
↓ 4 callersMethodsetRotationAngle
Set an offset for the rotation of the RadarChart in degrees. Default 270f --> top (NORTH) @param angle
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/PieRadarChartBase.java:359
↓ 4 callersMethodsetTouchEnabled
Set this to false to disable all gestures and touches on the chart, default: true @param enabled
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/charts/Chart.java:1195
↓ 4 callersMethodsetZeroLineWidth
Sets the width of the zero line in dp @param width
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/components/YAxis.java:288
↓ 3 callersMethodaddDataSet
Adds a DataSet dynamically. @param d
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/ChartData.java:377
↓ 3 callersMethodaddEntryOrdered
Adds an Entry to the DataSet dynamically. Entries are added to their appropriate index in the values array respective to their x-position. This will a
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:179
↓ 3 callersMethodcalcMinMaxX
(T e)
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/DataSet.java:111
↓ 3 callersMethodcalcMinMaxY
Calculates the min and max y-values from the Entry closest to the given fromX to the Entry closest to the given toX value. This is only needed for the
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/interfaces/datasets/IDataSet.java:69
↓ 3 callersMethodcalcPosNegSum
()
MPAndroidChartDemo/MPChartLib/src/main/java/com/github/mikephil/chart_3_0_1v/data/BarEntry.java:187
← previousnext →201–300 of 1,887, ranked by callers