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.java324 final ViewGroup buttonLayout = (ViewGroup) findViewById(R.id.button_bar); in onCreate() local
325 if (buttonLayout != null) { in onCreate()
326 buttonLayout.setVisibility(View.VISIBLE); in onCreate()
327 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always); in onCreate()
328 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once); in onCreate()