Home
last modified time | relevance | path

Searched refs:createView (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java65 ContactListItemView view = createView(); in testShowDisplayName_Simple()
74 ContactListItemView view = createView(); in testShowDisplayName_Unknown()
84 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix()
95 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed()
105 ContactListItemView view = createView(); in testSetSnippet_Prefix()
113 private ContactListItemView createView() { in createView() method in ContactListItemViewTest
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java66 p.mView = createView(); in onCreate()
72 private View createView() { in createView() method in BluetoothOppBtErrorActivity
DBluetoothOppBtEnableActivity.java61 p.mView = createView(); in onCreate()
69 private View createView() { in createView() method in BluetoothOppBtEnableActivity
DBluetoothOppBtEnablingActivity.java87 p.mView = createView(); in onCreate()
95 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
DBluetoothOppIncomingFileConfirmActivity.java110 p.mView = createView(); in onCreate()
127 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
DBluetoothOppTransferActivity.java239 mPara.mView = createView(); in setUpDialog()
243 private View createView() { in createView() method in BluetoothOppTransferActivity
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java219 private View createView(CachedBluetoothDeviceManager deviceManager) { in createView() method in BluetoothPairingDialog
254 p.mView = createView(deviceManager); in createConfirmationDialog()
266 p.mView = createView(deviceManager); in createConsentDialog()
279 p.mView = createView(deviceManager); in createDisplayPasskeyOrPinDialog()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DCorporaAdapter.java135 view = createView(parent); in getView()
177 protected CorpusView createView(ViewGroup parent) { in createView() method in CorporaAdapter
/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentEditor.java85 mView = createView(); in update()
145 private SlideViewInterface createView() { in createView() method in AttachmentEditor
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java133 p.mView = createView(DIALOG_YES_NO_AUTH); in showPbapDialog()
158 private View createView(final int id) { in createView() method in BluetoothPbapActivity
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java638 final AppWidgetHostView layout = mAppWidgetHost.createView(this, appWidgetId, in completeTwoStageWidgetDrop()
1146 launcherInfo.hostView = mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo); in completeAddAppWidget()
3259 item.hostView = mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo); in bindAppWidget()
DAppsCustomizePagedView.java658 getAppWidgetHost().createView(getContext(), mWidgetLoadingId, pInfo); in preloadWidget()