Home | History | Annotate | Download | only in launcher3

Lines Matching full:mhotseat

252     private Hotseat mHotseat;
1246 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1247 if (mHotseat != null) {
1248 mHotseat.setup(this);
1249 mHotseat.setOnLongClickListener(this);
1762 return mHotseat;
2843 mHotseat.getOrderInHotseat(
2856 return mHotseat != null && layout != null &&
2857 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2865 if (mHotseat != null) {
2866 return mHotseat.getLayout();
3358 if (mHotseat.getAlpha() != 1f) {
3363 mHotseat.animate().alpha(1f).setDuration(duration);
3366 mHotseat.setAlpha(1f);
3377 if (mHotseat.getAlpha() != 0f) {
3382 mHotseat.animate().alpha(0f).setDuration(duration);
3385 mHotseat.setAlpha(0f);
3790 if (mHotseat != null) {
3791 mHotseat.resetLayout();
3913 mHotseat == null) {
4095 if (mHotseat != null) {
4096 return mHotseat.isAllAppsButtonRank(rank);
4393 if (mHotseat != null) mHotseat.setAlpha(1f);
4400 if (mHotseat != null) mHotseat.setAlpha(0f);