Searched refs:topLayout (Results 1 – 3 of 3) sorted by relevance
129 final LinearLayoutWithDefaultTouchRecepient topLayout in onCreateView() local130 = (LinearLayoutWithDefaultTouchRecepient) view.findViewById(R.id.topLayout); in onCreateView()131 topLayout.setDefaultTouchRecepient(mLockPatternView); in onCreateView()
555 final LinearLayoutWithDefaultTouchRecepient topLayout in onViewCreated() local557 R.id.topLayout); in onViewCreated()558 topLayout.setDefaultTouchRecepient(mLockPatternView); in onViewCreated()
172 final View topLayout = contentView.getChildAt(0); in onCreate() local178 topLayout.setBackground(bgDrawable); in onCreate()