Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherListView.java139 void replaceView(KeyguardUserDetailItemView newView, int index) { in replaceView()
DKeyguardUserSwitcherController.java281 KeyguardUserDetailItemView newView = (KeyguardUserDetailItemView) in refreshUserList() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java121 final View newView = new FrameLayout(getContext()); in testOnChildAdded() local
DStackAnimationControllerTest.java184 final View newView = new FrameLayout(mContext); in testChildAdded() local
DPhysicsAnimationLayoutTestCase.java102 final View newView = new FrameLayout(mContext); in addOneMoreThanBubbleLimitBubbles() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java319 ExpandableView newView = in handleRemovedOldViews() local
349 ExpandableView newView = in handleAddedNewViews() local
/frameworks/base/core/java/android/widget/
DResourceCursorAdapter.java134 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java326 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
DSuggestionsAdapter.java284 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
DAdapterViewAnimator.java553 View newView = mAdapter.getView(adapterPosition, null, this); in showOnly() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialog.kt105 val newView = LayoutInflater.from(context).inflate( in <lambda>() constant
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, in newView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java183 View newView = mAdapter.getView(i, oldView, viewGroup); in refresh() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLightRevealOverlayAnimation.kt172 val newView = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayController.kt260 val newView = LayoutInflater in <lambda>() constant
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java202 public View newView(AdapterType type) { in newView() method in DropdownChipLayouter
DRecipientAlternatesAdapter.java614 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RecipientAlternatesAdapter
/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DRingtonePickerActivity.java747 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RingtonePickerActivity.BadgedRingtoneAdapter
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java352 final View newView = newHolder != null ? newHolder.itemView : null; in animateChangeImpl() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/
DMediaTttSenderCoordinatorTest.kt1223 val newView = getChipbarView() in twoIdsDisplayed_oldIdIsFar_viewStillDisplayed() constant
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java410 protected abstract View newView(Context context, int partition, Cursor cursor, int position, in newView() method in CompositeCursorAdapter
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java930 KeyguardInputViewController<KeyguardInputView> newView = changeSecurityMode(securityMode); in showSecurityScreen() local
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java314 protected View newView(Context context, int partitionIndex, Cursor cursor, in newView() method in BaseEmailAddressAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DSideFpsController.kt144 field?.let { newView -> in <lambda>() method
/frameworks/base/core/java/android/animation/
DLayoutTransition.java733 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { in runChangeTransition()

12