Lines Matching refs:mHotseat
234 private Hotseat mHotseat;
1008 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1009 if (mHotseat != null) {
1010 mHotseat.setup(this);
2423 return mHotseat != null && layout != null &&
2424 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2427 return mHotseat;
2438 if (mHotseat != null) {
2439 return mHotseat.getLayout();
2460 return mHotseat.isAllAppsButtonRank(rank);
3003 if (mHotseat.getAlpha() != 1f) {
3008 mHotseat.animate().alpha(1f).setDuration(duration);
3011 mHotseat.setAlpha(1f);
3022 if (mHotseat.getAlpha() != 0f) {
3027 mHotseat.animate().alpha(0f).setDuration(duration);
3030 mHotseat.setAlpha(0f);
3414 if (mHotseat != null) {
3415 mHotseat.resetLayout();
3443 mHotseat == null) {