Searched refs:middle (Results 1 – 11 of 11) sorted by relevance
96 int middle = size / 2; in calculateMedian() local99 return times[middle]; in calculateMedian()102 return (times[middle - 1] + times[middle]) / 2; in calculateMedian()
102 boolean middle = false; in horizontalButtonSlots()110 middle = true; in horizontalButtonSlots()126 if (middle) { in horizontalButtonSlots()
56 With the example above, the middle two entries can be accessed using
5250 final Region middle = Region.obtain(local); in calculateSystemGestureExclusion()5251 middle.op(leftEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()5252 middle.op(rightEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()5253 outExclusion.op(middle, Op.UNION); in calculateSystemGestureExclusion()5254 middle.recycle(); in calculateSystemGestureExclusion()
58 * With the example above, the middle two entries can be accessed using
264 to external influence in the middle of running **root**. The return value
162 // We are currently in the middle of a batch change of uids.
306 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
561 // Histogram of Tx link speed at 5G middle band573 // Histogram of Rx link speed at 5G middle band
462 int middle = (mTextView.getSelectionStart() + mTextView.getSelectionEnd()) / 2; in replace() local463 Selection.setSelection((Spannable) mTextView.getText(), middle); in replace() local
28690 Landroid/icu/text/ListFormatter;->middle:Ljava/lang/String;