Searched defs:mTranslucentCallback (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java780 private TranslucentConversionListener mTranslucentCallback; field in class:Activity
1573 mTranslucentCallback = null;
5432 mTranslucentCallback = null;
5471 mTranslucentCallback = callback;
5481 if (!mChangeCanvasToTranslucent && mTranslucentCallback != null) {
5483 mTranslucentCallback.onTranslucentConversionComplete(drawComplete);
5490 if (mTranslucentCallback != null) {
5491 mTranslucentCallback.onTranslucentConversionComplete(drawComplete);
5492 mTranslucentCallback = null;

Completed in 118 milliseconds