Home
last modified time | relevance | path

Searched refs:layoutResource (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java51 public RotateDialogController(Activity a, int layoutResource) { in RotateDialogController() argument
53 mLayoutResourceID = layoutResource; in RotateDialogController()
/packages/apps/Settings/src/com/android/settings/
DUserCredentialsSettings.java407 protected static View getCredentialView(Credential item, @LayoutRes int layoutResource, in getCredentialView() argument
410 view = LayoutInflater.from(parent.getContext()).inflate(layoutResource, parent, false); in getCredentialView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUserCredentialsSettings.java407 protected static View getCredentialView(Credential item, @LayoutRes int layoutResource, in getCredentialView() argument
410 view = LayoutInflater.from(parent.getContext()).inflate(layoutResource, parent, false); in getCredentialView()