| Package | Description |
|---|---|
| android.app | |
| android.inputmethodservice | |
| android.preference | |
| android.view | |
| android.webkit |
| Modifier and Type | Method and Description |
|---|---|
LayoutInflater |
Activity.getLayoutInflater() |
LayoutInflater |
Dialog.getLayoutInflater() |
| Modifier and Type | Method and Description |
|---|---|
View |
ListFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
View |
Fragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
LayoutInflater |
InputMethodService.getLayoutInflater() |
| Modifier and Type | Method and Description |
|---|---|
View |
PreferenceFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
abstract LayoutInflater |
LayoutInflater.cloneInContext(Context newContext) |
static LayoutInflater |
LayoutInflater.from(Context context) |
abstract LayoutInflater |
Window.getLayoutInflater() |
LayoutInflater |
ViewStub.getLayoutInflater() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewStub.setLayoutInflater(LayoutInflater inflater) |
| Constructor and Description |
|---|
LayoutInflater(LayoutInflater original,
Context newContext) |
| Modifier and Type | Method and Description |
|---|---|
View |
WebViewFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
Copyright © 2008-2013. All Rights Reserved.