/packages/apps/Music/src/com/android/music/ |
D | MediaPickerActivity.java | 244 ImageView iv = (ImageView) v.findViewById(R.id.icon); in newView() local 245 iv.setVisibility(View.VISIBLE); in newView() 246 ViewGroup.LayoutParams p = iv.getLayoutParams(); in newView() 252 iv = (ImageView) v.findViewById(R.id.play_indicator); in newView() 253 iv.setVisibility(View.GONE); in newView() 283 ImageView iv = (ImageView) view.findViewById(R.id.icon);; in bindView() local 285 iv.setImageResource(R.drawable.midi); in bindView() 289 iv.setImageResource(R.drawable.ic_search_category_music_song); in bindView() 291 iv.setImageResource(R.drawable.movie); in bindView() 293 iv.setImageResource(0); in bindView()
|
D | ArtistAlbumBrowserActivity.java | 637 ImageView iv = (ImageView) v.findViewById(R.id.icon); in newGroupView() local 638 ViewGroup.LayoutParams p = iv.getLayoutParams(); in newGroupView() 735 ImageView iv = vh.icon; in bindChildView() local 741 iv.setBackgroundDrawable(mDefaultAlbumIcon); in bindChildView() 742 iv.setImageDrawable(null); in bindChildView() 746 iv.setImageDrawable(d); in bindChildView() 751 iv = vh.play_indicator; in bindChildView() 753 iv.setImageDrawable(mNowPlayingOverlay); in bindChildView() 755 iv.setImageDrawable(null); in bindChildView()
|
D | PlaylistBrowserActivity.java | 599 ImageView iv = (ImageView) view.findViewById(R.id.icon); in bindView() local 601 iv.setImageResource(R.drawable.ic_mp_playlist_recently_added_list); in bindView() 603 iv.setImageResource(R.drawable.ic_mp_playlist_list); in bindView() 605 ViewGroup.LayoutParams p = iv.getLayoutParams(); in bindView() 609 iv = (ImageView) view.findViewById(R.id.play_indicator); in bindView() 610 iv.setVisibility(View.GONE); in bindView()
|
D | QueryBrowserActivity.java | 381 ImageView iv = (ImageView) view.findViewById(R.id.icon); in bindView() local 382 ViewGroup.LayoutParams p = iv.getLayoutParams(); in bindView() 398 iv.setImageResource(R.drawable.ic_mp_artist_list); in bindView() 418 iv.setImageResource(R.drawable.albumart_mp_unknown_list); in bindView() 438 iv.setImageResource(R.drawable.ic_mp_song_list); in bindView()
|
D | AlbumBrowserActivity.java | 609 ImageView iv = vh.icon; in bindView() local 615 iv.setImageDrawable(null); in bindView() 618 iv.setImageDrawable(d); in bindView() 622 iv = vh.play_indicator; in bindView() 624 iv.setImageDrawable(mNowPlayingOverlay); in bindView() 626 iv.setImageDrawable(null); in bindView()
|
D | MusicPicker.java | 278 ImageView iv = vh.play_indicator; in bindView() local 280 iv.setImageResource(R.drawable.indicator_ic_mp_playing_list); in bindView() 281 iv.setVisibility(View.VISIBLE); in bindView() 283 iv.setVisibility(View.GONE); in bindView()
|
D | TrackBrowserActivity.java | 1454 ImageView iv = (ImageView) v.findViewById(R.id.icon); 1455 iv.setVisibility(View.GONE); 1499 ImageView iv = vh.play_indicator; 1526 iv.setImageResource(R.drawable.indicator_ic_mp_playing_list); 1527 iv.setVisibility(View.VISIBLE); 1529 iv.setVisibility(View.GONE);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | MiniDrawerView.java | 147 final ImageView iv = (ImageView) view.findViewById(R.id.image_view); in refresh() local 148 iv.setTag(new FolderItem(f, iv)); in refresh() 149 iv.setContentDescription(f.name); in refresh() 162 public FolderItem(Folder f, ImageView iv) { in FolderItem() argument 164 view = iv; in FolderItem()
|
D | FolderListFragment.java | 1667 final ImageView iv = convertView != null ? (ImageView) convertView : in getView() local 1670 final MiniDrawerAccountItem item = new MiniDrawerAccountItem(iv); in getView() 1673 iv.setTag(item); in getView() 1674 return iv; in getView() 1682 public MiniDrawerAccountItem(ImageView iv) { in MiniDrawerAccountItem() argument 1683 view = iv; in MiniDrawerAccountItem()
|
/packages/apps/Gallery2/jni/filters/ |
D | hsv.c | 87 int H,X,ih,is,iv; in hsv2rgb() local 109 iv=(int)cv; in hsv2rgb() 112 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; in hsv2rgb() 115 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; in hsv2rgb()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferAdapter.java | 70 ImageView iv = (ImageView)view.findViewById(R.id.transfer_icon); in bindView() local 74 iv.setImageResource(android.R.drawable.stat_notify_error); in bindView() 77 iv.setImageResource(android.R.drawable.stat_sys_upload_done); in bindView() 79 iv.setImageResource(android.R.drawable.stat_sys_download_done); in bindView()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsData.java | 277 for (int iv = 0; iv < vpkgs.size(); iv++) { in getProcs() 278 final ProcessStats.PackageState st = vpkgs.valueAt(iv); in getProcs() 318 for (int iv = 0; iv < vpkgs.size(); iv++) { in getProcs() 319 ProcessStats.PackageState ps = vpkgs.valueAt(iv); in getProcs()
|
/packages/apps/Gallery2/src/com/android/photos/adapters/ |
D | PhotoThumbnailAdapter.java | 49 ImageView iv = (ImageView) view.findViewById(R.id.thumbnail); in bindView() local 50 Drawable recycle = iv.getDrawable(); in bindView() 53 iv.setImageDrawable(drawable); in bindView()
|
/packages/apps/Stk/src/com/android/stk/ |
D | ToneDialog.java | 83 ImageView iv = (ImageView) findViewById(R.id.icon); in onCreate() local 93 iv.setImageResource(com.android.internal.R.drawable.ic_volume); in onCreate() 95 iv.setImageBitmap(toneMsg.icon); in onCreate()
|
D | StkAppService.java | 1432 ImageView iv = (ImageView) v in launchEventMessage() local 1435 iv.setImageBitmap(msg.icon); in launchEventMessage() 1437 iv.setVisibility(View.GONE); in launchEventMessage()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | TransitionImageAnimation.java | 301 private void cancelTransition(final View iv) { in cancelTransition() argument 302 iv.animate().alpha(0f).setDuration(mCancelTransitionMs). in cancelTransition() 306 mRoot.removeView(iv); in cancelTransition()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | AlbumFragment.java | 90 ImageView iv = (ImageView) mHeaderView.findViewById(R.id.album_header_image); in updateHeaderView() local 98 iv.setImageDrawable(mLoaderCompatShim.drawableForItem(mAdapter.getItem(0), null)); in updateHeaderView()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GalleryPicker.java | 923 GalleryPickerItem iv = 926 iv.setOverlay(item.getOverlay()); 928 iv.setImageBitmap(item.mThumbBitmap); 932 iv.setImageResource(android.R.color.transparent);
|
D | ViewImage.java | 978 for (ImageViewTouchBase iv : mSlideShowImageViews) { in onStop() 979 iv.clear(); in onStop()
|
/packages/apps/TV/usbtuner/libs/ |
D | exoplayer_1.5.6.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |