Home
last modified time | relevance | path

Searched refs:HolographicImageView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicImageView.java24 public class HolographicImageView extends ImageView { class
28 public HolographicImageView(Context context) { in HolographicImageView() method in HolographicImageView
32 public HolographicImageView(Context context, AttributeSet attrs) { in HolographicImageView() method in HolographicImageView
36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) { in HolographicImageView() method in HolographicImageView
DLauncher.java2929 } else if (button instanceof HolographicImageView) { in invalidatePressedFocusedStates()
2930 HolographicImageView view = (HolographicImageView) button; in invalidatePressedFocusedStates()