HomeSort by relevance Sort by last modified time
    Searched refs:mSession (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 43 private final RenderSessionImpl mSession;
53 return mSession.getImage();
58 return mSession.isAlphaChannelImage();
63 return mSession.getViewInfos();
68 return mSession.getDefaultProperties(viewObject);
87 mLastResult = mSession.acquire(timeout);
89 mLastResult = mSession.render(false /*freshRender*/);
92 mSession.release();
104 mLastResult = mSession.acquire(RenderParams.DEFAULT_TIMEOUT);
106 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Preloader.java 41 private volatile PreloaderSession mSession;
54 mSession = null;
60 if (mSession == null) {
62 mSession = new PreloaderSession(id);
64 mSession.getWebView());
65 return mSession;
66 } else if (mSession.mId.equals(id)) {
68 return mSession;
71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId +
78 if (mSession != null && mSession.mId.equals(id))
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 29 private IWindowSession mSession;
33 mSession = session;
40 mSession.finishDrawing(this);
64 mSession.wallpaperOffsetsComplete(asBinder());
82 mSession.wallpaperCommandComplete(asBinder(), null);
  /frameworks/base/voip/java/android/net/sip/
SipSession.java 236 private final ISipSession mSession;
240 mSession = realSession;
262 return mSession.getLocalIp();
276 return mSession.getLocalProfile();
291 return mSession.getPeerProfile();
306 return mSession.getState();
320 return mSession.isInCall();
334 return mSession.getCallId();
365 mSession.register(duration);
382 mSession.unregister()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 68 private final RenderSessionImpl mSession;
76 mSession = scene;
105 RenderSession session = mSession.getSession();
135 result = mSession.acquire(250);
150 if (mSession.render(false /*freshRender*/).isSuccess()) {
154 mSession.release();
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 639 private SipSessionGroup.SipSessionImpl mSession;
654 if (mSession != null) {
676 mSession = (SipSessionGroup.SipSessionImpl)
678 mSession.startKeepAliveProcess(mInterval, this);
687 if (mSession != null) {
688 mSession.stopKeepAliveProcess();
689 mSession = null;
702 if (mSession == null) return;
706 mSession.stopKeepAliveProcess();
708 mSession.startKeepAliveProcess(mInterval, this)
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 166 private final Session mSession;
173 mSession = session;
184 mSession.onGetSuggestionsMultiple(
192 mSession.onCancel();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 97 private BluetoothOppObexSession mSession;
114 mSession = session;
130 * Receives events from mConnectThread & mSession back in the main thread.
211 mSession.stop();
233 mSession.stop();
431 if (mSession != null) {
432 if (V) Log.v(TAG, "Stop mSession");
433 mSession.stop();
459 mSession = new BluetoothOppObexClientSession(mContext, mTransport);
464 * mSession instance
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 113 private RenderSession mSession;
122 if (mSession != null) {
123 mSession.dispose();
124 mSession = null;
147 if (mSession != null) {
148 mSession.dispose();
151 mSession = session;
327 return mSession;
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 40 private int mSession = -1;
327 if (mVisualizer == null || session != mSession) {
328 if (session != mSession && mVisualizer != null) {
334 mSession = session;
BassBoostTest.java 41 private int mSession = -1;
390 if (mBassBoost == null || session != mSession) {
391 if (session != mSession && mBassBoost != null) {
397 mSession = session;
PresetReverbTest.java 39 private int mSession = -1;
336 if (mReverb == null || session != mSession) {
337 if (session != mSession && mReverb != null) {
343 mSession = session;
VirtualizerTest.java 41 private int mSession = -1;
384 if (mVirtualizer == null || session != mSession) {
385 if (session != mSession && mVirtualizer != null) {
391 mSession = session;
EnvReverbTest.java 41 private int mSession = -1;
582 if (mReverb == null || session != mSession) {
583 if (session != mSession && mReverb != null) {
589 mSession = session;
EqualizerTest.java 44 private int mSession = -1;
484 if (mEqualizer == null || session != mSession) {
485 if (session != mSession && mEqualizer != null) {
491 mSession = session;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 86 sp<SurfaceComposerClient> mSession;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaBassBoostTest.java 56 private int mSession = -1;
270 if (mBassBoost == null || session != mSession) {
271 if (session != mSession && mBassBoost != null) {
277 mSession = session;
MediaVirtualizerTest.java 56 private int mSession = -1;
275 if (mVirtualizer == null || session != mSession) {
276 if (session != mSession && mVirtualizer != null) {
282 mSession = session;
MediaEqualizerTest.java 59 private int mSession = -1;
333 if (mEqualizer == null || session != mSession) {
334 if (session != mSession && mEqualizer != null) {
340 mSession = session;
MediaPresetReverbTest.java 57 private int mSession = -1;
348 if (mReverb == null || session != mSession) {
349 if (session != mSession && mReverb != null) {
355 mSession = session;
MediaEnvReverbTest.java 63 private int mSession = -1;
507 if (mReverb == null || session != mSession) {
508 if (session != mSession && mReverb != null) {
514 mSession = session;
MediaVisualizerTest.java 56 private int mSession = -1;
423 if (mVisualizer == null || session != mSession) {
424 if (session != mSession && mVisualizer != null) {
430 mSession = session;
  /frameworks/base/core/java/android/view/
SurfaceView.java 98 IWindowSession mSession;
210 mSession = getWindowSession();
249 if (mSession != null) {
264 if (mSession != null && mWindow != null) {
269 mSession.relayout(mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, VISIBLE, false,
293 mSession.remove(mWindow);
299 mSession = null;
495 mSession.addWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
515 final int relayoutResult = mSession.relayout(
585 mSession.finishDrawing(mWindow)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 71 mService.removeWindowLocked(windowState.mSession, windowState);
212 inputWindowHandle.ownerPid = child.mSession.mPid;
213 inputWindowHandle.ownerUid = child.mSession.mUid;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 159 IWindowSession mSession;
568 if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets,
582 final int relayoutResult = mSession.relayout(
694 mSession.finishDrawing(mWindow);
717 mSession = ViewRootImpl.getWindowSession(getMainLooper());
719 mWindow.setSession(mSession);
    [all...]

Completed in 1062 milliseconds

1 2