HomeSort by relevance Sort by last modified time
    Searched full:launchpreferences (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 59 Button launchPreferences = new Button(this);
60 launchPreferences.setText(getString(R.string.launch_preference_activity));
61 launchPreferences.setOnClickListener(this);
62 layout.addView(launchPreferences, new LayoutParams(LayoutParams.MATCH_PARENT,

Completed in 1434 milliseconds