Searched refs:focusChangedListener (Results 1 – 2 of 2) sorted by relevance
176 sptr<IFocusChangedListener> focusChangedListener = new FocusChangedListener(); in DoSomethingInterestingWithMyAPI() local177 windowManager.RegisterFocusChangedListener(focusChangedListener); in DoSomethingInterestingWithMyAPI()187 windowManager.UnregisterFocusChangedListener(focusChangedListener); in DoSomethingInterestingWithMyAPI()
308 sptr<IFocusChangedListener> focusChangedListener = new FocusChangedListener(); in DoSomethingInterestingWithMyAPI() local310 focusChangedListener->OnFocused(focusChangeInfo); in DoSomethingInterestingWithMyAPI()311 focusChangedListener->OnUnfocused(focusChangeInfo); in DoSomethingInterestingWithMyAPI()