Home
last modified time | relevance | path

Searched refs:multiSelectUnSelectAllViewContent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java112 private View multiSelectUnSelectAllViewContent; field in CallLogFragment
318 multiSelectUnSelectAllViewContent = in setupView()
322 multiSelectUnSelectAllViewContent.setOnClickListener(null); in setupView()
676 multiSelectUnSelectAllViewContent.setVisibility(show ? View.VISIBLE : View.GONE); in showMultiSelectRemoveView()
677 multiSelectUnSelectAllViewContent.setAlpha(show ? 0 : 1); in showMultiSelectRemoveView()
678 multiSelectUnSelectAllViewContent.animate().alpha(show ? 1 : 0).start(); in showMultiSelectRemoveView()