Lines Matching defs:increasedHeight

4420          *   @param increasedHeight true if this layout be created with an increased height. Some
4427 public RemoteViews createContentView(boolean increasedHeight) {
4431 final RemoteViews styleView = mStyle.makeContentView(increasedHeight);
4516 * @param increasedHeight true if this layout be created with an increased height. Some
4523 public RemoteViews createHeadsUpContentView(boolean increasedHeight) {
4527 final RemoteViews styleView = mStyle.makeHeadsUpContentView(increasedHeight);
5408 * @param increasedHeight true if this layout be created with an increased height.
5411 public RemoteViews makeContentView(boolean increasedHeight) {
5426 * @param increasedHeight true if this layout be created with an increased height.
5429 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
5790 * @param increasedHeight true if this layout be created with an increased height.
5795 public RemoteViews makeContentView(boolean increasedHeight) {
5796 if (increasedHeight) {
5804 return super.makeContentView(increasedHeight);
5811 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
5812 if (increasedHeight && mBuilder.mActions.size() > 0) {
5815 return super.makeHeadsUpContentView(increasedHeight);
6072 public RemoteViews makeContentView(boolean increasedHeight) {
6073 if (!increasedHeight) {
6232 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
6233 if (increasedHeight) {
6684 public RemoteViews makeContentView(boolean increasedHeight) {
6700 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
6872 public RemoteViews makeContentView(boolean increasedHeight) {
6888 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
6990 public RemoteViews makeContentView(boolean increasedHeight) {
6991 RemoteViews remoteViews = super.makeContentView(false /* increasedHeight */);
7013 remoteViews = super.makeContentView(false /* increasedHeight */);
7025 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {