Home | History | Annotate | Download | only in multiwaveview

Lines Matching defs:outValue

240         TypedValue outValue = new TypedValue();
243 if (a.getValue(R.styleable.GlowPadView_targetDrawables, outValue)) {
244 internalSetTargetResources(outValue.resourceId);
251 if (a.getValue(R.styleable.GlowPadView_targetDescriptions, outValue)) {
252 final int resourceId = outValue.resourceId;
260 if (a.getValue(R.styleable.GlowPadView_directionDescriptions, outValue)) {
261 final int resourceId = outValue.resourceId;