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

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 177 FrameLayout customContent = new FrameLayout(LauncherExtension.this);
178 customContent.setBackgroundColor(Color.GRAY);
179 addToCustomContentPage(customContent, mCustomContentCallbacks, "");
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 367 View customContent = customScreen.getShortcutsAndWidgets().getChildAt(0);
368 if (customContent instanceof Insettable) {
369 ((Insettable) customContent).setInsets(mInsets);
772 public void addToCustomContentPage(View customContent, CustomContentCallbacks callbacks,
785 if (customContent instanceof Insettable) {
786 ((Insettable)customContent).setInsets(mInsets);
790 if (customContent.getParent() instanceof ViewGroup) {
791 ViewGroup parent = (ViewGroup) customContent.getParent();
792 parent.removeView(customContent);
795 customContent.setFocusable(true)
    [all...]
Launcher.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 244 milliseconds