Searched refs:highPriority (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h136 const Rect& rect, float radius, bool highPriority = true) {
137 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
H A DSnapshot.cpp117 float radius, bool highPriority) {
123 if (roundRectClipState && roundRectClipState->highPriority) {
130 state->highPriority = highPriority;
116 setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, float radius, bool highPriority) argument
H A DSnapshot.h59 bool highPriority; member in class:android::uirenderer::RoundRectClipState
177 float radius, bool highPriority);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkNotificationManager.java129 NetworkAgentInfo switchToNai, PendingIntent intent, boolean highPriority) {
149 highPriority));
192 final String channelId = highPriority ? SystemNotificationChannels.NETWORK_ALERTS :
128 showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, NetworkAgentInfo switchToNai, PendingIntent intent, boolean highPriority) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1287 * @param highPriority Passing true will cause this notification to be sent
1290 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
1292 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp2120 EXPECT_TRUE(state.roundRectClipState->highPriority);
2132 EXPECT_FALSE(state.roundRectClipState->highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java3229 * @param highPriority Passing true will cause this notification to be sent
3234 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
3236 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 286 milliseconds