Searched refs:vi (Results 1 – 5 of 5) sorted by relevance
60 LayoutInflater vi = LayoutInflater.from(parent.getContext()); in onCreateViewHolder() local61 View v = vi.inflate(R.layout.drawer_list_item, parent, false); in onCreateViewHolder()
531 enable_snd_device: snd_device(88: vi-feedback)534 Apply path: vi-feedback537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record540 Apply path: spkr-vi-record587 disable_snd_device: snd_device(88: vi-feedback)590 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record726 enable_snd_device: snd_device(88: vi-feedback)729 Apply path: vi-feedback732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record735 Apply path: spkr-vi-record[all …]
68 LayoutInflater vi = (LayoutInflater) getActivity() in getView() local70 v = vi.inflate(android.R.layout.simple_list_item_2, null); in getView()
85 LayoutInflater vi = (LayoutInflater) getActivity() in getView() local87 v = vi.inflate(android.R.layout.simple_list_item_1, null); in getView()
121 LayoutInflater vi = (LayoutInflater) getActivity().getSystemService( in getView() local123 v = vi.inflate(R.layout.row_devices, null); in getView()