OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basecontainerview
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
BaseContainerView.java
40
public abstract class
BaseContainerView
extends FrameLayout
54
public
BaseContainerView
(Context context) {
58
public
BaseContainerView
(Context context, AttributeSet attrs) {
62
public
BaseContainerView
(Context context, AttributeSet attrs, int defStyleAttr) {
69
R.styleable.
BaseContainerView
, defStyleAttr, 0);
LauncherStateTransitionAnimation.java
224
final View buttonView, final
BaseContainerView
toView,
513
final View buttonView, final
BaseContainerView
fromView,
/packages/apps/Launcher3/res/values/
attrs.xml
44
<!--
BaseContainerView
specific attributes. These attributes are used to customize
46
<declare-styleable name="
BaseContainerView
">
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java
28
import com.android.launcher3.
BaseContainerView
;
51
public class WidgetsContainerView extends
BaseContainerView
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java
39
import com.android.launcher3.
BaseContainerView
;
70
public class AllAppsContainerView extends
BaseContainerView
implements DragSource,
Completed in 422 milliseconds