Android OS 中的 activity.findViewById(android.R.id.content) 在 HarmonyOS 中的替代方案是什么?

What is the alternative in HarmonyOS for activity.findViewById(android.R.id.content) in Android OS?

我正在编写一个帮助程序 class 以使用 Java SDK 在 HarmonyOS 中缩放图像。要获取正在放大的当前视图 Android 我们可以使用 activity.findViewById(android.R.id.content).

在HarmonyOS中有什么替代方案?

in Android we can use activity.findViewById(android.R.id.content). What is the alternative for the above in HarmonyOS?

在HarmonyOS中我们使用findComponentById(ResourceTable.Id_xxx)。试试这个。