Searched refs:LayoutInflater (Results 1 - 25 of 591) sorted by relevance

1234567891011>>

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingComponent.java18 import android.view.LayoutInflater;
36 * @see DataBindingUtil#inflate(LayoutInflater, int, ViewGroup, boolean, DataBindingComponent)
/frameworks/support/compat/java/android/support/v4/view/
H A DLayoutInflaterCompat.java25 import android.view.LayoutInflater;
31 * Helper for accessing features in {@link LayoutInflater}.
40 static class Factory2Wrapper implements LayoutInflater.Factory2 {
65 * For APIs < 21, there was a framework bug that prevented a LayoutInflater's
66 * Factory2 from being merged properly if set after a cloneInContext from a LayoutInflater
70 static void forceSetFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) {
73 sLayoutInflaterFactory2Field = LayoutInflater.class.getDeclaredField("mFactory2");
77 + LayoutInflater.class.getName()
86 Log.e(TAG, "forceSetFactory2 could not set the Factory2 on LayoutInflater "
[all...]
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DGeneratedLayoutTest.java23 import android.view.LayoutInflater;
28 LayoutInflater inflater = LayoutInflater.from(getContext());
38 LayoutInflater inflater = LayoutInflater.from(getContext());
48 LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java21 import android.view.LayoutInflater;
27 public class PhoneLayoutInflater extends LayoutInflater {
47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) {
71 public LayoutInflater cloneInContext(Context newContext) {
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestFrameLayoutLocale.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestFrameLayoutLtr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestFrameLayoutRtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestGridLayoutLocale.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestGridLayoutLtr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestGridLayoutRtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestLinearLayoutLocale.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestLinearLayoutLtr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestLinearLayoutRtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestRelativeLayout2Locale.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestRelativeLayout2Ltr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestRelativeLayout2Rtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestRelativeLayoutLtr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestRelativeLayoutRtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTableLayoutLocale.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTableLayoutLtr.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTableLayoutRtl.java21 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTextViewAlignmentLtr.java20 import android.view.LayoutInflater;
27 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTextViewAlignmentRtl.java20 import android.view.LayoutInflater;
27 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTextViewDirectionLtr.java20 import android.view.LayoutInflater;
27 public View onCreateView(LayoutInflater inflater, ViewGroup container,
H A DBiDiTestTextViewDirectionRtl.java20 import android.view.LayoutInflater;
27 public View onCreateView(LayoutInflater inflater, ViewGroup container,

Completed in 771 milliseconds

1234567891011>>