Searched refs:topLayout (Results 1 – 3 of 3) sorted by relevance
132 final LinearLayoutWithDefaultTouchRecepient topLayout in onCreateView() local133 = (LinearLayoutWithDefaultTouchRecepient) view.findViewById(R.id.topLayout); in onCreateView()134 topLayout.setDefaultTouchRecepient(mLockPatternView); in onCreateView()
558 final LinearLayoutWithDefaultTouchRecepient topLayout in onViewCreated() local560 R.id.topLayout); in onViewCreated()561 topLayout.setDefaultTouchRecepient(mLockPatternView); in onViewCreated()
172 final View topLayout = contentView.getChildAt(0); in onCreate() local178 topLayout.setBackground(bgDrawable); in onCreate()