Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DUiScalingTestActivity.java83 String subviewId = data.getString(KEY_SUBVIEW_ID); in handleCommand() local
84 addContentView(getLayoutInflater().inflate(mResIdMap.get(subviewId), null), in handleCommand()
88 View view = findViewById(mViewIdMap.get(subviewId)); in handleCommand()
94 String subviewId = data.getString(KEY_SUBVIEW_ID); in handleCommand() local
95 View view = findViewById(mViewIdMap.get(subviewId)); in handleCommand()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java420 private void addSubview(CommandSession.ActivitySession activity, String subviewId) { in addSubview() argument
422 data.putString(KEY_SUBVIEW_ID, subviewId); in addSubview()
425 "Failed to add subview " + subviewId, in addSubview()
430 private Bundle getSubViewSize(CommandSession.ActivitySession activity, String subviewId) { in getSubViewSize() argument
432 data.putString(KEY_SUBVIEW_ID, subviewId); in getSubViewSize()