equal
deleted
inserted
replaced
95 } |
95 } |
96 } |
96 } |
97 |
97 |
98 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected) |
98 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected) |
99 { |
99 { |
|
100 DP("CPodcastListContainer::SetLongTapDetectedL BEGIN"); |
100 iLongTapDetected = aLongTapDetected; |
101 iLongTapDetected = aLongTapDetected; |
101 |
102 |
102 if (aLongTapDetected == EFalse) |
103 if (aLongTapDetected == EFalse) |
103 { |
104 { |
104 TPointerEvent event; |
105 TPointerEvent event; |
105 event.iType = TPointerEvent::EButton1Up; |
106 event.iType = TPointerEvent::EButton1Up; |
106 CCoeControl::HandlePointerEventL(event); |
107 //CCoeControl::HandlePointerEventL(event); |
107 } |
108 } |
|
109 DP("CPodcastListContainer::SetLongTapDetectedL END"); |
108 } |
110 } |
109 |
111 |
110 void CPodcastListContainer::HandleResourceChange(TInt aType) |
112 void CPodcastListContainer::HandleResourceChange(TInt aType) |
111 { |
113 { |
112 switch( aType ) |
114 switch( aType ) |