OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCanCurrViewBeDimissed
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
70
private boolean
mCanCurrViewBeDimissed
;
216
mCanCurrViewBeDimissed
= mCallback.canChildBeDismissed(mCurrView);
362
updateAlphaFromOffset(mCurrAnimView,
mCanCurrViewBeDimissed
);
/packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java
84
private boolean
mCanCurrViewBeDimissed
;
225
mCanCurrViewBeDimissed
= mCallback.canChildBeDismissed(mCurrView);
389
if (FADE_OUT_DURING_SWIPE &&
mCanCurrViewBeDimissed
) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
78
private boolean
mCanCurrViewBeDimissed
;
215
mCanCurrViewBeDimissed
= mCallback.canChildBeDismissed(mCurrView);
389
if (FADE_OUT_DURING_SWIPE &&
mCanCurrViewBeDimissed
) {
Completed in 27 milliseconds