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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 312 int visibleType = calculateVisibleType();
313 if (visibleType != mVisibleType || force) {
314 if (animate && ((visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null)
315 || (visibleType == VISIBLE_TYPE_HEADSUP && mHeadsUpChild != null)
316 || visibleType == VISIBLE_TYPE_CONTRACTED)) {
317 runSwitchAnimation(visibleType);
319 updateViewVisibilities(visibleType);
321 mVisibleType = visibleType;
325 private void updateViewVisibilities(int visibleType) {
326 boolean contractedVisible = visibleType == VISIBLE_TYPE_CONTRACTED
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 446 milliseconds