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

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 51 public void showBackground(int top, int bottom) {
ListViewItemAnimations.java 128 mBackgroundContainer.showBackground(v.getTop(), v.getHeight());
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 52 public void showBackground(int top, int bottom) {
ListViewRemovalAnimation.java 104 mBackgroundContainer.showBackground(v.getTop(), v.getHeight());
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 227 void setShowBackground(boolean showBackground) {
228 if (mShowBackground != showBackground) {
229 mShowBackground = showBackground;
230 mState.setWatchingBackgroundItems(showBackground);
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 207 milliseconds