Home
last modified time | relevance | path

Searched refs:inflated (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBlobBackupHelper.java198 ByteArrayOutputStream inflated = new ByteArrayOutputStream(); in inflate() local
202 inflated.write(buffer, 0, nRead); in inflate()
205 inflated.flush(); in inflate()
206 result = inflated.toByteArray(); in inflate()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java63 final ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(entries); in ListMixin() local
64 setAdapter(new ItemAdapter(inflated)); in ListMixin()
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsTest.java85 View inflated = clone.apply(mContext, mContainer); in clone_doesNotCopyBitmap() local
87 Drawable drawable = ((ImageView) inflated.findViewById(R.id.image)).getDrawable(); in clone_doesNotCopyBitmap()
106 View inflated = clone.apply(mContext, mContainer); in clone_clones() local
108 TextView textView = (TextView) inflated.findViewById(R.id.text); in clone_clones()
480 View inflated = cloned.apply(mContext, mContainer); in setIntTag() local
483 index, inflated.getTag(com.android.internal.R.id.notification_action_index_tag)); in setIntTag()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerMixin.java106 final ItemHierarchy inflated = new ItemInflater(context).inflate(entries); in parseAttributes() local
107 final RecyclerItemAdapter adapter = new RecyclerItemAdapter(inflated); in parseAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java160 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
162 mUserSwitcher = inflated; in onInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt137 val inflated = layoutInflater.inflate(layoutResId, parent, false) as T in <lambda>() constant
139 parent.addView(inflated, oldPos) in <lambda>()
141 return inflated in <lambda>()
/frameworks/base/core/java/android/view/
DViewStub.java349 void onInflate(ViewStub stub, View inflated); in onInflate() argument
/frameworks/base/startop/view_compiler/
DREADME.md14 Android app. Then to use it, in places where you would have inflated
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1757 public void onInflate(ViewStub stub, View inflated) {
1758 mGuts = (NotificationGuts) inflated;
1768 public void onInflate(ViewStub stub, View inflated) {
1769 mChildrenContainer = (NotificationChildrenContainer) inflated;