Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java1017 final ViewGroup buttonLayout = findViewById(R.id.button_bar); in resetAlwaysOrOnceButtonBar() local
1018 if (buttonLayout != null) { in resetAlwaysOrOnceButtonBar()
1019 buttonLayout.setVisibility(View.VISIBLE); in resetAlwaysOrOnceButtonBar()
1020 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always); in resetAlwaysOrOnceButtonBar()
1021 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once); in resetAlwaysOrOnceButtonBar()