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

/frameworks/base/core/java/android/app/
H A DActivity.java828 private TranslucentConversionListener mTranslucentCallback; field in class:Activity
1863 mTranslucentCallback = null;
6326 mTranslucentCallback = null;
6365 mTranslucentCallback = callback;
6375 if (!mChangeCanvasToTranslucent && mTranslucentCallback != null) {
6377 mTranslucentCallback.onTranslucentConversionComplete(drawComplete);
6384 if (mTranslucentCallback != null) {
6385 mTranslucentCallback.onTranslucentConversionComplete(drawComplete);
6386 mTranslucentCallback = null;

Completed in 90 milliseconds