| /packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/ |
| D | FingerprintPreferenceTest.java | 62 final FrameLayout layout = new FrameLayout(mContext); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local 63 LayoutInflater.from(mContext).inflate(mPreference.getSecondTargetResId(), layout, true); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| D | SystemFolderSelectorAdapter.java | 30 Set<String> initiallySelected, int layout) { in SystemFolderSelectorAdapter() 35 int layout, Folder excludedFolder) { in SystemFolderSelectorAdapter()
|
| D | UserFolderHierarchicalFolderSelectorAdapter.java | 25 Context context, Cursor folders, int layout, Folder excludedFolder) { in UserFolderHierarchicalFolderSelectorAdapter()
|
| D | HierarchicalFolderSelectorAdapter.java | 43 Set<String> initiallySelected, int layout) { in HierarchicalFolderSelectorAdapter() 49 int layout, Folder excludedFolder) { in HierarchicalFolderSelectorAdapter()
|
| D | AddableFolderSelectorAdapter.java | 35 Set<String> selected, int layout) { in AddableFolderSelectorAdapter()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | MultiLineTexture.java | 33 private MultiLineTexture(Layout layout) { in MultiLineTexture() 42 Layout layout = new StaticLayout(text, 0, text.length(), paint, in newInstance() local
|
| /packages/apps/Contacts/tests/src/com/android/contacts/test/ |
| D | FragmentTestActivity.java | 43 final FrameLayout layout = new FrameLayout(this); in onCreate() local
|
| /packages/apps/Email/provider_src/com/android/email/provider/ |
| D | FolderPickerSelectorAdapter.java | 32 Set<String> initiallySelected, int layout) { in FolderPickerSelectorAdapter()
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
| D | MessageHolder.java | 34 public MessageHolder(Context context, ViewGroup parent, int layout) { in MessageHolder()
|
| D | DocumentHolder.java | 49 public DocumentHolder(Context context, ViewGroup parent, int layout) { in DocumentHolder() 143 private static <V extends View> V inflateLayout(Context context, ViewGroup parent, int layout) { in inflateLayout()
|
| /packages/apps/Settings/src/com/android/settings/password/ |
| D | SetupChooseLockGeneric.java | 71 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local 83 GlifPreferenceLayout layout = (GlifPreferenceLayout) view; in onViewCreated() local 128 GlifPreferenceLayout layout = (GlifPreferenceLayout) parent; in onCreateRecyclerView() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
| D | VideoPreferenceTest.java | 69 final AspectRatioFrameLayout layout = in onBindViewHolder_hasCorrectRatio() local
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/ |
| D | SelectionDemoAdapter.java | 82 LinearLayout layout = inflateLayout(mContext, parent, R.layout.selection_demo_list_item); in onCreateViewHolder() local 100 Context context, ViewGroup parent, int layout) { in inflateLayout()
|
| /packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
| D | FolderAccessibilityHelper.java | 35 public FolderAccessibilityHelper(CellLayout layout) { in FolderAccessibilityHelper()
|
| D | AccessibleDragListenerAdapter.java | 63 protected final void setEnableForLayout(CellLayout layout, boolean enable) { in setEnableForLayout()
|
| D | LauncherAccessibilityDelegate.java | 253 CellLayout layout = (CellLayout) host.getParent().getParent(); in getSupportedResizeActions() local 280 CellLayout layout = (CellLayout) host.getParent().getParent(); in performResizeAction() local 403 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace() local
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
| D | SetupGlifLayoutActivity.java | 51 GlifLayout layout = findViewById(R.id.setup_wizard_layout); in initializeLayoutParams() local
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | FocusHelper.java | 534 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); in handleHotseatButtonKeyEvent() local 567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, in getCellLayoutChildrenSortedSpatially() 607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection() 612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection() 623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine() 666 final CellLayout layout = (CellLayout) parent.getParent(); in handleIconKeyEvent() local 821 final CellLayout layout = (CellLayout) parent.getParent(); in handleFolderKeyEvent() local
|
| D | AppsCustomizePagedView.java | 301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage() local 310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage() local 880 CellLayout layout = (CellLayout) workspace.getChildAt(currentScreen); in onDropCompleted() local 993 private void setVisibilityOnChildren(ViewGroup layout, int visibility) { in setVisibilityOnChildren() 999 private void setupPage(PagedViewCellLayout layout) { in setupPage() 1023 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems() local 1154 private void setupPage(PagedViewGridLayout layout) { in setupPage() 1185 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in syncWidgetPageItems() local 1304 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in onSyncWidgetPageItems() local 1337 PagedViewGridLayout layout = new PagedViewGridLayout(context, mWidgetCountX, in syncPages() local [all …]
|
| /packages/apps/CertInstaller/src/com/android/certinstaller/ |
| D | CredentialsInstallDialog.java | 46 View layout = getLayoutInflater().inflate(R.layout.credentials_installed_dialog, null); in displayDialog() local
|
| D | WiFiInstaller.java | 74 View layout = getLayoutInflater().inflate(R.layout.wifi_main_dialog, null); in createMainDialog() local
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | SetupEncryptionInterstitial.java | 59 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local
|
| D | EncryptionInterstitial.java | 83 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local 146 GlifLayout layout = (GlifLayout) view; in onViewCreated() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| D | ManageCachePage.java | 222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onConfigurationChanged() local 242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onPause() local 266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onResume() local
|
| /packages/apps/Gallery/src/com/android/camera/ |
| D | ActionMenuButton.java | 75 final Layout layout = getLayout(); in draw() local
|