/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 44 private View sticky; field in StickyHeaderRecyclerView 63 if (sticky == null) { in onLayout() 66 if (sticky != null) { in onLayout() 77 if (sticky != null) { in onMeasure() 89 sticky = header.findViewWithTag("sticky"); in updateStickyView() 96 if (sticky != null) { in draw() 100 final View drawTarget = headerView != null ? headerView : sticky; in draw() 102 final int drawOffset = headerView != null ? sticky.getTop() : 0; in draw()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StickyHeaderScrollView.java | 47 private View sticky; field in StickyHeaderScrollView 66 if (sticky == null) { in onLayout() 73 sticky = findViewWithTag("sticky"); in updateStickyView() 81 if (sticky != null) { in updateStickyHeaderPosition() 83 final View drawTarget = stickyContainer != null ? stickyContainer : sticky; in updateStickyHeaderPosition() 85 final int drawOffset = stickyContainer != null ? sticky.getTop() : 0; in updateStickyHeaderPosition()
|
D | StickyHeaderListView.java | 55 private View sticky; field in StickyHeaderListView 91 if (sticky == null) { in onLayout() 97 sticky = findViewWithTag("sticky"); in updateStickyView() 114 if (sticky != null) { in draw() 117 final View drawTarget = stickyContainer != null ? stickyContainer : sticky; in draw() 119 final int drawOffset = stickyContainer != null ? sticky.getTop() : 0; in draw() 159 final int numberOfHeaders = sticky != null ? 1 : 0; in onInitializeAccessibilityEvent()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | BroadcastTest.java | 314 Intent sticky = getContext().registerReceiver(null, filter); in testSetSticky() local 315 assertNotNull("Sticky not found", sticky); in testSetSticky() 316 assertEquals(LaunchpadActivity.DATA_1, sticky.getStringExtra("test")); in testSetSticky() 330 Intent sticky = getContext().registerReceiver(null, filter); in testClearSticky() local 331 assertNull("Sticky not found", sticky); in testClearSticky() 344 Intent sticky = getContext().registerReceiver(null, filter); in testReplaceSticky() local 345 assertNotNull("Sticky not found", sticky); in testReplaceSticky() 346 assertEquals(LaunchpadActivity.DATA_2, sticky.getStringExtra("test")); in testReplaceSticky()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastRecord.java | 60 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord 174 if (resultAbort || ordered || sticky || initialSticky) { in dump() 177 pw.print(" sticky="); pw.print(sticky); in dump() 268 sticky = _sticky; in BroadcastRecord() 292 sticky = from.sticky; in BroadcastRecord() 354 resultData, resultExtras, ordered, sticky, initialSticky, userId, in splitRecipientsLocked()
|
D | PreBootBroadcaster.java | 119 boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
|
D | UserController.java | 694 boolean sticky, int sendingUser) { in finishUserUnlockedCompleted() 743 Bundle extras, boolean ordered, boolean sticky, int sendingUser) in finishUserUnlockedCompleted() 910 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { 937 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { 1463 boolean sticky, 2737 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid, 2750 bOptions, ordered, sticky, callingPid, callingUid, realCallingUid,
|
D | BroadcastQueue.java | 572 boolean ordered, boolean sticky, int sendingUser) in performReceiveLocked() argument 581 data, extras, ordered, sticky, sendingUser, app.getReportedProcState()); in performReceiveLocked() 602 sticky, sendingUser); in performReceiveLocked()
|
D | ActivityManagerService.java | 5561 boolean sticky, int sendingUser) { in finishBooting() 9719 String data, Bundle extras, boolean ordered, boolean sticky, in systemReady() 15607 Intent sticky = allSticky != null ? allSticky.get(0) : null; in registerReceiverWithFeature() local 15608 if (DEBUG_BROADCAST) Slog.v(TAG_BROADCAST, "Register receiver " + filter + ": " + sticky); in registerReceiverWithFeature() 15610 return sticky; in registerReceiverWithFeature() 15635 return sticky; in registerReceiverWithFeature() 15689 return sticky; in registerReceiverWithFeature() 15924 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntentLocked() argument 15928 appOp, bOptions, ordered, sticky, callingPid, callingUid, realCallingUid, in broadcastIntentLocked() 15938 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntentLocked() argument [all …]
|
D | ActivityManagerShellCommand.java | 712 boolean ordered, boolean sticky, int sendingUser) {
|
/frameworks/base/core/java/android/content/ |
D | IIntentReceiver.aidl | 32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive() argument
|
D | BroadcastReceiver.java | 105 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() argument 111 mInitialStickyHint = sticky; in PendingResult()
|
D | IntentSender.java | 117 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive() argument
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 35 ### A note on sticky broadcasts 39 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas… 43 …ovide the necessary optimizations, `BroadcastDispatcher` does not offer support for sticky intents: 45 …dcastReceiver`). `BroadcastDispatcher#registerReceiver` **does not** return the last sticky Intent. 46 * Do not expect cached sticky broadcasts to be delivered on registration. This may happen but it's …
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 262 public boolean sticky; field in Keyboard.Key 386 sticky = a.getBoolean( in Key() 433 if (sticky && inside) { in onReleased() 510 if (sticky) { in getCurrentDrawableState()
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 1454 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument 1469 ordered, sticky, sendingUser); in performReceive() 1509 boolean ordered, boolean sticky, int sendingUser) { in Args() argument 1512 sticky, mIIntentReceiver.asBinder(), sendingUser, intent.getFlags()); in Args() 1635 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument 1637 sticky, sendingUser); in performReceive()
|
D | ActivityManagerInternal.java | 293 String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, in broadcastIntentInPackage() argument
|
D | IApplicationThread.aidl | 93 boolean sticky, int sendingUser, int processState); in scheduleRegisteredReceiver() argument
|
D | IActivityManager.aidl | 134 int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntent() argument 138 int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntentWithFeature() argument
|
D | PendingIntent.java | 241 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive() argument
|
D | ActivityThread.java | 717 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData() argument 718 super(resultCode, resultData, resultExtras, TYPE_COMPONENT, ordered, sticky, in ReceiverData() 1158 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver() argument 1161 sticky, sendingUser); in scheduleRegisteredReceiver()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 697 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent() argument
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 357 // The action of the sticky Intent.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 559 // Whether sticky battery saver should be deactivated once the battery level has reached the
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |