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

  /frameworks/base/core/java/android/preference/
Preference.java 424 * @param widgetLayoutResId The layout resource ID to be inflated into the
428 public void setWidgetLayoutResource(int widgetLayoutResId) {
429 if (widgetLayoutResId != mWidgetLayoutResId) {
433 mWidgetLayoutResId = widgetLayoutResId;
    [all...]

Completed in 47 milliseconds