Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestSetPath.java53 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/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapRequestSetPath.java55 HeaderSet hs = null; in execute() local
61 hs = session.setPath(mHeaderSet, false, false); in execute()
64 hs = session.setPath(mHeaderSet, true, false); in execute()
68 mResponseCode = hs.getResponseCode(); in execute()
DBluetoothPbapObexSession.java203 HeaderSet hs = new HeaderSet(); in connect() local
204 hs.setHeader(HeaderSet.TARGET, PBAP_TARGET); in connect()
207 hs = mClientSession.connect(hs); in connect()
209 if (hs.getResponseCode() != ResponseCodes.OBEX_HTTP_OK) { in connect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java73 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/
DTextView.java7334 int hs = mScrollX; in bringPointIntoView() local
7347 if (x - hs < hslack) { in bringPointIntoView()
7348 hs = x - hslack; in bringPointIntoView()
7350 if (x - hs > hspace - hslack) { in bringPointIntoView()
7351 hs = x - (hspace - hslack); in bringPointIntoView()
7356 if (left - hs > 0) in bringPointIntoView()
7357 hs = left; in bringPointIntoView()
7358 if (right - hs < hspace) in bringPointIntoView()
7359 hs = right - hspace; in bringPointIntoView()
7361 if (right - hs < hspace) in bringPointIntoView()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S1421 csel x6, x5, x6, hs
1423 csel x7, x5, x7, hs
1425 csel x8, x5, x8, hs
1427 csel x9, x5, x9, hs
1486 csel x6, x5, x6, hs
1488 csel x7, x5, x7, hs
1490 csel x8, x5, x8, hs
1492 csel x9, x5, x9, hs