Searched refs:topLayout (Results 1 – 3 of 3) sorted by relevance
131 final LinearLayoutWithDefaultTouchRecepient topLayout in onCreateView() local132 = (LinearLayoutWithDefaultTouchRecepient) view.findViewById(R.id.topLayout); in onCreateView()133 topLayout.setDefaultTouchRecepient(mLockPatternView); in onCreateView()
471 final LinearLayoutWithDefaultTouchRecepient topLayout in onViewCreated() local473 R.id.topLayout); in onViewCreated()474 topLayout.setDefaultTouchRecepient(mLockPatternView); in onViewCreated()
171 final View topLayout = contentView.getChildAt(0); in onCreate() local177 topLayout.setBackground(bgDrawable); in onCreate()