OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createViewFromTag
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java
157
final View view = thisInflater.
createViewFromTag
(parent, childName,
BridgeInflater.java
145
public View
createViewFromTag
(View parent, String name, Context context, AttributeSet attrs,
149
view = super.
createViewFromTag
(parent, name, context, attrs, ignoreThemeAttr);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatViewInflater.java
146
view =
createViewFromTag
(context, name, attrs);
157
private View
createViewFromTag
(Context context, String name, AttributeSet attrs) {
/frameworks/base/core/java/android/view/
LayoutInflater.java
495
final View temp =
createViewFromTag
(root, name, inflaterContext, attrs);
721
* Convenience method for calling through to the five-arg
createViewFromTag
726
private View
createViewFromTag
(View parent, String name, Context context, AttributeSet attrs) {
727
return
createViewFromTag
(parent, name, context, attrs, false);
745
View
createViewFromTag
(View parent, String name, Context context, AttributeSet attrs,
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 1394 milliseconds