OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegateParent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java
158
final View
delegateParent
= (View) delegate.getParent();
159
delegateParent
.post(new Runnable() {
169
delegateParent
.setTouchDelegate(new TouchDelegate(r, delegate));
SelectCalendarsSimpleAdapter.java
229
final View
delegateParent
= (View) delegate.getParent();
230
delegateParent
.post(new Runnable() {
240
delegateParent
.setTouchDelegate(new TouchDelegate(r, delegate));
SelectSyncedCalendarsMultiAccountAdapter.java
329
final View
delegateParent
= (View) colorSquare.getParent();
330
delegateParent
.post(new Runnable() {
340
delegateParent
.setTouchDelegate(new TouchDelegate(r, colorSquare));
Completed in 42 milliseconds