OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTouchFeedbackView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java
39
private final ClickShadowView
mTouchFeedbackView
;
55
mTouchFeedbackView
= new ClickShadowView(context);
58
int size = grid.allAppsIconSizePx +
mTouchFeedbackView
.getExtraSize();
59
addView(
mTouchFeedbackView
, size, size);
65
mTouchFeedbackView
.setBitmap(null);
66
mTouchFeedbackView
.animate().cancel();
67
} else if (
mTouchFeedbackView
.setBitmap(background)) {
68
mTouchFeedbackView
.alignWithIconView(icon, (ViewGroup) icon.getParent());
69
mTouchFeedbackView
.animateShadow();
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
127
private final ClickShadowView
mTouchFeedbackView
;
277
mTouchFeedbackView
= new ClickShadowView(context);
278
addView(
mTouchFeedbackView
);
389
mTouchFeedbackView
.setBitmap(null);
390
mTouchFeedbackView
.animate().cancel();
392
if (
mTouchFeedbackView
.setBitmap(background)) {
393
mTouchFeedbackView
.alignWithIconView(icon, mShortcutsAndWidgets);
394
mTouchFeedbackView
.animateShadow();
[
all
...]
Completed in 531 milliseconds