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
111
private FloatingChildLayout
mFloatingLayout
;
237
mFloatingLayout
= (FloatingChildLayout) findViewById(R.id.floating_layout);
246
mFloatingLayout
.setOnOutsideTouchListener(new View.OnTouchListener() {
262
mFloatingLayout
.setChildTargetScreen(sourceBounds);
275
SchedulingUtils.doAfterLayout(
mFloatingLayout
, new Runnable() {
278
mFloatingLayout
.fadeInBackground();
286
if (
mFloatingLayout
.isContentFullyVisible()) {
296
mFloatingLayout
.fadeOutBackground();
297
final boolean animated =
mFloatingLayout
.hideContent(new Runnable() {
302
SchedulingUtils.doAfterDraw(
mFloatingLayout
, new Runnable()
[
all
...]
Completed in 49 milliseconds