Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/preload/
DLoadedClass.java96 int middle = size / 2; in calculateMedian() local
99 return times[middle]; in calculateMedian()
102 return (times[middle - 1] + times[middle]) / 2; in calculateMedian()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java102 boolean middle = false; in horizontalButtonSlots()
110 middle = true; in horizontalButtonSlots()
126 if (middle) { in horizontalButtonSlots()
/frameworks/rs/script_api/
Drs_value_types.spec56 With the example above, the middle two entries can be accessed using
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5250 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()
/frameworks/rs/script_api/include/
Drs_value_types.rsh58 * With the example above, the middle two entries can be accessed using
/frameworks/compile/slang/
DREADME.rst264 to external influence in the middle of running **root**. The return value
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto162 // We are currently in the middle of a batch change of uids.
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java306 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
/frameworks/base/proto/src/
Dwifi.proto561 // Histogram of Tx link speed at 5G middle band
573 // Histogram of Rx link speed at 5G middle band
/frameworks/base/core/java/android/widget/
DEditor.java462 int middle = (mTextView.getSelectionStart() + mTextView.getSelectionEnd()) / 2; in replace() local
463 Selection.setSelection((Spannable) mTextView.getText(), middle); in replace() local
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt28690 Landroid/icu/text/ListFormatter;->middle:Ljava/lang/String;