Home
last modified time | relevance | path

Searched refs:mMethodName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/utils/
H A DTiming.h25 explicit MethodTimer(const char* name) : mMethodName(name) { gettimeofday(&mStart, nullptr); } in MethodTimer()
32 ALOGD("%s took %.2fms", mMethodName, elapsed / 1000.0); in ~MethodTimer()
36 const char* mMethodName;
/aosp14/frameworks/base/tests/benchmarks/internal/src/com/android/internal/
H A DLambdaPerfTest.java66 private String mMethodName; field in LambdaPerfTest
82 mMethodName = description.getMethodName();
235 Log.i(TAG, mMethodName + "_" + title + " execution time: " in evaluateResult()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java6451 private final String mMethodName;
6458 mMethodName = methodName;
6464 resolveMethod(mHostView.getContext(), mMethodName);
6483 final Method method = context.getClass().getMethod(mMethodName, View.class);
6505 throw new IllegalStateException("Could not find method " + mMethodName
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63277 Landroid/view/View$DeclaredOnClickListener;->mMethodName:Ljava/lang/String;