Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java44 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/
DStickyHeaderScrollView.java47 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()
DStickyHeaderListView.java55 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/
DBroadcastTest.java314 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/
DBroadcastRecord.java58 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
172 if (resultAbort || ordered || sticky || initialSticky) { in dump()
175 pw.print(" sticky="); pw.print(sticky); in dump()
264 sticky = _sticky; in BroadcastRecord()
287 sticky = from.sticky; in BroadcastRecord()
349 resultData, resultExtras, ordered, sticky, initialSticky, userId, in splitRecipientsLocked()
DPreBootBroadcaster.java119 boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
DUserController.java557 boolean sticky, int sendingUser) { in finishUserUnlockedCompleted()
603 Bundle extras, boolean ordered, boolean sticky, int sendingUser) in finishUserUnlockedCompleted()
731 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
756 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1232 boolean sticky,
2275 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid,
2281 ordered, sticky, callingPid, callingUid, realCallingUid, realCallingPid,
DBroadcastQueue.java585 boolean ordered, boolean sticky, int sendingUser) in performReceiveLocked() argument
594 data, extras, ordered, sticky, sendingUser, app.getReportedProcState()); in performReceiveLocked()
615 sticky, sendingUser); in performReceiveLocked()
DActivityManagerService.java5337 boolean sticky, int sendingUser) { in finishBooting()
9152 … Bundle extras, boolean ordered, boolean sticky, int sendingUser) in systemReady()
14576 Intent sticky = allSticky != null ? allSticky.get(0) : null; in registerReceiver() local
14577 if (DEBUG_BROADCAST) Slog.v(TAG_BROADCAST, "Register receiver " + filter + ": " + sticky); in registerReceiver()
14579 return sticky; in registerReceiver()
14604 return sticky; in registerReceiver()
14658 return sticky; in registerReceiver()
14890 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntentLocked() argument
14894 sticky, callingPid, callingUid, realCallingUid, realCallingPid, userId, in broadcastIntentLocked()
14903 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntentLocked() argument
[all …]
DActivityManagerShellCommand.java693 boolean ordered, boolean sticky, int sendingUser) {
/frameworks/base/core/java/android/content/
DIIntentReceiver.aidl32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive() argument
DBroadcastReceiver.java105 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() argument
111 mInitialStickyHint = sticky; in PendingResult()
DIntentSender.java117 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive() argument
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java262 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/
DActivityManagerInternal.java256 Bundle bOptions, boolean serialized, boolean sticky, int userId, in broadcastIntentInPackage() argument
DLoadedApk.java1424 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
1439 ordered, sticky, sendingUser); in performReceive()
1479 boolean ordered, boolean sticky, int sendingUser) { in Args() argument
1482 sticky, mIIntentReceiver.asBinder(), sendingUser, intent.getFlags()); in Args()
1605 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
1607 sticky, sendingUser); in performReceive()
DIApplicationThread.aidl92 boolean sticky, int sendingUser, int processState); in scheduleRegisteredReceiver() argument
DPendingIntent.java235 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive() argument
DIActivityManager.aidl123 int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntent() argument
DActivityThread.java683 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData() argument
684 super(resultCode, resultData, resultExtras, TYPE_COMPONENT, ordered, sticky, in ReceiverData()
1127 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver() argument
1130 sticky, sendingUser); in scheduleRegisteredReceiver()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java609 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent() argument
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto427 // The action of the sticky Intent.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto558 // Whether sticky battery saver should be deactivated once the battery level has reached the
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13608 field public boolean sticky;
/frameworks/base/non-updatable-api/
Dcurrent.txt22801 field @Deprecated public boolean sticky;

12