/frameworks/support/design/honeycomb/android/support/design/widget/ |
D | ViewGroupUtilsHoneycomb.java | 55 final View vp = (View) parent; in offsetDescendantMatrix() local 56 offsetDescendantMatrix(target, vp, m); in offsetDescendantMatrix() 57 m.preTranslate(-vp.getScrollX(), -vp.getScrollY()); in offsetDescendantMatrix()
|
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 61 float *up, *vp, *wp; in poly_clip_to_halfspace() local 80 vp = (float *)v; in poly_clip_to_halfspace() 82 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace() 83 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 56 GLint vp[4]; in modBlit() local 57 glGetIntegerv(GL_VIEWPORT, vp); in modBlit() 59 2.0f/float(vp[2]), 0.0f, 0.0f, 0.0f, in modBlit() 60 0.0f, -2.0f/float(vp[3]), 0.0f, 0.0f, in modBlit()
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 246 GLint vp[4]; in beforeDraw() local 247 glGetIntegerv(GL_VIEWPORT, vp); in beforeDraw() 249 2.0f/float(vp[2]), 0.0f, 0.0f, 0.0f, in beforeDraw() 250 0.0f, -2.0f/float(vp[3]), 0.0f, 0.0f, in beforeDraw()
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSession.java | 1317 VolumeProvider vp; in handleMessage() local 1382 vp = mVolumeProvider; in handleMessage() 1384 if (vp != null) { in handleMessage() 1385 vp.onAdjustVolume((int) msg.obj); in handleMessage() 1390 vp = mVolumeProvider; in handleMessage() 1392 if (vp != null) { in handleMessage() 1393 vp.onSetVolumeTo((int) msg.obj); in handleMessage()
|
/frameworks/rs/ |
D | rsProgram.cpp | 215 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { in rsi_ProgramBindConstants() argument 216 Program *p = static_cast<Program *>(vp); in rsi_ProgramBindConstants()
|
D | rsg.spec | 23 param RsProgram vp
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 957 const GLubyte* vp = c->arrays.vertex.element(first); in compileElement__generic() local 960 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElement__generic() 968 const GLubyte* vp = c->arrays.vertex.element( in compileElements__generic() local 977 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElements__generic() 980 vp += stride; in compileElements__generic()
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
D | MediaSessionCompat.java | 1805 VolumeProviderCompat vp = mVolumeProvider; in getVolumeAttributes() local 1807 controlType = vp.getVolumeControl(); in getVolumeAttributes() 1808 max = vp.getMaxVolume(); in getVolumeAttributes() 1809 current = vp.getCurrentVolume(); in getVolumeAttributes()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 853 final ViewParent vp = getParent(); in onAttachedToWindow() local 854 if (vp instanceof ViewPager) { in onAttachedToWindow() 857 setupWithViewPager((ViewPager) vp, true, true); in onAttachedToWindow()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 19054 final View vp = (View) parent; in transformMatrixToGlobal() local 19055 vp.transformMatrixToGlobal(m); in transformMatrixToGlobal() 19056 m.preTranslate(-vp.mScrollX, -vp.mScrollY); in transformMatrixToGlobal() 19080 final View vp = (View) parent; in transformMatrixToLocal() local 19081 vp.transformMatrixToLocal(m); in transformMatrixToLocal() 19082 m.postTranslate(vp.mScrollX, vp.mScrollY); in transformMatrixToLocal()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 3990 VolumeProvider *vp = track; in prepareTracks_l() local 3992 fastTrack->mVolumeProvider = vp; in prepareTracks_l()
|