Searched refs:BackDropView (Results 1 – 3 of 3) sorted by relevance
27 public class BackDropView extends FrameLayout class31 public BackDropView(Context context) { in BackDropView() method in BackDropView35 public BackDropView(Context context, AttributeSet attrs) { in BackDropView() method in BackDropView39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) { in BackDropView() method in BackDropView43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr, in BackDropView() method in BackDropView
122 private BackDropView mBackdrop;620 public void setup(BackDropView backdrop, ImageView backdropFront, ImageView backdropBack, in setup()
176 import com.android.systemui.statusbar.BackDropView;928 BackDropView backdrop = mStatusBarWindow.findViewById(R.id.backdrop); in makeStatusBarView()