Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java262 ProgressDialog pd = new ProgressDialog(context); in showShutdownDialog() local
292 pd.setTitle(context.getText(com.android.internal.R.string.reboot_to_update_title)); in showShutdownDialog()
294 pd.setMax(100); in showShutdownDialog()
295 pd.setProgress(0); in showShutdownDialog()
296 pd.setIndeterminate(false); in showShutdownDialog()
297 pd.setProgressNumberFormat(null); in showShutdownDialog()
298 pd.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); in showShutdownDialog()
299 pd.setMessage(context.getText( in showShutdownDialog()
305 pd.setIndeterminate(true); in showShutdownDialog()
306 pd.setMessage(context.getText( in showShutdownDialog()
[all …]
/frameworks/native/opengl/libagl/
Dprimitives.cpp907 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle() local
909 if (pd >= 0) { in clip_triangle()
915 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
923 if (pd >= 0) { in clip_triangle()
925 if (pd) { in clip_triangle()
926 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
940 sd = pd; in clip_triangle()
972 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle() local
974 if (pd >= 0) { in clip_triangle()
980 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
[all …]
/frameworks/support/compat/src/main/java/androidx/core/graphics/
DPathUtils.java71 float pd = pathData[prevIndex]; in flatten() local
75 if (d != pd && (x != px || y != py)) { in flatten()
76 segments.add(new PathSegment(new PointF(px, py), pd, new PointF(x, y), d)); in flatten()
/frameworks/native/opengl/tests/angeles/
Ddemo.c243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local
252 superShapeMap(&pd, r0, r3, t1, p2); in createSuperShape()
259 vector3Sub(&v2, &pd, &pa); in createSuperShape()
317 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
318 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
319 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()
329 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
330 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
331 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()