OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mInflater
(Results
26 - 50
of
66
) sorted by null
1
2
3
/development/apps/Development/src/com/android/development/
AppHwConfigList.java
80
mInflater
= (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
125
view =
mInflater
.inflate(
140
protected final LayoutInflater
mInflater
;
InstrumentationList.java
50
mInflater
= (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
87
view =
mInflater
.inflate(
105
protected final LayoutInflater
mInflater
;
RunningProcesses.java
79
mInflater
= (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
116
view =
mInflater
.inflate(
131
protected final LayoutInflater
mInflater
;
PermissionDetails.java
61
private LayoutInflater
mInflater
;
124
convertView =
mInflater
.inflate(R.layout.pkg_list_item, null);
192
mInflater
= (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java
516
private final LayoutInflater
mInflater
;
520
mInflater
= inflater;
545
convertView =
mInflater
.inflate(R.layout.motogp_stat_item, parent, false);
LoaderCustom.java
367
private final LayoutInflater
mInflater
;
371
mInflater
= (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
388
view =
mInflater
.inflate(R.layout.list_item_icon_text, parent, false);
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScanResultAdapter.java
40
private LayoutInflater
mInflater
;
45
mInflater
= inflater;
69
view =
mInflater
.inflate(R.layout.listitem_scanresult, null);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java
81
private final LayoutInflater
mInflater
;
85
mInflater
= LayoutInflater.from(context);
91
mInflater
.inflate(R.layout.notif_preset_list_item, null));
/developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
Main.java
172
private final LayoutInflater
mInflater
;
177
mInflater
= mContext.getSystemService(LayoutInflater.class);
221
view =
mInflater
.inflate(R.layout.list_item, null);
/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java
191
private final LayoutInflater
mInflater
;
195
mInflater
= LayoutInflater.from(context);
201
mInflater
.inflate(R.layout.timer_list_item, null));
/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java
191
private final LayoutInflater
mInflater
;
195
mInflater
= LayoutInflater.from(context);
201
mInflater
.inflate(R.layout.timer_list_item, null));
/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
Main.java
172
private final LayoutInflater
mInflater
;
177
mInflater
= mContext.getSystemService(LayoutInflater.class);
221
view =
mInflater
.inflate(R.layout.list_item, null);
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java
114
private final LayoutInflater
mInflater
;
117
mInflater
= LayoutInflater.from(getActivity());
138
convertView =
mInflater
.inflate(R.layout.list_item, parent, false);
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
ShortcutAdapter.java
46
private final LayoutInflater
mInflater
;
54
mInflater
= mContext.getSystemService(LayoutInflater.class);
132
view =
mInflater
.inflate(getLayoutId(), null);
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
BaseActivityListFragment.java
91
private final LayoutInflater
mInflater
;
96
mInflater
= mContext.getSystemService(LayoutInflater.class);
142
view =
mInflater
.inflate(R.layout.list_item, null);
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
Main.java
172
private final LayoutInflater
mInflater
;
177
mInflater
= mContext.getSystemService(LayoutInflater.class);
221
view =
mInflater
.inflate(R.layout.list_item, null);
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
SetTimerActivity.java
191
private final LayoutInflater
mInflater
;
195
mInflater
= LayoutInflater.from(context);
201
mInflater
.inflate(R.layout.timer_list_item, null));
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
ComplicationSimpleConfigActivity.java
153
private final LayoutInflater
mInflater
;
159
mInflater
= LayoutInflater.from(mContext);
179
mInflater
.inflate(R.layout.activity_complication_simple_list_item, null));
/cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java
108
private LayoutInflater
mInflater
;
113
mInflater
= (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
114
mAdapterHost = (LinearLayout)
mInflater
.inflate(
/development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java
66
private LayoutInflater
mInflater
;
112
mInflater
= LayoutInflater.from(getContext());
113
mButton =
mInflater
.inflate(R.layout.all_applications_button, this, false);
252
final View view = createApplicationIcon(
mInflater
, this, info);
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
IntentBuilderView.java
66
private LayoutInflater
mInflater
;
80
mInflater
= LayoutInflater.from(context);
81
mLayout = (LinearLayout)
mInflater
.inflate(R.layout.view_build_intent,
142
LinearLayout actRadio = (LinearLayout)
mInflater
177
View categoryLayout =
mInflater
.inflate(categoryLayoutRes, layout,
183
View itemLayout =
mInflater
.inflate(itemLayoutRes, layout,
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
Main.java
238
private final LayoutInflater
mInflater
;
243
mInflater
= mContext.getSystemService(LayoutInflater.class);
287
view =
mInflater
.inflate(R.layout.list_item, null);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
InteractiveVerifierActivity.java
61
private LayoutInflater
mInflater
;
148
mInflater
= getLayoutInflater();
149
View view =
mInflater
.inflate(R.layout.tiles_main, null);
248
View item =
mInflater
.inflate(R.layout.tiles_item, parent, false);
255
View item =
mInflater
.inflate(R.layout.tiles_item, parent, false);
/development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java
156
private LayoutInflater
mInflater
;
161
mInflater
= (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
179
view = (TwoLineListItem)
mInflater
.inflate(android.R.layout.simple_list_item_2,
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
642
private LayoutInflater
mInflater
; // Stores the layout inflater
654
mInflater
= LayoutInflater.from(context);
697
mInflater
.inflate(R.layout.contact_list_item, viewGroup, false);
[
all
...]
Completed in 1009 milliseconds
1
2
3