HomeSort by relevance Sort by last modified time
    Searched refs:showPrompt (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 368 private void swapContent(boolean showPrompt) {
378 if (showPrompt) {
389 prompt.getAlpha(), showPrompt ? 1f : 0f);
390 promptAnim.setInterpolator(showPrompt ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT);
392 confirmation.getAlpha(), showPrompt ? 0f : 1f);
393 confirmAnim.setInterpolator(showPrompt ? Interpolators.ALPHA_OUT : Interpolators.ALPHA_IN);
395 prompt.setVisibility(showPrompt ? VISIBLE : GONE);
396 confirmation.setVisibility(showPrompt ? GONE : VISIBLE);
397 header.setVisibility(showPrompt ? VISIBLE : GONE);
413 prompt.setVisibility(showPrompt ? VISIBLE : GONE)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 83 public void showPrompt(int taskId, boolean allowCancel) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 337 milliseconds