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

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 280 mAnimScreen.mMain.setAlpha(1f);
285 if (mAnimScreen.mMain.getParent() == null) {
286 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
290 mAnimScreen.mMain.layout(0, 0, mContentView.getWidth(),
320 ObjectAnimator blend1 = ObjectAnimator.ofFloat(mAnimScreen.mMain,
329 mCustomViewContainer.removeView(mAnimScreen.mMain);
378 if (mAnimScreen.mMain.getParent() == null) {
379 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
381 mAnimScreen.mMain.layout(0, 0, mContentView.getWidth(),
402 ObjectAnimator fade2 = ObjectAnimator.ofFloat(mAnimScreen.mMain, "alpha", 0f, 1f)
    [all...]
  /libcore/luni/src/main/java/java/lang/
ThreadGroup.java 69 static final ThreadGroup mMain = new ThreadGroup(mSystem, "main");

Completed in 40 milliseconds