|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutInflater | |
---|---|
android.app | |
android.inputmethodservice | |
android.preference | |
android.view | |
android.webkit |
Uses of LayoutInflater in android.app |
---|
Methods in android.app that return LayoutInflater | |
---|---|
LayoutInflater |
Activity.getLayoutInflater()
|
LayoutInflater |
Dialog.getLayoutInflater()
|
Methods in android.app with parameters of type LayoutInflater | |
---|---|
View |
Fragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
|
View |
ListFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
|
Uses of LayoutInflater in android.inputmethodservice |
---|
Methods in android.inputmethodservice that return LayoutInflater | |
---|---|
LayoutInflater |
InputMethodService.getLayoutInflater()
|
Uses of LayoutInflater in android.preference |
---|
Methods in android.preference with parameters of type LayoutInflater | |
---|---|
View |
PreferenceFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
|
Uses of LayoutInflater in android.view |
---|
Methods in android.view that return LayoutInflater | |
---|---|
abstract LayoutInflater |
LayoutInflater.cloneInContext(Context newContext)
|
static LayoutInflater |
LayoutInflater.from(Context context)
|
abstract LayoutInflater |
Window.getLayoutInflater()
|
Constructors in android.view with parameters of type LayoutInflater | |
---|---|
LayoutInflater(LayoutInflater original,
Context newContext)
|
Uses of LayoutInflater in android.webkit |
---|
Methods in android.webkit with parameters of type LayoutInflater | |
---|---|
View |
WebViewFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |