Searched refs:getCallback (Results 1 – 9 of 9) sorted by relevance
167 Window.Callback callback = activity.getWindow().getCallback(); in startTrackingApplicationStatus()176 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()177 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()179 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()187 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()188 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()190 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()198 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()199 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()201 || activity.getWindow().getCallback().getClass().getName().equals( in startTrackingApplicationStatus()[all …]
62 public Callback getCallback() { in getCallback() method in SquaringDrawable63 return wrapped.getCallback(); in getCallback()
132 onMalformedInput = getCallback(newAction); in implOnMalformedInput()155 onUnmappableCharacter = getCallback(newAction); in implOnUnmappableCharacter()182 private static CharsetCallback.Decoder getCallback(CodingErrorAction action){ in getCallback() method in CharsetDecoderICU
156 onMalformedInput = getCallback(newAction); in implOnMalformedInput()169 onUnmappableInput = getCallback(newAction); in implOnUnmappableCharacter()207 private static CharsetCallback.Encoder getCallback(CodingErrorAction action) { in getCallback() method in CharsetEncoderICU
166 callback = getCallback(method, target_id),215 function getCallback(eventName, target_id) { function in Froogaloop
66 controller.get().getWindow().getCallback().onWindowFocusChanged(true); in testWindowsFocusChanged()
252 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB && getCallback() == null) { in onFrameRead()
523 public CallCallback getCallback() { in getCallback() method in InCallServiceImpl.CallContainer665 return cc.getCallback(); in getCallCallbackById()