Home
last modified time | relevance | path

Searched defs:views (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DNotificationTemplateTest.kt56 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
72 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
89 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
105 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
119 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
135 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
151 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
170 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
192 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
214 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
[all …]
/aosp_15_r20/cts/tests/translation/src/android/translation/cts/
H A DUiTranslationManagerTest.java200 final List<AutofillId> views = result.first; in testTranslationAfterStartActivityOnSameTask() local
251 final List<AutofillId> views = result.first; in testUiTranslation() local
333 final List<AutofillId> views = result.first; in testUiTranslationWithoutAnimation() local
373 final List<AutofillId> views = result.first; in testPauseUiTranslationThenStartUiTranslation() local
401 final List<AutofillId> views = result.first; in testUiTranslation_CustomViewTranslationCallback() local
454 final List<AutofillId> views = result.first; in testUiTranslation_CustomViewTranslationCallback_DetachAndReattach() local
483 final List<AutofillId> views = result.first; in testUiTranslation_ViewTranslationCallback_paddingText() local
520 final List<AutofillId> views = result.first; in testUiTranslation_hasContentDescription() local
577 final List<AutofillId> views = result.first; in testIMEUiTranslationStateCallback() local
660 final List<AutofillId> views = result.first; in testNonIMEUiTranslationStateCallback() local
[all …]
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy30/src/android/app/notification/legacy30/cts/
H A DNotificationTemplateApi30Test.kt42 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
56 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
75 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
90 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
198 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
208 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
229 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
254 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
274 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
298 val views = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c135 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views()
300 struct pipe_sampler_view **views, in prepare_shader_sampling()
399 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling()
411 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling()
423 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_ctrl_sampling()
435 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_eval_sampling()
450 struct pipe_sampler_view **views = ctx->sampler_views[stage]; in llvmpipe_cleanup_stage_sampling() local
468 struct pipe_image_view *views, in prepare_shader_images()
558 struct pipe_image_view *views) in llvmpipe_prepare_vertex_images()
570 struct pipe_image_view *views) in llvmpipe_prepare_geometry_images()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java256 RemoteViews views = setCommonRemoteViewsFields(viewsForTile, maxAvatarSize); in getViews() local
340 RemoteViews views; in createSuppressedView() local
355 private void setMaxLines(RemoteViews views, boolean showSender) { in setMaxLines()
445 private int getMaxAvatarSize(RemoteViews views) { in getMaxAvatarSize()
502 private RemoteViews setCommonRemoteViewsFields(RemoteViews views, in setCommonRemoteViewsFields()
553 private RemoteViews setLaunchIntents(RemoteViews views) { in setLaunchIntents()
590 RemoteViews views = new RemoteViews(mContext.getPackageName(), getViewForDndRemoteViews()); in createDndRemoteViews() local
671 RemoteViews views = setViewForContentLayout(new RemoteViews(mContext.getPackageName(), in createMissedCallRemoteViews() local
692 private void setPredefinedIconVisible(RemoteViews views) { in setPredefinedIconVisible()
704 RemoteViews views = setViewForContentLayout(new RemoteViews(mContext.getPackageName(), in createNotificationRemoteViews() local
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java177 RemoteViews views = new RemoteViews(landscape, portrait); in parcelSize_differentOrientation() local
178 assertTrue(getParcelSize(views) < (getParcelSize(landscape) + getParcelSize(portrait))); in parcelSize_differentOrientation() argument
551 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in nestedAddViews() local
576 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in nestedLandscapeViews() local
596 private RemoteViews parcelAndRecreate(RemoteViews views) { in parcelAndRecreate()
600 private RemoteViews parcelAndRecreateWithPendingIntentCookie(RemoteViews views, Object cookie) { in parcelAndRecreateWithPendingIntentCookie()
618 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in copyWithBinders() local
637 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in copy_keepsPendingIntentWhitelistToken() local
669 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in sharedElement_pendingIntent_notifyParent() local
689 RemoteViews views = new RemoteViews(mPackage, R.layout.remote_views_test); in setIntTag() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java171 RemoteViews views = getPeopleTileViewHelper(PERSON_TILE_WITHOUT_NOTIFICATION).getViews(); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden() local
216 RemoteViews views = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime() local
288 RemoteViews views = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
360 RemoteViews views = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
444 RemoteViews views = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithStatusTemplate() local
532 RemoteViews views = getPeopleTileViewHelper( in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge() local
582 RemoteViews views = getPeopleTileViewHelper(tile).getViews(); in testCreateRemoteViewsWithPackageSuspended() local
592 RemoteViews views = helper.getViews(); in testCreateRemoteViewsWithNotificationContent() local
602 RemoteViews views = helper.getViews(); in testCreateRemoteViewsWithInvalidNotificationContent() local
614 RemoteViews views = getPeopleTileViewHelper(tile).getViews(); in testCreateRemoteViewsWithUserQuieted() local
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java138 final View[] views = new View[24]; in testRemoveChildren() local
159 final View[] views = new View[24]; in testRemoveChildrenBulk() local
180 final View[] views = new View[24]; in testRemoveChildrenBulkAtFront() local
202 final View[] views = new View[24]; in testRemoveChildrenBulkAtEnd() local
223 final View[] views = new View[24]; in testRemoveChildAtFront() local
242 final View[] views = new View[24]; in testRemoveChildInMiddle() local
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDstruts2-core-2.2.1.jar ... struts2/util/ org/apache/struts2/views/ org/apache/struts2/views/xslt ...
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.kt210 val views = RemoteViews(mContext?.getPackageName(), R.layout.appwidget_loading) in getLoadingView() constant
221 val views = RemoteViews( in getViewAt() constant
236 val views = RemoteViews( in getViewAt() constant
252 val views = RemoteViews( in getViewAt() constant
260 val views: RemoteViews? in getViewAt() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowWindowManagerImplTest.java46 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_isInitiallyEmpty() local
55 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_returnsAnAddedView() local
66 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnAViewThatWasRemoved() local
76 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnAViewThatWasRemovedImmediately() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSectionKt.java32 java.lang.Iterable<? extends android.view.View> views, int visibility) { in setVisibility()
37 java.lang.Iterable<? extends android.view.View> views, float alpha) { in setAlpha()
42 java.lang.Iterable<? extends android.view.View> views, float scaleX) { in setScaleX()
47 java.lang.Iterable<? extends android.view.View> views, float scaleY) { in setScaleY()
/aosp_15_r20/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java119 TranslationSpec targetSpec, List<AutofillId> views, in updateUiTranslationState()
150 onUiTranslationStarted(mTranslators.get(specs), views); in updateUiTranslationState() local
198 private void setLastRequestAutofillIdsLocked(List<AutofillId> views) { in setLastRequestAutofillIdsLocked()
491 List<AutofillId> views) { in createTranslatorAndStart()
527 private void onUiTranslationStarted(Translator translator, List<AutofillId> views) { in onUiTranslationStarted()
578 private SparseIntArray getRequestVirtualViewChildCount(List<AutofillId> views) { in getRequestVirtualViewChildCount()
643 final ArrayMap<AutofillId, WeakReference<View>> views = new ArrayMap<>(mViews); in runForEachView() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DMultiViewTest.java103 List<TextureView> views = Arrays.asList(mTextureView[0]); in testTextureViewPreview() local
145 List<TextureView> views = Arrays.asList(mTextureView[0]); in testTextureViewPreviewWithImageReader() local
184 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]); in testDualTextureViewPreview() local
226 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]); in testDualTextureViewAndImageReaderPreview() local
266 List<TextureView> views = Arrays.asList(mTextureView[i]); in testDualCameraPreview() local
1013 List<TextureView> views = Arrays.asList(mTextureView[viewIdx0]); in testTextureImageWriterReaderOperation() local
1319 String cameraId, List<TextureView> views, ImageReader imageReader) in startTextureViewPreview()
1361 String cameraId, List<TextureView> views, ImageReader testImagerReader) in textureViewPreview()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.c92 struct st_sampler_views *views; in st_texture_set_sampler_view() local
207 struct st_sampler_views *views = p_atomic_read(&stObj->sampler_views); in st_texture_get_current_sampler_view() local
231 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_context_sampler_view() local
262 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_all_sampler_views() local
301 struct st_sampler_views *views = stObj->sampler_views_old; in st_delete_texture_sampler_views() local
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c198 pan_blitter_is_ms(struct pan_blitter_views *views) in pan_blitter_is_ms()
219 struct pan_blitter_views *views, in pan_blitter_emit_blends()
235 struct pan_blitter_views *views, mali_ptr *blend_shaders, in pan_blitter_emit_rsd()
693 pan_blitter_get_key(struct pan_blitter_views *views) in pan_blitter_get_key()
745 struct pan_blitter_views *views) in pan_blitter_get_rsd()
831 struct pan_blitter_views views = {0}; in pan_preload_get_views() local
963 const struct pan_image_view **views) in pan_blitter_emit_textures()
1006 const struct pan_image_view *views[8]; in pan_preload_emit_textures() local
1126 struct pan_blitter_views views = pan_preload_get_views(fb, zs, &patched_s); in pan_preload_emit_dcd() local
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrDistanceFieldGeoProc.cpp219 const GrSurfaceProxyView* views, in GrDistanceFieldA8TextGeoProc()
259 void GrDistanceFieldA8TextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
482 const GrSurfaceProxyView* views, in GrDistanceFieldPathGeoProc()
512 void GrDistanceFieldPathGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
799 const GrSurfaceProxyView* views, in GrDistanceFieldLCDTextGeoProc()
835 void GrDistanceFieldLCDTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
H A DGrDistanceFieldGeoProc.h80 const GrSurfaceProxyView* views, in Make()
94 const GrSurfaceProxyView* views, in Make()
159 const GrSurfaceProxyView* views, int numActiveViews, in Make()
230 const GrSurfaceProxyView* views, in Make()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAppWidgetManager.java75 protected void updateAppWidget(int[] appWidgetIds, RemoteViews views) { in updateAppWidget()
88 protected void updateAppWidget(int appWidgetId, RemoteViews views) { in updateAppWidget()
99 private boolean canReapplyRemoteViews(WidgetInfo widgetInfo, RemoteViews views) { in canReapplyRemoteViews()
114 private RemoteViews getRemoteViewsToApply(RemoteViews views) { in getRemoteViewsToApply()
118 private static boolean hasLandscapeAndPortraitLayouts(RemoteViews views) { in hasLandscapeAndPortraitLayouts()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c105 struct pipe_sampler_view **views) in softpipe_set_sampler_views()
184 struct pipe_sampler_view **views, in prepare_shader_sampling()
306 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling()
330 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DFragmentTransition.java569 private static void addSharedElementsWithMatchingNames(ArrayList<View> views, in addSharedElementsWithMatchingNames()
922 ArrayList<View> views = new ArrayList<>(); in callSharedElementStartEnd() local
945 final List<View> views = transition.getTargets(); in setSharedElementTargets() local
961 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()
985 private static boolean containedBeforeIndex(final List<View> views, final View view, in containedBeforeIndex()
1063 public static void addTargets(Transition transition, ArrayList<View> views) { in addTargets()
1125 private static void setViewVisibility(ArrayList<View> views, @View.Visibility int visibility) { in setViewVisibility()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.c261 unsigned nr, bool take_ownership, struct pipe_sampler_view **views) in set_sampler_views()
295 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views()
309 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views()
323 struct pipe_sampler_view **views) in etna_set_sampler_views()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/
DViewCache.java48 ArrayList<View> views = mViews.get(resId); in putView() local
60 ArrayList<View> views = mViews.get(resId); in putView() local
73 ArrayList<View> views = mViews.get(resId); in getView() local
/aosp_15_r20/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java704 public void updateAppWidget(int[] appWidgetIds, RemoteViews views) { in updateAppWidget()
779 public void updateAppWidget(int appWidgetId, RemoteViews views) { in updateAppWidget()
810 public void partiallyUpdateAppWidget(int[] appWidgetIds, RemoteViews views) { in partiallyUpdateAppWidget()
844 public void partiallyUpdateAppWidget(int appWidgetId, RemoteViews views) { in partiallyUpdateAppWidget()
864 public void updateAppWidget(ComponentName provider, RemoteViews views) { in updateAppWidget()
950 RemoteViews views = mService.getAppWidgetViews(mPackageName, widgetId); in notifyCollectionWidgetChange() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DPhotoAppWidgetProvider.java66 RemoteViews views = buildWidget(context, id, entry); in onUpdate() local
81 RemoteViews views = new RemoteViews( in buildStackWidget() local
105 RemoteViews views = new RemoteViews( in buildFrameWidget() local

12345678910>>...47