Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java76 public Opactiy[] mOpacity = new Opactiy[0]; field in Material
134 mOpacity = new Opactiy[2]; in setup()
135 mOpacity[0] = new Opactiy(); in setup()
136 mOpacity[0].mPos = start; in setup()
137 mOpacity[0].mValue = 0; in setup()
139 mOpacity[1] = new Opactiy(); in setup()
140 mOpacity[1].mPos = end; in setup()
141 mOpacity[1].mValue = 1; in setup()
168 mOpacity = new Opactiy[opacity.length]; in setup()
170 mOpacity[i] = new Opactiy(); in setup()
[all …]
DVolume.java55 return mLooks.get(name).mOpacity; in getLookOpactiy()
67 Log.v(LOGTAG, "mOpacity "+l.dblArrayToString(l.mOpacity)); in addLook()
72 int[][] mOpacity; field in Volume.Look
84 mOpacity = new int[opacitySplit.length][]; in Look()
87 mOpacity[i] = readNumbers(opacitySplit[i]); in Look()
93 mOpacity = opacity; in Look()
121 … return "mColor=" + dblArrayToString(mColor) + "\nmOpacity=" + dblArrayToString(mOpacity); in toString()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleBackground.java50 private float mOpacity = 0; field in RippleBackground
63 return mOpacity > 0 || isHardwareAnimating(); in isVisible()
71 final int alpha = (int) (origAlpha * mOpacity + 0.5f); in drawSoftware()
92 final int duration = (int) ((1 - mOpacity) * maxDuration); in createSoftwareEnter()
116 (int) ((1 - mOpacity) * OPACITY_ENTER_DURATION_FAST) : 0; in createSoftwareExit()
134 final int currentAlpha = (int) (mOpacity * targetAlpha + 0.5f); in createHardwareExit()
143 (int) ((1 - mOpacity) * OPACITY_ENTER_DURATION_FAST) : 0; in createHardwareExit()
170 mOpacity = 0; in jumpValuesToExit()
182 object.mOpacity = value;
188 return object.mOpacity;
DRippleForeground.java76 private float mOpacity = 1; field in RippleForeground
115 final int alpha = (int) (origAlpha * mOpacity + 0.5f); in drawSoftware()
215 return (int) (1000 * mOpacity / WAVE_OPACITY_DECAY_VELOCITY + 0.5f); in getOpacityExitDuration()
287 p.setAlpha((int) (p.getAlpha() * mOpacity + 0.5f)); in createHardwareExit()
323 mOpacity = 0; in jumpValuesToExit()
425 object.mOpacity = value;
431 return object.mOpacity;
DDrawableContainer.java688 int mOpacity; field in DrawableContainer.DrawableContainerState
758 mOpacity = orig.mOpacity; in DrawableContainerState()
1125 return mOpacity; in getOpacity()
1139 mOpacity = op; in getOpacity()
DLayerDrawable.java1916 private int mOpacity;
1945 mOpacity = orig.mOpacity;
2044 return mOpacity;
2074 mOpacity = op;