HomeSort by relevance Sort by last modified time
    Searched refs:mProxy (Results 1 - 12 of 12) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ProxyDrawable.java 26 private Drawable mProxy;
30 mProxy = target;
34 return mProxy;
39 mProxy = proxy;
45 if (mProxy != null) {
46 mProxy.draw(canvas);
52 return mProxy != null ? mProxy.getIntrinsicWidth() : -1;
57 return mProxy != null ? mProxy.getIntrinsicHeight() : -1
    [all...]
  /frameworks/base/core/java/android/webkit/
JsResult.java 33 protected final CallbackProxy mProxy;
54 mProxy = proxy;
78 synchronized (mProxy) {
79 mProxy.notify();
HTML5VideoViewProxy.java 110 private HTML5VideoViewProxy mProxy;
113 mProxy = proxy;
117 mProxy.onTimeupdate();
349 private final HTML5VideoViewProxy mProxy;
363 mProxy = proxy;
403 mProxy.doSetPoster(poster);
451 mRequestQueue = new RequestQueue(mProxy.getContext());
WebView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 50 private final UIProxy mProxy;
174 mProxy = proxy;
243 mProxy.invalidateKey(mKeys[oldKeyIndex]);
247 mProxy.invalidateKey(mKeys[keyIndex]);
388 mProxy.invalidateKey(mKeys[keyIndex]);
400 mProxy.invalidateKey(mKeys[keyIndex]);
464 mProxy.showPreview(NOT_A_KEY, this);
466 mProxy.showPreview(keyIndex, this);
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 363 SipSessionImpl newSession = new SipSessionImpl(mProxy);
373 mProxy.onRinging(newSession, newSession.mPeerProfile,
387 SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
440 return new SipSessionImpl(mProxy.getListener());
504 mProxy.setListener((listener instanceof SipSessionListenerProxy)
754 mProxy.onRegistrationTimeout(this);
    [all...]
SipService.java 742 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
790 setListener(mProxy.getListener());
795 mProxy.setListener(listener);
803 mProxy.onRegistering(mSession);
807 mProxy.onRegistrationDone(mSession, duration);
810 mProxy.onRegistrationTimeout(mSession);
812 mProxy.onRegistrationFailed(mSession, mErrorCode,
816 mProxy.onRegistrationFailed(mSession,
820 mProxy.onRegistrationFailed(mSession,
824 mProxy.onRegistrationFailed(mSession
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 60 private EditTextPreference mProxy;
133 mProxy = (EditTextPreference) findPreference("apn_http_proxy");
213 mProxy.setText(mCursor.getString(PROXY_INDEX));
250 mProxy.setSummary(checkNull(mProxy.getText()));
426 values.put(Telephony.Carriers.PROXY, checkNotSet(mProxy.getText()));
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 260 milliseconds