Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInlineContentClipView.java64 private SurfaceView mBackgroundView; field in InlineContentClipView
80 mBackgroundView = new SurfaceView(context); in InlineContentClipView()
81 mBackgroundView.setZOrderOnTop(true); in InlineContentClipView()
82 mBackgroundView.getHolder().setFormat(PixelFormat.TRANSPARENT); in InlineContentClipView()
83 mBackgroundView.setLayoutParams(new ViewGroup.LayoutParams( in InlineContentClipView()
86 mBackgroundView.getHolder().addCallback(new SurfaceHolder.Callback() { in InlineContentClipView()
102 addView(mBackgroundView); in InlineContentClipView()
125 final Surface surface = mBackgroundView.getHolder().getSurface(); in drawBackgroundColorIfReady()
149 mBackgroundView.setZOrderOnTop(onTop); in setZOrderedOnTop()
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java92 private View mBackgroundView; field in SnakeView
320 mBackgroundView = backgroundView; in setDependentViews()
339 mBackgroundView.setVisibility(View.VISIBLE); in setMode()
347 mBackgroundView.setVisibility(View.GONE); in setMode()
352 mBackgroundView.setVisibility(View.GONE); in setMode()
358 mBackgroundView.setVisibility(View.GONE); in setMode()