Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mHotseat

234     private Hotseat mHotseat;
1008 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1009 if (mHotseat != null) {
1010 mHotseat.setup(this);
2455 return mHotseat != null && layout != null &&
2456 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2459 return mHotseat;
2470 if (mHotseat != null) {
2471 return mHotseat.getLayout();
2492 return mHotseat.isAllAppsButtonRank(rank);
3035 if (mHotseat.getAlpha() != 1f) {
3040 mHotseat.animate().alpha(1f).setDuration(duration);
3043 mHotseat.setAlpha(1f);
3054 if (mHotseat.getAlpha() != 0f) {
3059 mHotseat.animate().alpha(0f).setDuration(duration);
3062 mHotseat.setAlpha(0f);
3446 if (mHotseat != null) {
3447 mHotseat.resetLayout();
3475 mHotseat == null) {