Home
last modified time | relevance | path

Searched refs:LayoutInflater (Results 1 – 25 of 149) sorted by relevance

123456

/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/utils/
DViewViewBindingDelegate.kt3 import android.view.LayoutInflater
29 …val inflateMethod = bindingClass.getMethod("inflate", LayoutInflater::class.java, ViewGroup::class… in viewBinding()
30 inflateMethod.invoke(null, LayoutInflater.from(thisRef.context), thisRef) in viewBinding()
32 …val inflateMethod = bindingClass.getMethod("inflate", LayoutInflater::class.java, ViewGroup::class… in viewBinding()
33 inflateMethod.invoke(null, LayoutInflater.from(thisRef.context), thisRef, true) as T in viewBinding()
/external/lottie/snapshot-tests/src/main/java/com/airbnb/lottie/snapshots/utils/
DViewBindingDelegate.kt3 import android.view.LayoutInflater
29 …val inflateMethod = bindingClass.getMethod("inflate", LayoutInflater::class.java, ViewGroup::class… in viewBinding()
30 inflateMethod.invoke(null, LayoutInflater.from(thisRef.context), thisRef) in viewBinding()
32 …val inflateMethod = bindingClass.getMethod("inflate", LayoutInflater::class.java, ViewGroup::class… in viewBinding()
33 inflateMethod.invoke(null, LayoutInflater.from(thisRef.context), thisRef, true) as T in viewBinding()
/external/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardPreferenceLayout.java23 import android.view.LayoutInflater;
93 LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) { in onCreateRecyclerView()
98 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
109 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated()
DGlifPreferenceLayout.java23 import android.view.LayoutInflater;
94 LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) { in onCreateRecyclerView()
99 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
114 final LayoutInflater inflater = LayoutInflater.from(getContext()); in onTemplateInflated()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPolicyManager.java6 import android.view.LayoutInflater;
20 protected static LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater()
21 Class<LayoutInflater> phoneLayoutInflaterClass = in makeNewLayoutInflater()
22 (Class<LayoutInflater>) in makeNewLayoutInflater()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPolicyManager.java6 import android.view.LayoutInflater;
21 protected static LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater()
22 Class<LayoutInflater> phoneLayoutInflaterClass = in makeNewLayoutInflater()
23 (Class<LayoutInflater>) in makeNewLayoutInflater()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DTemplateLayout.java24 import android.view.LayoutInflater;
140 final LayoutInflater inflater = LayoutInflater.from(getContext()); in inflateTemplate()
169 LayoutInflater inflater, @StyleRes int fallbackTheme, @LayoutRes int template) { in inflateTemplate()
175 LayoutInflater.from(new FallbackThemeWrapper(inflater.getContext(), fallbackTheme)); in inflateTemplate()
190 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
/external/lottie/sample/src/androidTest/java/com/airbnb/lottie/samples/
DFragmentVisibilityTests.kt8 import android.view.LayoutInflater in <lambda>()
51 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
96 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
114 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
131 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
151 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
177 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
214 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
244 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
259 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>()
[all …]
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DInputMarginView.java21 import android.view.LayoutInflater;
56 LayoutInflater inflater = (LayoutInflater) context in initializeViews()
DWorkloadView.java21 import android.view.LayoutInflater;
86 LayoutInflater inflater = (LayoutInflater) context in initializeViews()
/external/replicaisland/src/com/replica/replicaisland/
DCustomToastSystem.java22 import android.view.LayoutInflater;
33LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE… in CustomToastSystem()
/external/dagger2/java/dagger/hilt/android/internal/managers/
DViewComponentManager.java22 import android.view.LayoutInflater;
174 private LayoutInflater baseInflater;
175 private LayoutInflater inflater;
197 FragmentContextWrapper(LayoutInflater baseInflater, Fragment fragment) { in FragmentContextWrapper()
217 (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); in getSystemService()
/external/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceAdapter.java21 import android.view.LayoutInflater;
46 LayoutInflater inflater = LayoutInflater.from(parent.getContext()); in getDropDownView()
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/audio_device/
DAudioDeviceAdapter.java21 import android.view.LayoutInflater;
48 LayoutInflater inflater = LayoutInflater.from(parent.getContext()); in getDropDownView()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DScriptListAdapter.java20 import android.view.LayoutInflater;
34 protected final LayoutInflater mInflater;
38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ScriptListAdapter()
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/
DMyAdapter.java8 import android.view.LayoutInflater;
45 … convertView = LayoutInflater.from(getContext()).inflate(R.layout.list_item_section, null); in getView()
47 convertView = LayoutInflater.from(getContext()).inflate(R.layout.list_item, null); in getView()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DTrackSelectionDialogBuilder.java24 import android.view.LayoutInflater;
246 LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext()); in buildForPlatform()
271 LayoutInflater dialogInflater = LayoutInflater.from(builderContext); in buildForAndroidX()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DTrackSelectionDialogBuilder.java22 import android.view.LayoutInflater;
243 LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext()); in buildForPlatform()
268 LayoutInflater dialogInflater = LayoutInflater.from(builderContext); in buildForAndroidX()
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/androidstubs/core/
DFragment.java29 import android.view.LayoutInflater;
40 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItemAdapter.java20 import android.view.LayoutInflater;
79 LayoutInflater inflater = LayoutInflater.from(parent.getContext()); in getView()
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/androidstubs/supportlib/
DFragment.java29 import android.view.LayoutInflater;
40 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/androidstubs/androidx/
DFragment.java29 import android.view.LayoutInflater;
40 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DListViewActivity.java23 import android.view.LayoutInflater;
63LayoutInflater inf = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVIC… in getView()
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/android-error/
DCoreFragmentWithoutOnAttach.java5 import android.view.LayoutInflater;
24 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
DAndroidxFragmentWithoutOnAttach.java4 import android.view.LayoutInflater;
24 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()

123456