Searched refs:root (Results 1 - 25 of 73) sorted by relevance

123

/packages/experimental/TestBack/src/foo/bar/testback/
H A DTestBackService.java48 AccessibilityNodeInfo root = getRootInActiveWindow();
49 if (root != null) {
50 AccessibilityNodeInfo focus = root.findFocus(
59 root.recycle();
64 AccessibilityNodeInfo root = getRootInActiveWindow();
65 if (root != null) {
66 AccessibilityNodeInfo focus = root.findFocus(
75 root.recycle();
80 AccessibilityNodeInfo root = getRootInActiveWindow();
81 if (root !
121 dumpIdResNames(AccessibilityNodeInfo root) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSynchronizedHandler.java28 public SynchronizedHandler(GLRoot root) { argument
29 mRoot = Utils.checkNotNull(root);
H A DPreparePageFadeoutTexture.java70 GLRoot root = activity.getGLRoot();
72 root.unlockRenderThread();
74 root.addOnGLIdleListener(task);
77 root.lockRenderThread();
H A DGLView.java86 GLRoot root = getGLRoot();
87 if (root == null) throw new IllegalStateException();
91 root.registerLaunchedAnimation(mAnimation);
115 public void attachToRoot(GLRoot root) { argument
117 onAttachToRoot(root);
151 // If this is added after we have a root, tell the component.
206 GLRoot root = getGLRoot();
207 if (root != null) root.requestRender();
219 GLRoot root
431 onAttachToRoot(GLRoot root) argument
[all...]
/packages/apps/Camera2/src/com/android/camera/one/
H A DAbstractOneCamera.java60 * The directory created is [root]/[folderName]/SSSS_YYYYMMDD_HHMMSS_XXX,
64 * @param root the root into which we put a session-specific sub-directory.
65 * @param folderName the sub-folder within 'root' where the data should be
70 protected static String makeDebugDir(File root, String folderName) { argument
71 if (root == null) {
74 if (!root.exists() || !root.isDirectory()) {
76 + root.getAbsolutePath());
96 File destFolder = new File(new File(root, folderNam
[all...]
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationMode.java56 PreferenceScreen root = getPreferenceScreen();
57 if (root != null) {
58 root.removeAll();
61 root = getPreferenceScreen();
63 mHighAccuracy = (RadioButtonPreference) root.findPreference(KEY_HIGH_ACCURACY);
64 mBatterySaving = (RadioButtonPreference) root.findPreference(KEY_BATTERY_SAVING);
65 mSensorsOnly = (RadioButtonPreference) root.findPreference(KEY_SENSORS_ONLY);
71 return root;
H A DLocationSettings.java123 PreferenceScreen root = getPreferenceScreen();
124 if (root != null) {
125 root.removeAll();
128 root = getPreferenceScreen();
130 mLocationMode = root.findPreference(KEY_LOCATION_MODE);
144 (PreferenceCategory) root.findPreference(KEY_RECENT_LOCATION_REQUESTS);
158 addLocationServices(activity, root);
161 return root;
171 private void addLocationServices(Context context, PreferenceScreen root) { argument
173 (PreferenceCategory) root
[all...]
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppUi.java32 * @param root The layout root of app UI.
36 public void init(View root, boolean isSecureCamera, boolean isCaptureIntent); argument
39 * Returns the module layout root.
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DOtherSettingIndicatorButton.java56 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout);
59 R.layout.other_setting_popup, root, false);
62 root.addView(popup);
H A DIndicatorButton.java105 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout);
110 R.layout.effect_setting_popup, root, false);
116 R.layout.basic_setting_popup, root, false);
121 root.addView(mPopup);
/packages/apps/Settings/src/com/android/settings/
H A DHighlightingFragment.java100 private View findViewForKey(View root, String key) { argument
101 if (checkTag(root, key)) {
102 return root;
104 if (root instanceof ViewGroup) {
105 final ViewGroup group = (ViewGroup) root;
H A DSecuritySettings.java192 PreferenceScreen root = getPreferenceScreen();
193 if (root != null) {
194 root.removeAll();
197 root = getPreferenceScreen();
230 root.findPreference(KEY_SECURITY_CATEGORY);
257 mLockAfter = (ListPreference) root.findPreference(KEY_LOCK_AFTER_TIMEOUT);
265 (SwitchPreference) root.findPreference(KEY_BIOMETRIC_WEAK_LIVELINESS);
268 mVisiblePattern = (SwitchPreference) root.findPreference(KEY_VISIBLE_PATTERN);
271 mPowerButtonInstantlyLocks = (SwitchPreference) root.findPreference(
273 Preference trustAgentPreference = root
[all...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DUsbSettings.java62 PreferenceScreen root = getPreferenceScreen();
63 if (root != null) {
64 root.removeAll();
67 root = getPreferenceScreen();
69 mMtp = (CheckBoxPreference)root.findPreference(KEY_MTP);
70 mPtp = (CheckBoxPreference)root.findPreference(KEY_PTP);
78 return root;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseScrollAdapterFragment.java105 View root = mFragment.getView();
106 if (root == null) {
109 if (root instanceof ScrollAdapterView) {
110 mScrollAdapterView = (ScrollAdapterView) root;
113 mScrollAdapterView = (ScrollAdapterView) root.findViewById(R.id.list);
117 mSelectorView = root.findViewById(R.id.selector);
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebViewPreview.java62 View root = super.onCreateView(parent);
63 WebView webView = (WebView) root.findViewById(R.id.webview);
73 return root;
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java276 View root = getView();
277 if (root == null) {
280 if (root instanceof GridView) {
281 mGrid = (GridView) root;
283 View empty = root.findViewById(android.R.id.empty);
287 mProgressContainer = root.findViewById(R.id.progressContainer);
288 mGridContainer = root.findViewById(R.id.gridContainer);
289 View rawGridView = root.findViewById(android.R.id.list);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/wsm/src/
H A Dwsm_sm.c74 /** root of buffer list */
77 #define root (mgrGetSyncMLAnchor())->wsmGlobals->wsmSm macro
119 if ( root == 0 )
120 root = *newEle;
122 p=root;
137 *p = root;
154 *p = root;
172 old = act = root;
179 root = act->next;
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dwsm_sm.c74 /** root of buffer list */
77 #define root (mgrGetSyncMLAnchor())->wsmGlobals->wsmSm macro
119 if ( root == 0 )
120 root = *newEle;
122 p=root;
137 *p = root;
154 *p = root;
172 old = act = root;
179 root = act->next;
/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java65 public IndicatorIconController(AppController controller, View root) { argument
69 mFlashIndicator = (ImageView) root.findViewById(R.id.flash_indicator);
75 mHdrIndicator = (ImageView) root.findViewById(R.id.hdr_indicator);
83 mPanoIndicator = (ImageView) root.findViewById(R.id.pano_indicator);
88 mCountdownTimerIndicator = (ImageView) root.findViewById(R.id.countdown_timer_indicator);
92 mExposureIndicatorN2 = (ImageView) root.findViewById(R.id.exposure_n2_indicator);
93 mExposureIndicatorN1 = (ImageView) root.findViewById(R.id.exposure_n1_indicator);
94 mExposureIndicatorP1 = (ImageView) root.findViewById(R.id.exposure_p1_indicator);
95 mExposureIndicatorP2 = (ImageView) root.findViewById(R.id.exposure_p2_indicator);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DWaitFragment.java84 private View getContent(ViewGroup root) { argument
90 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false);
96 view = mInflater.inflate(R.layout.loading_messages, root, false);
98 view = mInflater.inflate(R.layout.wait_default, root, false);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTextureUploader.java35 public TextureUploader(GLRoot root) { argument
36 mGLRoot = root;
/packages/apps/Camera2/src/com/android/camera/
H A DButtonManager.java113 * Load references to buttons under a root View.
114 * Call this after the root clears/reloads all of its children
117 public void load(View root) { argument
118 getButtonsReferences(root);
147 private void getButtonsReferences(View root) { argument
149 = (MultiToggleImageButton) root.findViewById(R.id.camera_toggle_button);
151 = (MultiToggleImageButton) root.findViewById(R.id.flash_toggle_button);
153 = (MultiToggleImageButton) root.findViewById(R.id.hdr_plus_toggle_button);
155 = (MultiToggleImageButton) root.findViewById(R.id.grid_lines_toggle_button);
157 = (ImageButton) root
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java125 File root = Environment.getExternalStorageDirectory();
127 updatePath(new File(root, "DCIM"), entries, dbHelper, oldExtPath);
129 if (!entries.isEmpty()) updatePath(root, entries, dbHelper, oldExtPath);
131 private static void updatePath(File root, HashMap<Integer, Entry> entries, argument
133 File[] files = root.listFiles();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherClings.java98 ViewGroup root = (ViewGroup) mLauncher.findViewById(R.id.launcher);
99 View inflated = mInflater.inflate(R.layout.migration_cling, root);
122 ViewGroup root = (ViewGroup) mLauncher.findViewById(R.id.launcher);
123 View cling = mInflater.inflate(R.layout.longpress_cling, root, false);
146 root.addView(cling);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutPickerFragment.java133 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(getActivity());
140 root.addPreference(pref);
143 return root;

Completed in 660 milliseconds

123