Home
last modified time | relevance | path

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

/core/core-remoteviews/src/androidTest/java/androidx/core/widget/
DAppWidgetHostTestActivity.kt72 val contentFrame = findViewById<FrameLayout>(R.id.content) in bindAppWidget() constant
73 contentFrame.addView( in bindAppWidget()
86 val width = pxToDp(contentFrame.width) in bindAppWidget()
87 val height = pxToDp(contentFrame.height) in bindAppWidget()