MCPcopy Create free account

hub / github.com/CNSRE/HTTPDNSLib / functions

Functions1,768 in github.com/CNSRE/HTTPDNSLib

↓ 2 callersMethodgetCacheDirectory
Returns application cache directory. Cache directory will be created on SD card <i>("/Android/data/[app_package_name]/cache")</i> if card is mounted a
src/DNSCacheTest/src/com/sina/util/dnscache/util/StorageUtils.java:52
↓ 2 callersMethodgetChartBitmap
Returns the bitmap that represents the chart. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1344
↓ 2 callersMethodgetCircleBox
returns the circlebox, the boundingbox of the pie-chart slices @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:383
↓ 2 callersMethodgetClosestDataSetIndex
Returns the index of the DataSet that contains the closest value on the y-axis. This is needed for highlighting. @param valsAtIndex all the values at
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:403
↓ 2 callersMethodgetDataSetForEntry
Returns the DataSet that contains the provided Entry, or null, if no DataSet contains this Entry. @param e @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:727
↓ 2 callersMethodgetDecreasingColor
Returns the decreasing color. @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleDataSet.java:164
↓ 2 callersMethodgetFillColor
returns the color that is used for filling the line surface @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:40
↓ 2 callersMethodgetFillFormatter
Returns the FillFormatter that handles the position of the filled-line. @return
src/MPChartLib/src/com/github/mikephil/charting/interfaces/LineDataProvider.java:24
↓ 2 callersMethodgetFillLinePosition
Returns the vertical (y-axis) position where the filled-line of the DataSet should end. @param dataSet @param data @param chartMaxY @param chartMinY
src/MPChartLib/src/com/github/mikephil/charting/utils/FillFormatter.java:25
↓ 2 callersMethodgetFormToTextSpace
returns the space between the form and the actual label/text @return
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:341
↓ 2 callersMethodgetGridDashPathEffect
returns the DashPathEffect that is set for grid line @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:282
↓ 2 callersMethodgetHighestVisibleXIndex
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:13
↓ 2 callersMethodgetHighlight
Returns the correct Highlight object (including xIndex and dataSet-index) for the specified touch position. @param xPosition @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:132
↓ 2 callersMethodgetHighlightByTouchPoint
Returns the Highlight object (contains x-index and DataSet index) of the selected value at the given touch point inside the BarChart. @param x @param
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:104
↓ 2 callersMethodgetHighlightByTouchPoint
Returns the Highlight object (contains x-index and DataSet index) of the selected value at the given touch point inside the Line-, Scatter-, or Candle
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:988
↓ 2 callersMethodgetHoleRadius
()
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:443
↓ 2 callersMethodgetIncreasingColor
Returns the increasing color. @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleDataSet.java:183
↓ 2 callersMethodgetInstance
()
src/DNSCacheTest/src/com/sina/util/dnscache/util/IPtoAddress.java:23
↓ 2 callersMethodgetLabel
(int i)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/fragments/SimpleFragment.java:208
↓ 2 callersMethodgetLabelCount
Returns the number of label entries the y-axis should have @return
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:165
↓ 2 callersMethodgetLabelPaint
Returns the Paint object used for drawing the Legend labels. @return
src/MPChartLib/src/com/github/mikephil/charting/renderer/LegendRenderer.java:51
↓ 2 callersMethodgetLongestLabel
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:325
↓ 2 callersMethodgetLowestVisibleXIndex
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:12
↓ 2 callersMethodgetMaxSize
()
src/MPChartLib/src/com/github/mikephil/charting/data/BubbleDataSet.java:116
↓ 2 callersMethodgetMaximumEntryHeight
returns the maximum height in pixels across all legend labels @param p the paint object used for rendering the text @return
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:168
↓ 2 callersMethodgetMaximumEntryWidth
returns the maximum length in pixels across all legend labels + formsize + formtotextspace @param p the paint object used for rendering the text @ret
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:144
↓ 2 callersMethodgetMinimumDistance
Returns the minimum distance from a touch-y-value (in pixels) to the closest y-value (in pixels) that is displayed in the chart. @param valsAtIndex @
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:437
↓ 2 callersMethodgetMonths
()
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/ListViewMultiChartActivity.java:187
↓ 2 callersMethodgetRadius
Returns the radius of the chart in pixels. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:365
↓ 2 callersMethodgetRequiredHeightSpace
(Paint p)
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:317
↓ 2 callersMethodgetRequiredWidthSpace
(Paint p)
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:309
↓ 2 callersMethodgetShadowColor
Returns shadow color for all entries @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleDataSet.java:228
↓ 2 callersMethodgetShapeSize
(float entrySize, float maxSize, float reference)
src/MPChartLib/src/com/github/mikephil/charting/renderer/BubbleChartRenderer.java:60
↓ 2 callersMethodgetTrans
returns the correct translation depending on the provided x and y touch points @param e @return
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:470
↓ 2 callersMethodgetValueTextColor
()
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:671
↓ 2 callersMethodgetVersionName
返回当前程序版本名 @return
src/DNSCache/src/com/sina/util/dnscache/AppConfigUtil.java:54
↓ 2 callersMethodgetWebAlpha
Returns the alpha value for all web lines. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:277
↓ 2 callersMethodgetWeight
()
src/DNSCache/src/com/sina/util/dnscache/score/plugin/SpeedTestPlugin.java:36
↓ 2 callersMethodgetWeight
()
src/DNSCache/src/com/sina/util/dnscache/score/plugin/SuccessTimePlugin.java:29
↓ 2 callersMethodgetWrittingFile
eg: httpdns.0.log httpdns.1.log @param folder @return
src/DNSCacheTest/src/com/sina/util/dnscache/util/HttpDnsRecordUtil.java:111
↓ 2 callersMethodgetXDist
calculates the distance on the x-axis between two pointers (fingers on the display) @param e @return
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:446
↓ 2 callersMethodgetXMax
()
src/MPChartLib/src/com/github/mikephil/charting/data/BubbleDataSet.java:108
↓ 2 callersMethodgetXMin
()
src/MPChartLib/src/com/github/mikephil/charting/data/BubbleDataSet.java:112
↓ 2 callersMethodgetXValAverageLength
returns the average length (in characters) across all values in the x-vals array @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:353
↓ 2 callersMethodgetYDist
calculates the distance on the y-axis between two pointers (fingers on the display) @param e @return
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:458
↓ 2 callersMethodgetYEntrySpace
returns the space between the legend entries on a vertical axis in pixels @return
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:322
↓ 2 callersMethodgetYRange
Returns the range of y-values this chart can display. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:356
↓ 2 callersMethodgetYValsAtIndex
Returns an array of SelInfo objects for the given x-index. The SelInfo objects give information about the value at the selected index and the DataSet
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1051
↓ 2 callersMethodhasExternalStoragePermission
(Context context)
src/DNSCacheTest/src/com/sina/util/dnscache/util/StorageUtils.java:136
↓ 2 callersMethodinit
initialize method, called inside the Chart.init() method. @param res
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:42
↓ 2 callersMethodinitBuffers
Initializes the buffers used for rendering with a new size. Since this method performs memory allocations, it should only be called if necessary.
src/MPChartLib/src/com/github/mikephil/charting/renderer/DataRenderer.java:102
↓ 2 callersMethodinitSettingInfo
(View contentView)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/TaskSettingFragment.java:82
↓ 2 callersMethodisAnyAxisInverted
Returns true if either the left or the right or both axes are inverted. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1370
↓ 2 callersMethodisAvoidFirstLastClippingEnabled
returns true if avoid-first-lastclipping is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java:164
↓ 2 callersMethodisDrawCenterTextEnabled
returns true if drawing the center text is enabled @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:356
↓ 2 callersMethodisDrawSliceTextEnabled
returns true if drawing x-values is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:481
↓ 2 callersMethodisDrawValueAboveBarEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarDataProvider.java:9
↓ 2 callersMethodisDrawValuesForWholeStackEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarDataProvider.java:11
↓ 2 callersMethodisExpire
检测是否过期,提前3秒刷一下 @param domainModel @return
src/DNSCache/src/com/sina/util/dnscache/cache/DnsCacheManager.java:224
↓ 2 callersMethodisFullyZoomedOutX
Returns true if the chart is fully zoomed out on it's x-axis (horizontal). @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:440
↓ 2 callersMethodisFullyZoomedOutY
Returns true if the chart is fully zoomed out on it's y-axis (vertical). @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:427
↓ 2 callersMethodisImage
(String url)
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskInfoActivity.java:174
↓ 2 callersMethodisRotationEnabled
Returns true if rotation of the chart by touch is enabled, false if not. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:346
↓ 2 callersMethodisShowOnlyMinMaxEnabled
Returns true if showing only min and max value is enabled. @return
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:184
↓ 2 callersMethodisUsePercentValuesEnabled
Returns true if using percentage values is enabled for the chart. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:501
↓ 2 callersMethodnextUp
Replacement for the Math.nextUp(...) method that is only available in HONEYCOMB and higher. Dat's some seeeeek sheeet. @param d @return
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:386
↓ 2 callersMethodonChartDoubleTapped
Callbacks when the chart is double-tapped. @param me
src/MPChartLib/src/com/github/mikephil/charting/listener/OnChartGestureListener.java:25
↓ 2 callersMethodonChartLongPressed
Callbacks when the chart is longpressed. @param me
src/MPChartLib/src/com/github/mikephil/charting/listener/OnChartGestureListener.java:18
↓ 2 callersMethodonChartSingleTapped
Callbacks when the chart is single-tapped. @param me
src/MPChartLib/src/com/github/mikephil/charting/listener/OnChartGestureListener.java:32
↓ 2 callersMethodonTouch
(View v, MotionEvent event)
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:90
↓ 2 callersMethodonTouchEvent
(MotionEvent event)
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:529
↓ 2 callersMethodperformDrag
Performs all necessary operations needed for dragging. @param event
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:264
↓ 2 callersMethodprepareMatrixOffset
Prepares the matrix that contains all offsets. @param chart
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:71
↓ 2 callersMethodprepareValuePxMatrix
()
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:263
↓ 2 callersMethodputString
(String key, String value)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:29
↓ 2 callersMethodreInitThreadPool
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskManager.java:27
↓ 2 callersMethodremoveAllLimitLines
Removes all LimitLines from the axis.
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:211
↓ 2 callersMethodrequestDns
请求dns server,解析该domain域名 @param domain @return
src/DNSCache/src/com/sina/util/dnscache/dnsp/IDns.java:14
↓ 2 callersMethodrequests
请求网络接口 @return 返回url数据内容
src/DNSCache/src/com/sina/util/dnscache/net/INetworkRequests.java:28
↓ 2 callersMethodrequestsByteArr
(String url, HashMap<String, String> head)
src/DNSCache/src/com/sina/util/dnscache/net/ApacheHttpClientNetworkRequests.java:104
↓ 2 callersMethodreset
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/ThreadPool.java:133
↓ 2 callersMethodrun
插件实现计算分值的方法
src/DNSCache/src/com/sina/util/dnscache/score/IPlugIn.java:13
↓ 2 callersMethodsaveTouchStart
Saves the current Matrix state and the touch-start point. @param event
src/MPChartLib/src/com/github/mikephil/charting/listener/BarLineChartTouchListener.java:251
↓ 2 callersMethodsetBarSpace
(float barspace)
src/MPChartLib/src/com/github/mikephil/charting/buffer/BarBuffer.java:24
↓ 2 callersMethodsetButton
设置按钮的背景图片 @param v
src/DNSCacheTest/src/com/sina/util/dnscache/DNSCacheTestActivityTabMain.java:113
↓ 2 callersMethodsetCenterTextSize
Sets the size of the center text of the PieChart in dp. @param size
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:410
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/BarChartActivity.java:239
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/LineChartActivity2.java:261
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/LineChartActivity1.java:319
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/CubicLineChartActivity.java:245
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/InvertedLineChartActivity.java:266
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/HorizontalBarChartActivity.java:233
↓ 2 callersMethodsetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/PieChartActivity.java:174
↓ 2 callersMethodsetData
(LineData data)
src/MPChartLib/src/com/github/mikephil/charting/data/CombinedData.java:32
↓ 2 callersMethodsetDataSet
(int index)
src/MPChartLib/src/com/github/mikephil/charting/buffer/BarBuffer.java:28
↓ 2 callersMethodsetDrawLimitLinesBehindData
If this is set to true, the LimitLines are drawn behind the actual data, otherwise on top. Default: false @param enabled
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:230
↓ 2 callersMethodsetGridLineWidth
Sets the width of the grid lines that are drawn away from each axis label. @param width
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:134
↓ 2 callersMethodsetHighlightPerDragEnabled
Set this to true to allow highlighting per dragging over the chart surface when it is fully zoomed out. Default: true @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:859
↓ 2 callersMethodsetHoleColorTransparent
Set the hole in the center of the PieChart transparent. Thank you, code provided by: @link https://github.com/tbarthel-fr @param enable
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:283
↓ 2 callersMethodsetInverted
(boolean inverted)
src/MPChartLib/src/com/github/mikephil/charting/buffer/BarBuffer.java:32
← previousnext →401–500 of 1,768, ranked by callers