Searched refs:mCurrentCertLayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsDialogBuilder.java105 private View mCurrentCertLayout = null; field in class:TrustedCredentialsDialogBuilder.DialogEventHandler
264 if (mCurrentCertLayout == null) {
265 mCurrentCertLayout = nextCertLayout;
266 mRootContainer.addView(mCurrentCertLayout);
343 mCurrentCertLayout.animate()
353 mCurrentCertLayout = nextCertLayout;
365 mCurrentCertLayout.setTranslationX(containerWidth);
366 mCurrentCertLayout.animate()

Completed in 67 milliseconds