Searched defs:mViewName (Results 1 - 3 of 3) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java108 target.mViewName = "android.view.View";
754 public String mViewName; field in class:ResourceBundle.BindingTargetBundle
772 mViewName = viewName;
824 } else if (mViewName.indexOf('.') == -1) {
825 if (Arrays.asList(ANDROID_VIEW_PACKAGE_VIEWS).contains(mViewName)) {
826 mFullClassName = "android.view." + mViewName;
827 } else if("WebView".equals(mViewName)) {
828 mFullClassName = "android.webkit." + mViewName;
830 mFullClassName = "android.widget." + mViewName;
833 mFullClassName = mViewName;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java71 Log.v(TAG, (mViewName != null ? (mViewName + ": ") : "") + String.format(fmt, args));
120 private String mViewName; field in class:PanelView
803 mViewName = getResources().getResourceName(getId());
807 return mViewName;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 241 milliseconds