Home
last modified time | relevance | path

Searched defs:targetView (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java136 final View targetView = getTargetView(rootView, in); in handleChunk() local
279 private Chunk captureView(View rootView, View targetView) { in captureView()
293 private Chunk dumpDisplayLists(final View rootView, final View targetView) { in dumpDisplayLists()
349 private Chunk invokeViewMethod(View rootView, final View targetView, ByteBuffer in) { in invokeViewMethod()
363 private Chunk setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) { in setLayoutParameter()
379 private Chunk profileView(View rootView, final View targetView) { in profileView()
/frameworks/base/core/java/android/view/
DSyncRtSurfaceTransactionApplier.java54 public SyncRtSurfaceTransactionApplier(View targetView) { in SyncRtSurfaceTransactionApplier()
152 public static void create(final View targetView, in create()
DNotificationTopLineView.java433 OverflowAdjuster adjust(View targetView, View targetDivider, int minimumWidth) { in adjust()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DBaseBubblePinController.kt143 val targetView = getDropTargetView() ?: createDropTargetView().apply { alpha = 0f } in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/animation/back/
DBackTransformationTest.kt19 private val targetView: View = mock() constant in com.android.systemui.animation.back.BackTransformationTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt19 private val targetView: View = mock() constant in com.android.systemui.statusbar.notification.RoundableTest
/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java111 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { in onTargetFound()
/frameworks/base/core/java/android/widget/
DAdapterView.java441 public AdapterContextMenuInfo(View targetView, int position, long id) { in AdapterContextMenuInfo()
451 public View targetView; field in AdapterView.AdapterContextMenuInfo
DZoomButtonsController.java557 View targetView = mTouchTargetView; in onTouch() local
DExpandableListView.java1292 public ExpandableListContextMenuInfo(View targetView, long packedPosition, long id) { in ExpandableListContextMenuInfo()
1302 public View targetView; field in ExpandableListView.ExpandableListContextMenuInfo
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/magnetictarget/
DMagnetizedObjectTest.kt56 private lateinit var targetView: View in <lambda>() variable in com.android.wm.shell.shared.magnetictarget.MagnetizedObjectTest
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonRipple.java93 KeyButtonRipple(Context ctx, View targetView, @DimenRes int maxWidthResource) { in KeyButtonRipple()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt306 constructor(internal val targetView: View, private val roundable: Roundable, maxRadius: Float) { constant in com.android.systemui.statusbar.notification.RoundableState
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java100 public KeyButtonRipple(Context ctx, View targetView, @DimenRes int maxWidthResource) { in KeyButtonRipple()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/magnetictarget/
DMagnetizedObject.kt605 val targetView: View, in <lambda>() constant in com.android.wm.shell.shared.magnetictarget.MagnetizedObject.MagneticTarget
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java286 View targetView = getWindow().getDecorView(); in onCreate() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java87 public BaseInputConnection(@NonNull View targetView, boolean fullEditor) { in BaseInputConnection()
DInputMethodManager.java4455 public void dispatchKeyEventFromInputMethod(@Nullable View targetView, in dispatchKeyEventFromInputMethod()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1187 View targetView = Flags.shaderlibLoadingEffectRefactor() in createTurbulenceNoiseConfig() local
DMediaViewController.kt1195 val targetView: View = in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java3080 private void animateDismissBubble(View targetView, boolean applyAlpha) { in animateDismissBubble()