OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widget_frame
(Results
1 - 25
of
51
) sorted by null
1
2
3
/frameworks/base/core/res/res/layout/
preference_widget_seekbar.xml
19
type in the "
widget_frame
" layout. -->
69
<LinearLayout android:id="@+android:id/
widget_frame
"
82
android:layout_toEndOf="@android:id/
widget_frame
"
preference.xml
19
type in the "
widget_frame
" layout. -->
64
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_information.xml
19
type in the "
widget_frame
" layout. -->
55
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_information_holo.xml
19
type in the "
widget_frame
" layout. -->
69
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_holo.xml
19
type in the "
widget_frame
" layout. -->
73
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_child.xml
68
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_child_holo.xml
68
<LinearLayout android:id="@+android:id/
widget_frame
"
/packages/apps/Settings/res/layout/
dream_info_row.xml
23
android:id="@android:id/
widget_frame
"
92
android:layout_alignBottom="@android:id/
widget_frame
"
94
android:layout_alignTop="@android:id/
widget_frame
"
notification_info_row.xml
23
android:id="@android:id/
widget_frame
"
105
android:layout_alignBottom="@android:id/
widget_frame
"
107
android:layout_alignTop="@android:id/
widget_frame
"
preference_icon.xml
19
type in the "
widget_frame
" layout. -->
21
android:id="@+android:id/
widget_frame
"
notification_log_row.xml
63
android:layout_alignBottom="@android:id/
widget_frame
"
65
android:layout_alignTop="@android:id/
widget_frame
"
custom_preference.xml
60
<LinearLayout android:id="@+android:id/
widget_frame
"
preference.xml
56
android:id="@android:id/
widget_frame
"
preference_app_restrictions.xml
100
android:id="@android:id/
widget_frame
"
preference_inputmethod.xml
33
android:id="@android:id/
widget_frame
"
/packages/apps/Settings/res/layout-sw600dp/
access_point_category_for_setup_wizard_xl.xml
23
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_inputmethod.xml
33
android:id="@android:id/
widget_frame
"
/packages/apps/Browser/res/layout/
webview_preview.xml
66
<LinearLayout android:id="@android:id/
widget_frame
"
80
android:layout_toRightOf="@android:id/
widget_frame
"
/packages/screensavers/PhotoTable/res/layout/
album.xml
17
android:id="@android:id/
widget_frame
"
/packages/apps/QuickSearchBox/res/layout/
searchable_item_preference.xml
60
<LinearLayout android:id="@+android:id/
widget_frame
"
/frameworks/base/core/res/res/values/
ids.xml
49
<item type="id" name="
widget_frame
" />
/packages/apps/Settings/src/com/android/settings/
DreamSettings.java
335
final View header = row.findViewById(android.R.id.
widget_frame
);
DataUsageSummary.java
[
all
...]
/frameworks/base/core/java/android/preference/
Preference.java
392
* {@link android.R.id#
widget_frame
} to be the parent of the specific widget
471
* {@link android.R.id#
widget_frame
}.
486
.findViewById(com.android.internal.R.id.
widget_frame
);
[
all
...]
/packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java
244
ViewGroup widget = (ViewGroup) view.findViewById(android.R.id.
widget_frame
);
[
all
...]
Completed in 3077 milliseconds
1
2
3