List of usage examples for android.view ViewGroup subclass-usage
From source file com.cnpeng.cnpeng_mydemosfrom2016_12.a_12_GetLocalFiles_VP_FM.CustomNoPreLoadViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of data. You supply an implementation of a
* {@link android.support.v4.view.PagerAdapter} to generate the pages that the view shows. <p> <p>Note this class is
* currently under early design and development. The API will likely change in later updates of the compatibility
* library, requiring changes to the source code of apps when they are compiled against the newer version.</p>
*/
From source file com.canace.mybaby.view.ImageViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of
* data. You supply an implementation of a {@link PagerAdapter} to generate the
* pages that the view shows.
*
* <p>
From source file com.aidy.bottomdrawerlayout.AllDrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>
* Drawer positioning and layout is controlled using the
From source file com.holmes.ponderosa.ui.debug.DebugDrawerLayout.java
/** This is a fork of DrawerLayout which propagates insets without applying them. */ public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl { private static final String TAG = "DrawerLayout"; @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING }) @Retention(RetentionPolicy.SOURCE)
From source file ca.co.rufus.androidboilerplate.ui.DebugDrawerLayout.java
/** This is a fork of DrawerLayout which propagates insets without applying them. */ public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl { private static final String TAG = "DrawerLayout"; @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING }) @Retention(RetentionPolicy.SOURCE)
From source file com.ferg.awfulapp.widget.AwfulViewPager.java
public class AwfulViewPager extends ViewGroup { /* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
From source file com.android.contacts.common.list.ContactListItemView.java
/**
* A custom view for an item in the contact list.
* The view contains the contact's photo, a set of text views (for name, status, etc...) and
* icons for presence and call.
* The view uses no XML file for layout and all the measurements and layouts are done
* in the onMeasure and onLayout methods.
From source file com.harmazing.aixiumama.view.HMViewPager.java
/** * @author * ViewPager, ??? */ public class HMViewPager extends ViewGroup { private static final String TAG = "HMViewPager";
From source file cn.bingoogolapple.swipebacklayout.BGASwipeBackLayout.java
/** * : :bingoogolapple@gmail.com * :16/12/27 ?5:09 * ??: support-v4 SlidingPaneLayout ??? */ public class BGASwipeBackLayout extends ViewGroup {
From source file com.example.user.smartbeijing.view.MyViewPager_LazyInst.java
/** * viewPager ? 0 * 1 */ public class MyViewPager_LazyInst extends ViewGroup { private static final String TAG = "LazyViewPager";