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