/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/utils/ |
D | ViewViewBindingDelegate.kt | 3 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/ |
D | ViewBindingDelegate.kt | 3 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/ |
D | SetupWizardPreferenceLayout.java | 23 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()
|
D | GlifPreferenceLayout.java | 23 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/ |
D | ShadowPolicyManager.java | 6 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/ |
D | ShadowPolicyManager.java | 6 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/ |
D | TemplateLayout.java | 24 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/ |
D | FragmentVisibilityTests.kt | 8 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/ |
D | InputMarginView.java | 21 import android.view.LayoutInflater; 56 LayoutInflater inflater = (LayoutInflater) context in initializeViews()
|
D | WorkloadView.java | 21 import android.view.LayoutInflater; 86 LayoutInflater inflater = (LayoutInflater) context in initializeViews()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CustomToastSystem.java | 22 import android.view.LayoutInflater; 33 …LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE… in CustomToastSystem()
|
/external/dagger2/java/dagger/hilt/android/internal/managers/ |
D | ViewComponentManager.java | 22 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/ |
D | AudioDeviceAdapter.java | 21 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/ |
D | AudioDeviceAdapter.java | 21 import android.view.LayoutInflater; 48 LayoutInflater inflater = LayoutInflater.from(parent.getContext()); in getDropDownView()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ |
D | ScriptListAdapter.java | 20 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/ |
D | MyAdapter.java | 8 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/ |
D | TrackSelectionDialogBuilder.java | 24 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/ |
D | TrackSelectionDialogBuilder.java | 22 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/ |
D | Fragment.java | 29 import android.view.LayoutInflater; 40 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | ItemAdapter.java | 20 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/ |
D | Fragment.java | 29 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/ |
D | Fragment.java | 29 import android.view.LayoutInflater; 40 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | ListViewActivity.java | 23 import android.view.LayoutInflater; 63 …LayoutInflater inf = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVIC… in getView()
|
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/android-error/ |
D | CoreFragmentWithoutOnAttach.java | 5 import android.view.LayoutInflater; 24 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
|
D | AndroidxFragmentWithoutOnAttach.java | 4 import android.view.LayoutInflater; 24 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
|