OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calloutLine
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java
123
View
calloutLine
;
159
holder.
calloutLine
= convertView.findViewById(R.id.recents_callout_line);
194
if (oldHolder.
calloutLine
!= null) {
195
oldHolder.
calloutLine
.setAlpha(1f);
196
oldHolder.
calloutLine
.setTranslationX(0f);
197
oldHolder.
calloutLine
.setTranslationY(0f);
212
holder.
calloutLine
.setAlpha(0f);
213
holder.
calloutLine
.setTranslationX(translation);
248
if (holder.
calloutLine
!= null) {
249
holder.
calloutLine
.setAlpha(1f)
[
all
...]
RecentsVerticalScrollView.java
160
final View
calloutLine
= view.findViewById(R.id.recents_callout_line);
161
if (
calloutLine
!= null) {
162
calloutLine
.setOnTouchListener(noOpListener);
Completed in 160 milliseconds