Searched refs:fReplicantTray (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.cpp183 fReplicantTray = new TReplicantTray(this);
190 fDragRegion = new TDragRegion(this, fReplicantTray);
192 fDragRegion->AddChild(fReplicantTray);
289 fReplicantTray->MessageReceived(message);
327 || fReplicantTray->fTime->IsShowingCalendar()) {
401 || fReplicantTray->fTime->IsShowingCalendar()) {
474 kGutter + fReplicantTray->MaxReplicantHeight() + kGutter);
479 kGutter + fReplicantTray->MaxReplicantHeight() + kGutter);
514 if (!fReplicantTray->IsHidden())
515 fReplicantTray
[all...]
H A DBarView.h171 TReplicantTray* ReplicantTray() const { return fReplicantTray; }
199 TReplicantTray* fReplicantTray; member in class:TBarView
H A DStatusView.h221 BView* fReplicantTray; member in class:TDragRegion
H A DStatusView.cpp1366 fReplicantTray(replicantTray),
1391 fReplicantTray->ResizeToPreferred();
1392 *width = fReplicantTray->Bounds().Width();
1393 *height = fReplicantTray->Bounds().Height();

Completed in 47 milliseconds