Searched defs:increasedHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java4420 * @param increasedHeight true if this layout be created with an increased height. Some
4427 public RemoteViews createContentView(boolean increasedHeight) { argument
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) { argument
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) { argument
5426 * @param increasedHeight true if this layout be created with an increased height.
5429 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { argument
5795 makeContentView(boolean increasedHeight) argument
5811 makeHeadsUpContentView(boolean increasedHeight) argument
6072 makeContentView(boolean increasedHeight) argument
6232 makeHeadsUpContentView(boolean increasedHeight) argument
6684 makeContentView(boolean increasedHeight) argument
6700 makeHeadsUpContentView(boolean increasedHeight) argument
6872 makeContentView(boolean increasedHeight) argument
6888 makeHeadsUpContentView(boolean increasedHeight) argument
6990 makeContentView(boolean increasedHeight) argument
7025 makeHeadsUpContentView(boolean increasedHeight) argument
[all...]

Completed in 44 milliseconds