/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | SystemUIBottomSheetDialog.java | 29 …al com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate = null; field in SystemUIBottomSheetDialog 40 …com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate, @org.jet… in SystemUIBottomSheetDialog() 88 …roid.systemui.statusbar.phone.SystemUIBottomSheetDialog create(@org.jetbrains.annotations.NotNull() in create() 110 private final int width = 0; field in SystemUIBottomSheetDialog.WindowLayout.Layout 113 public Layout(int width, int height) { in Layout() 134 …ystemui.statusbar.phone.SystemUIBottomSheetDialog.WindowLayout.Layout copy(int width, int height) { in copy()
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local 108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local 586 int width = static_cast<int>(FPDF_GetPageWidthF(page)); in RenderPageWithFlags() local [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
D | VideoSurfaceTextureImpl.java | 40 private VideoSurfaceDelegate delegate; field in VideoSurfaceTextureImpl 54 public void setDelegate(VideoSurfaceDelegate delegate) { in setDelegate() 147 private boolean createSurface(int width, int height) { in createSurface() 190 public void onSurfaceTextureAvailable(SurfaceTexture newSurfaceTexture, int width, int height) { in onSurfaceTextureAvailable() 244 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {} in onSurfaceTextureSizeChanged()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/ |
H A D | InvertedLuminanceSource.java | 27 private final LuminanceSource delegate; field in InvertedLuminanceSource 29 public InvertedLuminanceSource(LuminanceSource delegate) { in InvertedLuminanceSource() 37 int width = getWidth(); in getRow() local 61 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityTransitionAnimator.kt | 752 private val delegate: Listener?, in <lambda>() constant in com.android.systemui.animation.DelegatingAnimationCompletionListener 781 private val delegate = RemoteAnimationRunnerCompat.wrap(runner) in <lambda>() constant in com.android.systemui.animation.OriginTransition 942 @VisibleForTesting var delegate: AnimationDelegate? in <lambda>() variable in com.android.systemui.animation.Runner 963 initAndRun(finishedCallback) { delegate -> in <lambda>() method 977 initAndRun(finishedCallback) { delegate -> in <lambda>() method 993 val delegate = delegate in <lambda>() constant 1008 val delegate = delegate in <lambda>() constant 1349 val delegate = this.controller in <lambda>() constant 1377 val width = windowBounds.right - windowBounds.left in <lambda>() constant 1508 val width = screenBounds.right - screenBounds.left in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SystemUIDialog.java | 167 public SystemUIDialog create(Delegate delegate, Context context) { in create() 171 public SystemUIDialog create(Delegate delegate, Context context, @StyleRes int theme) { in create() 175 public SystemUIDialog create(Delegate delegate) { in create() 221 Delegate delegate) { in SystemUIDialog() 241 DialogDelegate<SystemUIDialog> delegate) { in SystemUIDialog() 289 int width = getWidth(); in updateWindowSize() local 556 int width = context.getResources().getDimensionPixelSize(R.dimen.large_dialog_width); in getDefaultDialogWidth() local
|
H A D | SystemUIBottomSheetDialog.kt | 54 private val delegate: DialogDelegate<in Dialog>, constant 155 val width = if (edgeToEdgeHorizontally) MATCH_PARENT else WRAP_CONTENT in create() constant 162 data class Layout(val width: Int, val height: Int) in create() constant in WindowLayout.Layout
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/multi/ |
H A D | ByQuadrantReader.java | 41 private final Reader delegate; field in ByQuadrantReader 43 public ByQuadrantReader(Reader delegate) { in ByQuadrantReader() 57 int width = image.getWidth(); in decode() local
|
H A D | GenericMultipleBarcodeReader.java | 52 private final Reader delegate; field in GenericMultipleBarcodeReader 54 public GenericMultipleBarcodeReader(Reader delegate) { in GenericMultipleBarcodeReader() 104 int width = image.getWidth(); in doDecodeMultiple() local
|
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/support/tis/ |
D | WrappedSession.java | 39 private final TifSession delegate; field in WrappedSession 63 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() 145 public void onOverlayViewSizeChanged(int width, int height) { in onOverlayViewSizeChanged()
|
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie_compose/android_common/kotlin/ |
D | lottie_compose.jar | ... androidx.compose.runtime.MutableState $wasPlaying$delegate
void <init> (boolean, boolean, com ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 55 private val delegate = constant 325 var width: Int = 0 variable in TransitionViewState 383 var width: Int = 0, variable in WidgetState
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | AndroidImageReaderProxy.java | 38 public AndroidImageReaderProxy(android.media.ImageReader delegate) { in AndroidImageReaderProxy() 46 public static ImageReaderProxy newInstance(int width, int height, int format, int maxImages) { in newInstance()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 133 default void updateOpenFolderPosition(int[] inOutPosition, Rect bounds, int width, int height) { in updateOpenFolderPosition() 488 int width = v.getMeasuredWidth(), height = v.getMeasuredHeight(); in getActivityLaunchOptions() local 566 public ActivityContextDelegate(Context base, int themeResId, ActivityContext delegate) { in ActivityContextDelegate()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/wear/compose/compose-material-core/1.5.0-alpha07/androidx.wear.compose_compose-material-core/android_common_apex30/aar/ |
D | classes.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
D | androidx.wear.compose_compose-material-core.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/wear/compose/compose-material-core/1.5.0-alpha07/androidx.wear.compose_compose-material-core/android_common_apex34/aar/ |
D | androidx.wear.compose_compose-material-core.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
D | classes.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 93 Delegate* delegate, in Initialize() 475 float width = command->GetWidth(); in DoDrawRect() local 540 float width = command->GetWidth(); in DoDrawGrid() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | cfx_gifcontext.cpp | 29 CFX_GifContext::CFX_GifContext(GifDecoder::Delegate* delegate) in CFX_GifContext() 42 int32_t width, in GetRecordPosition()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common_apex30/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common_apex34/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |