Home
last modified time | relevance | path

Searched defs:vd (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DVectorDrawable01.java86 VectorDrawable vd = (VectorDrawable) button.getBackground(); in onCreate() local
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DVectorDrawablePerfTest.java61 VectorDrawable vd = (VectorDrawable) activity.getDrawable(resId); in testBitmapDrawPerf() local
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp383 static uint32_t encodeSIMDRegs(uint32_t vd, uint32_t vn, uint32_t vm) { in encodeSIMDRegs()
/frameworks/rs/toolkit/
DColorMatrix.cpp419 static uint32_t encodeSIMDRegs(uint32_t vd, uint32_t vn, uint32_t vm) {
/frameworks/base/core/java/android/view/
DSurfaceControl.java2387 VirtualDisplay vd = DisplayManager.createVirtualDisplay(name, 1 /* width */, 1 /* height */, in createDisplay() local