Searched refs:AlphaOptimizedImageButton (Results 1 – 3 of 3) sorted by relevance
23 import com.android.keyguard.AlphaOptimizedImageButton;33 private AlphaOptimizedImageButton mIcon;34 private AlphaOptimizedImageButton mMoreIcon;43 mIcon = (AlphaOptimizedImageButton) findViewById(R.id.car_nav_button_icon); in onFinishInflate()48 mMoreIcon = (AlphaOptimizedImageButton) findViewById(R.id.car_nav_button_more_icon); in onFinishInflate()
27 public class AlphaOptimizedImageButton extends ImageButton { class29 public AlphaOptimizedImageButton(Context context, AttributeSet attrs) { in AlphaOptimizedImageButton() method in AlphaOptimizedImageButton
30 import com.android.keyguard.AlphaOptimizedImageButton;33 public class SettingsButton extends AlphaOptimizedImageButton {