HomeSort by relevance Sort by last modified time
    Searched full:floatingchildlayout (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/res/layout-sw600dp/
quickcontact_activity.xml 19 class="com.android.contacts.quickcontact.FloatingChildLayout"
  /packages/apps/Contacts/res/layout-sw600dp-land/
quickcontact_activity.xml 18 class="com.android.contacts.quickcontact.FloatingChildLayout"
  /packages/apps/Contacts/res/layout-sw720dp-land/
quickcontact_activity.xml 18 class="com.android.contacts.quickcontact.FloatingChildLayout"
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 52 public class FloatingChildLayout extends FrameLayout {
53 private static final String TAG = "FloatingChildLayout";
85 public FloatingChildLayout(Context context, AttributeSet attrs) {
111 * FloatingChildLayout manages its own background, don't set it.
QuickContactActivity.java 111 private FloatingChildLayout mFloatingLayout;
237 mFloatingLayout = (FloatingChildLayout) findViewById(R.id.floating_layout);
  /packages/apps/Contacts/res/layout/
quickcontact_activity.xml 19 class="com.android.contacts.quickcontact.FloatingChildLayout"
  /packages/apps/Contacts/res/layout-land/
quickcontact_activity.xml 19 class="com.android.contacts.quickcontact.FloatingChildLayout"

Completed in 72 milliseconds