Searched refs:mFloatingLayout (Results 1 – 1 of 1) sorted by relevance
105 private FloatingChildLayout mFloatingLayout; field in QuickContactActivity197 mFloatingLayout = (FloatingChildLayout) findViewById(R.id.floating_layout); in onCreate()206 mFloatingLayout.setOnOutsideTouchListener(new View.OnTouchListener() { in onCreate()231 mFloatingLayout.setChildTargetScreen(sourceBounds); in onCreate()240 SchedulingUtils.doAfterLayout(mFloatingLayout, new Runnable() { in onCreate()243 mFloatingLayout.fadeInBackground(); in onCreate()251 if (mFloatingLayout.isContentFullyVisible()) { in handleOutsideTouch()261 mFloatingLayout.fadeOutBackground(); in close()262 final boolean animated = mFloatingLayout.hideContent(new Runnable() { in close()267 SchedulingUtils.doAfterDraw(mFloatingLayout, new Runnable() { in close()[all …]