Searched refs:td (Results 1 – 5 of 5) sorted by relevance
52 th,td { selector57 td.center {61 .deleted td {70 .data td {
1 p, li, td, th, h1, h2, h3 { selector13 #control td {76 #module_tbody td,
85 def FormateTimeDelta(td): argument87 seconds = (td.days * 86400) + (td.seconds) + int(td.microseconds / 1000000)
315 final TransitionDrawable td = in setImageBitmap() local321 imageView.setImageDrawable(td); in setImageBitmap()322 td.startTransition(FADE_IN_TIME); in setImageBitmap()
435 final TransitionDrawable td = in setImageDrawable() local444 imageView.setImageDrawable(td); in setImageDrawable()445 td.startTransition(FADE_IN_TIME); in setImageDrawable()