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
144
) sorted by null
1
2
3
4
5
6
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationAppPreferenceTest.java
63
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
81
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
99
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
114
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
134
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
151
final View widgetView = holder.findViewById(android.R.id.
widget_frame
);
172
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
188
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
204
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
/frameworks/base/core/res/res/layout/
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_information_material.xml
19
type in the "
widget_frame
" layout. -->
67
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_holo.xml
19
type in the "
widget_frame
" layout. -->
74
<LinearLayout android:id="@+android:id/
widget_frame
"
preference_material.xml
19
type in the "
widget_frame
" layout. -->
76
<LinearLayout android:id="@+id/
widget_frame
"
preference_widget_seekbar.xml
67
<LinearLayout android:id="@+android:id/
widget_frame
"
80
android:layout_toEndOf="@android:id/
widget_frame
"
preference_widget_seekbar_material.xml
68
<LinearLayout android:id="@+android:id/
widget_frame
"
81
android:layout_toEndOf="@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
"
preference_child_material.xml
66
<LinearLayout android:id="@+android:id/
widget_frame
"
slice_small_template.xml
61
<LinearLayout android:id="@android:id/
widget_frame
"
/frameworks/support/preference/res/layout/
preference_information.xml
19
type in the "
widget_frame
" layout. -->
55
<LinearLayout android:id="@android:id/
widget_frame
"
/packages/apps/Settings/res/layout/
preference_icon.xml
19
type in the "
widget_frame
" layout. -->
21
android:id="@android:id/
widget_frame
"
/prebuilts/sdk/current/support/v7/preference/res/layout/
preference_information.xml
19
type in the "
widget_frame
" layout. -->
55
<LinearLayout android:id="@android:id/
widget_frame
"
/frameworks/base/core/res/res/layout-watch/
preference_material.xml
19
type in the "
widget_frame
" layout. -->
48
<LinearLayout android:id="@+id/
widget_frame
"
/packages/apps/Settings/src/com/android/settings/notification/
ZenCustomRadioButtonPreference.java
88
final View gear = holder.findViewById(android.R.id.
widget_frame
);
125
if (v.getId() == android.R.id.
widget_frame
) {
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
CollapsibleCheckboxPreferenceGroupTest.java
70
assertThat(mHolder.findViewById(android.R.id.
widget_frame
).getVisibility())
86
assertThat(mHolder.findViewById(android.R.id.
widget_frame
).getVisibility())
PhotosDeletionPreferenceTest.java
60
(ViewGroup) view.findViewById(android.R.id.
widget_frame
));
76
assertThat(mHolder.findViewById(android.R.id.
widget_frame
).getVisibility())
/frameworks/base/packages/SettingsLib/res/layout/
user_preference.xml
18
android:id="@android:id/
widget_frame
"
/packages/apps/Launcher3/src/com/android/launcher3/views/
ButtonPreference.java
60
ViewGroup widgetFrame = view.findViewById(android.R.id.
widget_frame
);
/packages/screensavers/PhotoTable/res/layout/
album.xml
17
android:id="@android:id/
widget_frame
"
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
MasterCheckBoxPreferenceTest.java
127
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
146
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
162
final View widgetView = holder.findViewById(android.R.id.
widget_frame
);
MasterSwitchPreferenceTest.java
109
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
129
final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.
widget_frame
);
146
final View widgetView = holder.findViewById(android.R.id.
widget_frame
);
Completed in 498 milliseconds
1
2
3
4
5
6