Home
last modified time | relevance | path

Searched refs:shouldShowIcon (Results 1 – 25 of 51) sorted by relevance

123

/core/core/src/main/java/androidx/core/app/
DRemoteActionCompat.java123 action.setShouldShowIcon(Api28Impl.shouldShowIcon(remoteAction)); in createFromRemoteAction()
145 public void setShouldShowIcon(boolean shouldShowIcon) { in setShouldShowIcon() argument
146 mShouldShowIcon = shouldShowIcon; in setShouldShowIcon()
153 public boolean shouldShowIcon() { in shouldShowIcon() method in RemoteActionCompat
197 Api28Impl.setShouldShowIcon(action, shouldShowIcon()); in toRemoteAction()
208 static boolean shouldShowIcon(RemoteAction remoteAction) { in shouldShowIcon() method in RemoteActionCompat.Api28Impl
209 return remoteAction.shouldShowIcon(); in shouldShowIcon()
212 static void setShouldShowIcon(RemoteAction remoteAction, boolean shouldShowIcon) { in setShouldShowIcon() argument
213 remoteAction.setShouldShowIcon(shouldShowIcon); in setShouldShowIcon()
/core/core/src/androidTest/java/androidx/core/app/
DRemoteActionCompatTest.java84 assertFalse(remoteAction.shouldShowIcon()); in assertEqualsToTestRemoteActionCompat()
/core/core/api/
D1.1.0-rc01.txt647 method public boolean shouldShowIcon();
D1.1.0-beta02.txt647 method public boolean shouldShowIcon();
D1.1.0-beta01.txt647 method public boolean shouldShowIcon();
D1.2.0-beta01.txt683 method public boolean shouldShowIcon();
D1.3.0-beta01.txt685 method public boolean shouldShowIcon();
D1.2.0-beta02.txt683 method public boolean shouldShowIcon();
D1.5.0-beta02.txt797 method public boolean shouldShowIcon();
D1.5.0-beta03.txt797 method public boolean shouldShowIcon();
Drestricted_1.1.0-beta01.txt725 method public boolean shouldShowIcon();
Drestricted_1.1.0-rc01.txt725 method public boolean shouldShowIcon();
D1.5.0-beta01.txt797 method public boolean shouldShowIcon();
D1.6.0-beta03.txt797 method public boolean shouldShowIcon();
D1.6.0-beta01.txt797 method public boolean shouldShowIcon();
D1.6.0-beta02.txt797 method public boolean shouldShowIcon();
Drestricted_1.3.0-beta01.txt765 method public boolean shouldShowIcon();
Drestricted_1.2.0-beta01.txt763 method public boolean shouldShowIcon();
D1.8.0-beta02.txt838 method public boolean shouldShowIcon();
Drestricted_1.2.0-beta02.txt763 method public boolean shouldShowIcon();
D1.7.0-beta03.txt805 method public boolean shouldShowIcon();
D1.7.0-beta01.txt805 method public boolean shouldShowIcon();
D1.7.0-beta02.txt805 method public boolean shouldShowIcon();
D1.10.0-beta01.txt885 method public boolean shouldShowIcon();
D1.11.0-beta02.txt916 method public boolean shouldShowIcon();

123