OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mfloatinglayout
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
109
private FloatingChildLayout
mFloatingLayout
;
164
mFloatingLayout
= (FloatingChildLayout) findViewById(R.id.floating_layout);
173
mFloatingLayout
.setOnOutsideTouchListener(new View.OnTouchListener() {
221
mFloatingLayout
.setChildTargetScreen(targetScreen);
255
mFloatingLayout
.hideChild(new Runnable() {
262
mFloatingLayout
.hideChild(null);
297
mFloatingLayout
.showChild(new Runnable() {
Completed in 50 milliseconds