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
121
View
calloutLine
;
157
holder.
calloutLine
= convertView.findViewById(R.id.recents_callout_line);
192
if (oldHolder.
calloutLine
!= null) {
193
oldHolder.
calloutLine
.setAlpha(1f);
194
oldHolder.
calloutLine
.setTranslationX(0f);
195
oldHolder.
calloutLine
.setTranslationY(0f);
210
holder.
calloutLine
.setAlpha(0f);
211
holder.
calloutLine
.setTranslationX(translation);
246
if (holder.
calloutLine
!= null) {
247
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 509 milliseconds