Home
last modified time | relevance | path

Searched refs:mEnabled (Results 1 – 25 of 28) sorted by relevance

12

/core/core/src/main/java/androidx/core/app/
DRemoteActionCompat.java73 public boolean mEnabled; field in RemoteActionCompat
86 mEnabled = true; in RemoteActionCompat()
105 mEnabled = other.mEnabled; in RemoteActionCompat()
132 mEnabled = enabled; in setEnabled()
139 return mEnabled; in isEnabled()
/core/core/src/main/java/androidx/core/widget/
DAutoScrollHelper.java184 private boolean mEnabled; field in AutoScrollHelper
237 if (mEnabled && !enabled) { in setEnabled()
241 mEnabled = enabled; in setEnabled()
249 return mEnabled; in isEnabled()
458 if (!mEnabled) { in onTouch()
/core/core/src/androidTest/java/androidx/core/content/
DUnusedAppRestrictionsBackportServiceConnectionTest.java215 private boolean mEnabled; field in UnusedAppRestrictionsBackportServiceConnectionTest.FakeIUnusedAppRestrictionsBackportService
220 this.mEnabled = isEnabled; in FakeIUnusedAppRestrictionsBackportService()
231 callback.onIsPermissionRevocationEnabledForAppResult(mSuccess, mEnabled); in isPermissionRevocationEnabledForApp()
/core/core/api/
Drestricted_1.1.0-beta02.txt98 field @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP) public boolean mEnabled;
Drestricted_1.1.0-beta01.txt729 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.1.0-rc01.txt729 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.3.0-beta01.txt769 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.2.0-beta01.txt767 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.2.0-beta02.txt767 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.6.0-beta02.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.6.0-beta01.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.6.0-beta03.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.5.0-beta01.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.5.0-beta02.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.5.0-beta03.txt889 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.8.0-beta02.txt935 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.7.0-beta02.txt901 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.7.0-beta03.txt901 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.7.0-beta01.txt901 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.9.0-beta01.txt942 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.10.0-beta01.txt988 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.11.0-beta02.txt1027 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.12.0-beta01.txt1040 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.11.0-beta01.txt1027 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;
Drestricted_1.13.0-beta01.txt1052 …strictTo.Scope.LIBRARY_GROUP) @androidx.versionedparcelable.ParcelField(5) public boolean mEnabled;

12