Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestUtils.java38 View callView = cellLayout.getShortcutsAndWidgets().getChildAt(i); in workspaceToBoards() local
40 (CellLayoutLayoutParams) callView.getLayoutParams(); in workspaceToBoards()
51 if (callView instanceof DoubleShadowBubbleTextView) { in workspaceToBoards()
66 for (View callView : views) { in viewsToBoard()
67 CellLayoutLayoutParams params = (CellLayoutLayoutParams) callView.getLayoutParams(); in viewsToBoard()
69 if (callView instanceof DoubleShadowBubbleTextView) { in viewsToBoard()