HomeSort by relevance Sort by last modified time
    Searched defs:createViewFromTag (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
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 1096 milliseconds