OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ButtonDropTarget
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java
77
private
ButtonDropTarget
mInfoDropTarget;
78
private
ButtonDropTarget
mDeleteDropTarget;
79
private
ButtonDropTarget
mUninstallDropTarget;
112
mInfoDropTarget = (
ButtonDropTarget
) mDropTargetBar.findViewById(R.id.info_target_text);
113
mDeleteDropTarget = (
ButtonDropTarget
) mDropTargetBar.findViewById(R.id.delete_target_text);
114
mUninstallDropTarget = (
ButtonDropTarget
) mDropTargetBar.findViewById(R.id.uninstall_target_text);
InfoDropTarget.java
25
public class InfoDropTarget extends
ButtonDropTarget
{
ButtonDropTarget.java
47
public abstract class
ButtonDropTarget
extends TextView
69
public
ButtonDropTarget
(Context context, AttributeSet attrs) {
73
public
ButtonDropTarget
(Context context, AttributeSet attrs, int defStyle) {
DeleteDropTarget.java
29
public class DeleteDropTarget extends
ButtonDropTarget
{
UninstallDropTarget.java
15
public class UninstallDropTarget extends
ButtonDropTarget
{
/packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java
34
public class
ButtonDropTarget
extends TextView implements DropTarget, DragController.DragListener {
49
public
ButtonDropTarget
(Context context, AttributeSet attrs) {
53
public
ButtonDropTarget
(Context context, AttributeSet attrs, int defStyle) {
SearchDropTargetBar.java
49
private
ButtonDropTarget
mInfoDropTarget;
50
private
ButtonDropTarget
mDeleteDropTarget;
100
mInfoDropTarget = (
ButtonDropTarget
) mDropTargetBar.findViewById(R.id.info_target_text);
101
mDeleteDropTarget = (
ButtonDropTarget
) mDropTargetBar.findViewById(R.id.delete_target_text);
InfoDropTarget.java
32
public class InfoDropTarget extends
ButtonDropTarget
{
DeleteDropTarget.java
40
public class DeleteDropTarget extends
ButtonDropTarget
{
Completed in 849 milliseconds