OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PagedViewIcon
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java
28
public class
PagedViewIcon
extends TextView {
29
/** A simple callback interface to allow a
PagedViewIcon
to notify when it has been pressed */
31
void iconPressed(
PagedViewIcon
icon);
35
private static final String TAG = "
PagedViewIcon
";
38
private
PagedViewIcon
.PressedCallback mPressedCallback;
43
public
PagedViewIcon
(Context context) {
47
public
PagedViewIcon
(Context context, AttributeSet attrs) {
51
public
PagedViewIcon
(Context context, AttributeSet attrs, int defStyle) {
56
PagedViewIcon
.PressedCallback cb) {
AppsCustomizePagedView.java
153
PagedViewIcon
.PressedCallback, PagedViewWidget.ShortPressListener,
173
private
PagedViewIcon
mPressedIcon;
507
if (v instanceof
PagedViewIcon
) {
[
all
...]
Workspace.java
[
all
...]
Completed in 46 milliseconds