Home
last modified time | relevance | path

Searched refs:nextCertLayout (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java267 LinearLayout nextCertLayout = getCertLayout(certHolder); in updateViewContainer() local
271 mCurrentCertLayout = nextCertLayout; in updateViewContainer()
274 animateViewTransition(nextCertLayout); in updateViewContainer()
351 private void addAndAnimateNewContent(View nextCertLayout) { in addAndAnimateNewContent() argument
352 mCurrentCertLayout = nextCertLayout; in addAndAnimateNewContent()
354 mRootContainer.addView(nextCertLayout); in addAndAnimateNewContent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsDialogBuilder.java267 LinearLayout nextCertLayout = getCertLayout(certHolder); in updateViewContainer() local
271 mCurrentCertLayout = nextCertLayout; in updateViewContainer()
274 animateViewTransition(nextCertLayout); in updateViewContainer()
351 private void addAndAnimateNewContent(View nextCertLayout) { in addAndAnimateNewContent() argument
352 mCurrentCertLayout = nextCertLayout; in addAndAnimateNewContent()
354 mRootContainer.addView(nextCertLayout); in addAndAnimateNewContent()