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

  /packages/apps/Launcher3/src/com/android/launcher3/discovery/
AppDiscoveryItem.java 31 public final boolean isRecent;
43 boolean isRecent,
54 this.isRecent = isRecent;
AppDiscoveryAppInfo.java 32 public final boolean isRecent;
47 this.isRecent = item.isRecent;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 500 if (appDiscoveryAppInfo.isRecent) {
600 if (discoveryAppInfo.isRecent) {

Completed in 69 milliseconds