Home
last modified time | relevance | path

Searched refs:topLayout (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPattern.java132 final LinearLayoutWithDefaultTouchRecepient topLayout in onCreateView() local
133 = (LinearLayoutWithDefaultTouchRecepient) view.findViewById(R.id.topLayout); in onCreateView()
134 topLayout.setDefaultTouchRecepient(mLockPatternView); in onCreateView()
H A DChooseLockPattern.java558 final LinearLayoutWithDefaultTouchRecepient topLayout in onViewCreated() local
560 R.id.topLayout); in onViewCreated()
561 topLayout.setDefaultTouchRecepient(mLockPatternView); in onViewCreated()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java172 final View topLayout = contentView.getChildAt(0); in onCreate() local
178 topLayout.setBackground(bgDrawable); in onCreate()