Searched refs:invoke (Results 126 - 150 of 185) sorted by relevance

12345678

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DMenuItemWrapperICS.java378 mSetExclusiveCheckableMethod.invoke(mWrappedObject, checkable);
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
H A DWearableActionDrawerMenu.java462 /* package */ boolean invoke() { method in class:WearableActionDrawerMenu.WearableActionDrawerMenuItem
H A DWearableActionDrawerView.java256 if (menuItem.invoke()) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java122 return (TelephonyLog) method.invoke(mMetrics);
128 method.invoke(mMetrics);
137 return (String) method.invoke(null, log);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DListPopupWindow.java729 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds);
731 Log.e(TAG, "Could not invoke setEpicenterBounds on PopupWindow", e);
1413 sClipToWindowEnabledMethod.invoke(mPopup, clip);
1423 return (int) sGetMaxAvailableHeightMethod.invoke(mPopup, anchor, yOffset,
H A DSearchView.java2052 doBeforeTextChanged.invoke(view);
2061 doAfterTextChanged.invoke(view);
2070 ensureImeVisible.invoke(view, visible);
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java480 * @param view The View against which to invoke the method.
494 * @param view The View against which to invoke the method.
511 * @param v The View against which to invoke the method.
532 * @param v The View against which to invoke the method.
568 * @param v The View against which to invoke the method.
600 * @param v The View against which to invoke the method.
637 * @param v The View against which to invoke the method.
1212 * @param view The view on which to invoke the corresponding method.
1226 * @param view The view on which to invoke the corresponding method.
1583 sDispatchStartTemporaryDetach.invoke(vie
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java1122 return method.invoke(object, (Object[]) null);
1129 return method.invoke(view, (Object[]) null);
1601 Object methodValue = method.invoke(obj, (Object[]) null);
1698 result.set(method.invoke(view, args));
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java265 staticFactory.invoke(null, new WebViewDelegate());
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java183 onReceiveMethod.invoke(rec, getApplicationContext(), intent);
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java299 Object cl = method.invoke(emptyArrayInstance);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java522 entityIterator = (EntityIterator)getEntityIteratorMethod.invoke(null,
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatViewInflater.java385 mResolvedMethod.invoke(mResolvedContext, v);
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DWorkerWrapper.java419 internalInitMethod.invoke(
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp207 status_t MediaPlayer::invoke(const Parcel& request, Parcel *reply) function in class:android::MediaPlayer
214 ALOGV("invoke %zu", request.dataSize());
215 return mPlayer->invoke(request, reply);
217 ALOGE("invoke failed: wrong state %X, mPlayer(%p)", mCurrentState, mPlayer.get());
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java172 forcecompat = ((java.lang.Integer)getint.invoke(null, args)).intValue();
201 minorVersion = ((java.lang.Long)getMinorID.invoke(null)).longValue();
1393 sRuntime = get_runtime.invoke(null);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h343 virtual status_t invoke(const Parcel& request, Parcel *reply);
/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambdaImpl.java129 * {@link #acquire creation time} (0) or {@link #invoke invocation time} (1)
161 R invoke(Object a1, Object a2, Object a3, Object a4, Object a5, Object a6) { method in class:PooledLambdaImpl
164 Log.i(LOG_TAG, this + ".invoke("
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java142 public boolean invoke() { method in class:MenuItemImpl
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp523 std::invoke(func, frameCompleteNr);
/frameworks/base/media/java/android/media/
H A DMediaPlayer2.java89 * <li> It is a programming error to invoke methods such
244 * The invoke of the callback signals that the object is now in the <em>
274 * <td>Successful invoke of this method in a valid state does not change the
280 * <td>Successful invoke of this method in a valid state does not change the
287 * <td>Successful invoke of this method in a valid state does not change the
294 * <td>Successful invoke of this method in a valid state does not change
301 * <td>Successful invoke of this method in a valid state does not change
307 * <td>Successful invoke of this method in a valid state transfers the
313 * <td>Successful invoke of this method in a valid state transfers the
328 * <td>Successful invoke o
810 public void invoke(Parcel request, Parcel reply) { } method in class:MediaPlayer2
[all...]
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java206 onReceiveMethod.invoke(rec, getApplicationContext(), intent);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java617 dumpCoverageMethod.invoke(null, coverageFile, false, false);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java428 ? getBlobAshmemSize.invoke(p)
/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java233 return (View) method.invoke(inflater, null, viewName, finalContext,

Completed in 1140 milliseconds

12345678