Home
last modified time | relevance | path

Searched defs:cardView (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DLayoutBuilder.h679 Group<ParentBuilder>::AddCards(BCardView* cardView, float weight) in AddCards()
1028 Grid<ParentBuilder>::AddCards(BCardView* cardView, int32 column, int32 row, in AddCards()
1350 Split<ParentBuilder>::AddCards(BCardView* cardView, float weight) in AddCards()
1632 Cards<ParentBuilder>::AddCards(BCardView* cardView) in AddCards()
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1565 BView* cardView = new BView("card view", 0, fTestCardLayout); in TestWindow() local