Searched refs:hs (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasRequestSetPath.java | 53 HeaderSet hs = null; in execute() local 59 hs = session.setPath(mHeaderSet, false, false); in execute() 62 hs = session.setPath(mHeaderSet, true, false); in execute() 66 mResponseCode = hs.getResponseCode(); in execute()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 73 int hs = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.EXACTLY); in onMeasure() local 75 mIn.measure(ws, hs); in onMeasure() 76 mOut.measure(ws, hs); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7526 int hs = mScrollX; in bringPointIntoView() local 7539 if (x - hs < hslack) { in bringPointIntoView() 7540 hs = x - hslack; in bringPointIntoView() 7542 if (x - hs > hspace - hslack) { in bringPointIntoView() 7543 hs = x - (hspace - hslack); in bringPointIntoView() 7548 if (left - hs > 0) in bringPointIntoView() 7549 hs = left; in bringPointIntoView() 7550 if (right - hs < hspace) in bringPointIntoView() 7551 hs = right - hspace; in bringPointIntoView() 7553 if (right - hs < hspace) in bringPointIntoView() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 1494 csel x11, xzr, x11, hs 1760 csel x6, x5, x6, hs // rup = min(r, y) 1762 csel x7, x5, x7, hs // rdn = min(r, h - y - 1) 1817 csel x6, x5, x6, hs // rup = min(r, y) 1819 csel x7, x5, x7, hs // rdn = min(r, h - y - 1)
|