Home
last modified time | relevance | path

Searched refs:forwards (Results 1 – 5 of 5) sorted by relevance

/frameworks/ex/camera2/extensions/service_based_sample/
DREADME.txt7 and CameraX Extensions APIS. It is basically a pass-through that forwards all calls from
/frameworks/base/packages/SystemUI/docs/
Dsos_gesture.md13 3. GLS is responsible for the emergoncy sos timeout, and if it detects one, it [forwards it to the …
Dcamera.md7 …vice` is responsible for the camera timeout, and if it detects one, it [forwards it to the StatusB…
/frameworks/base/core/java/android/text/
DMeasuredParagraph.java932 @IntRange(from = 0) int breakText(int limit, boolean forwards, float width) { in breakText() argument
934 if (forwards) { in breakText()
/frameworks/base/libs/hwui/jni/
DPaint.cpp171 jboolean forwards, jfloat maxWidth, jint bidiFlags, jfloatArray jmeasuredWidth) { in breakTextS() argument
179 …unt = breakText(env, *paint, typeface, text, count, maxWidth, bidiFlags, jmeasuredWidth, forwards); in breakTextS()