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();
342 private final HTML5VideoViewProxy mProxy;
356 mProxy = proxy;
396 mProxy.doSetPoster(poster);
444 mRequestQueue = new RequestQueue(mProxy.getContext());
WebView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 50 private final UIProxy mProxy;
171 mProxy = proxy;
235 mProxy.invalidateKey(mKeys[oldKeyIndex]);
239 mProxy.invalidateKey(mKeys[keyIndex]);
342 mProxy.invalidateKey(mKeys[keyIndex]);
353 mProxy.invalidateKey(mKeys[keyIndex]);
417 mProxy.showPreview(NOT_A_KEY, this);
419 mProxy.showPreview(keyIndex, this);
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 362 SipSessionImpl newSession = new SipSessionImpl(mProxy);
372 mProxy.onRinging(newSession, newSession.mPeerProfile,
386 SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
439 return new SipSessionImpl(mProxy.getListener());
503 mProxy.setListener((listener instanceof SipSessionListenerProxy)
753 mProxy.onRegistrationTimeout(this);
    [all...]
SipService.java 727 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
775 setListener(mProxy.getListener());
780 mProxy.setListener(listener);
788 mProxy.onRegistering(mSession);
792 mProxy.onRegistrationDone(mSession, duration);
795 mProxy.onRegistrationTimeout(mSession);
797 mProxy.onRegistrationFailed(mSession, mErrorCode,
801 mProxy.onRegistrationFailed(mSession,
805 mProxy.onRegistrationFailed(mSession,
809 mProxy.onRegistrationFailed(mSession
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 58 private EditTextPreference mProxy;
128 mProxy = (EditTextPreference) findPreference("apn_http_proxy");
205 mProxy.setText(mCursor.getString(PROXY_INDEX));
241 mProxy.setSummary(checkNull(mProxy.getText()));
385 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 1575 milliseconds