Home
last modified time | relevance | path

Searched +defs:width +defs:delegate (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DSystemUIBottomSheetDialog.java29 …al com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate = null; field in SystemUIBottomSheetDialog
40com.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 Dembedder_test.cpp53 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/
DVideoSurfaceTextureImpl.java40 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 DInvertedLuminanceSource.java27 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 DActivityTransitionAnimator.kt752 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 DSystemUIDialog.java167 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 DSystemUIBottomSheetDialog.kt54 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 DByQuadrantReader.java41 private final Reader delegate; field in ByQuadrantReader
43 public ByQuadrantReader(Reader delegate) { in ByQuadrantReader()
57 int width = image.getWidth(); in decode() local
H A DGenericMultipleBarcodeReader.java52 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/
DWrappedSession.java39 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/
Dlottie_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 DTransitionLayout.kt55 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/
DAndroidImageReaderProxy.java38 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/
DActivityContext.java133 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/
Dclasses.jarMETA-INF/ androidx/ androidx/wear/ androidx/wear/compose/ androidx/wear ...
Dandroidx.wear.compose_compose-material-core.jarMETA-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/
Dandroidx.wear.compose_compose-material-core.jarMETA-INF/ androidx/ androidx/wear/ androidx/wear/compose/ androidx/wear ...
Dclasses.jarMETA-INF/ androidx/ androidx/wear/ androidx/wear/compose/ androidx/wear ...
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc93 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 Dcfx_gifcontext.cpp29 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/
Dandroidx.compose.animation_animation.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/animation/ androidx/compose ...
Dclasses.jarMETA-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/
Dandroidx.compose.animation_animation.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/animation/ androidx/compose ...
Dclasses.jarMETA-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/
Dandroidx.compose.animation_animation.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/animation/ androidx/compose ...

12345678910>>...40