Home | History | Annotate | Download | only in incallui

Lines Matching refs:layers

345      * Updates the audio button so that the appriopriate visual layers
372 // Update desired layers:
393 // update desired layers:
406 // update desired layers:
428 final LayerDrawable layers = (LayerDrawable) mAudioButton.getBackground();
429 Log.d(this, "'layers' drawable: " + layers);
431 layers.findDrawableByLayerId(R.id.compoundBackgroundItem)
434 layers.findDrawableByLayerId(R.id.moreIndicatorItem)
437 layers.findDrawableByLayerId(R.id.bluetoothItem)
440 layers.findDrawableByLayerId(R.id.handsetItem)
443 layers.findDrawableByLayerId(R.id.speakerphoneOnItem)
446 layers.findDrawableByLayerId(R.id.speakerphoneOffItem)