HomeSort by relevance Sort by last modified time
    Searched refs:mRecentsPanel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 47 private RecentsPanelView mRecentsPanel;
56 if (mRecentsPanel != null && mRecentsPanel.isShowing()) {
59 mRecentsPanel.show(false);
63 if (mRecentsPanel != null) {
64 mRecentsPanel.onWindowAnimationStart();
101 if (mRecentsPanel != null) {
102 mRecentsPanel.onUiHidden();
129 if (mRecentsPanel != null) {
132 mRecentsPanel.refreshRecentTasksList()
    [all...]
RecentTasksLoader.java 54 private RecentsPanelView mRecentsPanel;
117 // Only allow clearing mRecentsPanel if the caller is the current recentsPanel
118 if (newRecentsPanel != null || mRecentsPanel == caller) {
119 mRecentsPanel = newRecentsPanel;
120 if (mRecentsPanel != null) {
121 mNumTasksInFirstScreenful = mRecentsPanel.numItemsInOneScreenful();
279 if (mRecentsPanel == caller) {
286 if (mRecentsPanel != null && mRecentsPanel.isShowing()) {
299 if (mRecentsPanel != null)
    [all...]

Completed in 110 milliseconds