Searched refs:inflated (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | SectionHeaderController.kt | 69 val inflated = layoutInflater.inflate( in reinflateView() constant 74 inflated.setHeaderText(headerTextResId) in reinflateView() 75 inflated.setOnHeaderClickListener(onHeaderClickListener) in reinflateView() 76 clearAllClickListener?.let { inflated.setOnClearAllClickListener(it) } in reinflateView() 78 parent.addView(inflated, oldPos) in reinflateView() 80 _view = inflated in reinflateView()
|
D | MediaContainerController.kt | 45 val inflated = layoutInflater.inflate( in <lambda>() constant 51 parent.addView(inflated, oldPos) in <lambda>() 53 mediaContainerView = inflated in <lambda>()
|
/frameworks/base/core/java/android/app/backup/ |
D | BlobBackupHelper.java | 198 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/ |
D | ListMixin.java | 63 final ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(entries); in ListMixin() local 64 setAdapter(new ItemAdapter(inflated)); in ListMixin()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
D | RecyclerMixin.java | 106 final ItemHierarchy inflated = new ItemInflater(context).inflate(entries); in parseAttributes() local 107 final RecyclerItemAdapter adapter = new RecyclerItemAdapter(inflated); in parseAttributes()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsTest.java | 113 View inflated = clone.apply(mContext, mContainer); in clone_clones() local 115 TextView textView = (TextView) inflated.findViewById(R.id.text); in clone_clones() 642 View inflated = cloned.apply(mContext, mContainer); in setIntTag() local 645 index, inflated.getTag(com.android.internal.R.id.notification_action_index_tag)); in setIntTag() 855 View inflated = rv.apply(mContext, mContainer); in layoutInflaterFactory_replacesImageView_viewReplaced() local 858 View replacedFrameLayout = inflated.findViewById(1337); in layoutInflaterFactory_replacesImageView_viewReplaced() 862 assertNull(inflated.findViewById(R.id.image)); in layoutInflaterFactory_replacesImageView_viewReplaced() 876 View inflated = rv.apply(mContext, mContainer); in layoutInflaterFactory_replacesImageView_settersStillFunctional() local 878 TextView replacedTextView = inflated.findViewById(R.id.text); in layoutInflaterFactory_replacesImageView_settersStillFunctional()
|
/frameworks/base/core/java/android/view/ |
D | ViewStub.java | 349 void onInflate(ViewStub stub, View inflated); in onInflate() argument
|
/frameworks/proto_logging/stats/atoms/wear/prototiles/ |
D | prototiles_extension_atoms.proto | 409 // For example, if the inflated layout contains a Bitmap and a state based
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 2067 mGutsStub.setOnInflateListener((stub, inflated) -> { 2068 mGuts = (NotificationGuts) inflated; 2074 mChildrenContainerStub.setOnInflateListener((stub, inflated) -> { 2075 mChildrenContainer = (NotificationChildrenContainer) inflated;
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 538 // Number of notifications with actually inflated views in this metric.
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 25213 HSPLjava/math/BigDecimal;->inflated()Ljava/math/BigInteger;
|