Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 8 of 8) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DCallButtonFragment.java224 final LayerDrawable layers = (LayerDrawable) button.getBackground(); in updateColors() local
226 layers.setDrawableByLayerId(R.id.compoundBackgroundItem, btnCompoundDrawable); in updateColors()
239 final LayerDrawable layers = (LayerDrawable) button.getBackground(); in updateColors() local
241 layers.setDrawableByLayerId(R.id.backgroundItem, btnDrawable); in updateColors()
662 final LayerDrawable layers = (LayerDrawable) mAudioButton.getBackground(); in updateAudioButtons() local
663 Log.d(this, "'layers' drawable: " + layers); in updateAudioButtons()
665 layers.findDrawableByLayerId(R.id.compoundBackgroundItem) in updateAudioButtons()
668 layers.findDrawableByLayerId(R.id.moreIndicatorItem) in updateAudioButtons()
671 layers.findDrawableByLayerId(R.id.bluetoothItem) in updateAudioButtons()
674 layers.findDrawableByLayerId(R.id.handsetItem) in updateAudioButtons()
[all …]
DInCallAnimationUtils.java56 public CrossFadeDrawable(Drawable[] layers) { in CrossFadeDrawable() argument
57 super(layers); in CrossFadeDrawable()
98 Drawable[] layers = new Drawable[2]; in newCrossFadeDrawable() local
99 layers[0] = first; in newCrossFadeDrawable()
100 layers[1] = second; in newCrossFadeDrawable()
101 return new CrossFadeDrawable(layers); in newCrossFadeDrawable()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java467 Drawable[] layers = new Drawable[2]; in applyFrame() local
474 layers[0] = new BitmapDrawable(table.mResources, decodedPhoto); in applyFrame()
475 layers[1] = table.mResources.getDrawable(R.drawable.frame); in applyFrame()
476 LayerDrawable layerList = new LayerDrawable(layers); in applyFrame()
966 LayerDrawable layers = (LayerDrawable) image.getDrawable(); in getBitmap() local
967 if (layers == null) { in getBitmap()
970 BitmapDrawable bitmap = (BitmapDrawable) layers.getDrawable(0); in getBitmap()
986 LayerDrawable layers = (LayerDrawable) image.getDrawable(); in setHighlight() local
988 layers.getDrawable(1).setColorFilter(mHighlightColor, PorterDuff.Mode.SRC_IN); in setHighlight()
990 layers.getDrawable(1).clearColorFilter(); in setHighlight()
/packages/apps/Settings/src/com/android/settings/
DSetupWizardUtils.java125 LayerDrawable layers = (LayerDrawable) drawable; in setIllustration() local
126 Drawable oldIllustration = layers.findDrawableByLayerId(R.id.illustration_image); in setIllustration()
132 layers.setDrawableByLayerId(R.id.illustration_image, newIllustration); in setIllustration()
133 illustration.setForeground(layers); in setIllustration()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java923 final Drawable[] layers = new Drawable[2]; in loadCachedPhoto() local
928 layers[0] = previousTransitionDrawable.getDrawable( in loadCachedPhoto()
931 layers[0] = previousDrawable; in loadCachedPhoto()
933 layers[1] = getDrawableForBitmap(mContext.getResources(), cachedBitmap, request); in loadCachedPhoto()
934 TransitionDrawable drawable = new TransitionDrawable(layers); in loadCachedPhoto()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...