Home
last modified time | relevance | path

Searched refs:mRootLayout (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/user_data/
H A DAssistantDateSection.java43 private final LinearLayout mRootLayout; field in AssistantDateSection
68 mRootLayout.setVisibility(View.GONE); in AssistantDateSection()
70 AssistantVerticalExpander dateExpander = mRootLayout.findViewById(R.id.date_expander); in AssistantDateSection()
71 AssistantVerticalExpander timeExpander = mRootLayout.findViewById(R.id.time_expander); in AssistantDateSection()
136 parent.addView(mRootLayout, in AssistantDateSection()
169 return mRootLayout; in getView()
173 mRootLayout.setVisibility(visible ? View.VISIBLE : View.GONE); in setVisible()
177 AssistantVerticalExpander dateExpander = mRootLayout.findViewById(R.id.date_expander); in setPaddings()
178 AssistantVerticalExpander timeExpander = mRootLayout.findViewById(R.id.time_expander); in setPaddings()
194 mRootLayout.setPadding(mRootLayout.getPaddingLeft(), mRootLayout.getPaddingTop(), in setPaddings()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/user_data/additional_sections/
H A DAssistantStaticTextSection.java20 private final LinearLayout mRootLayout; field in AssistantStaticTextSection
45 mRootLayout = (LinearLayout) inflater.inflate( in AssistantStaticTextSection()
48 TextView titleView = mRootLayout.findViewById(R.id.section_title); in AssistantStaticTextSection()
51 TextView messageView = mRootLayout.findViewById(R.id.text); in AssistantStaticTextSection()
54 parent.addView(mRootLayout, index, in AssistantStaticTextSection()
61 return mRootLayout; in getView()
66 View titleView = mRootLayout.findViewById(R.id.section_title); in setPaddings()
69 TextView messageView = mRootLayout.findViewById(R.id.text); in setPaddings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/
H A DWebPlatformTestsActivity.java56 private RelativeLayout mRootLayout; field in WebPlatformTestsActivity
90 if (childLayout == mRootLayout) { in onCloseWindow()
117 mRootLayout = findViewById(R.id.rootLayout); in onCreate()
118 mWebView = mRootLayout.findViewById(R.id.rootWebView); in onCreate()
119 mLayoutToWebViewBiMap.put(mRootLayout, mWebView); in onCreate()
143 final ViewGroup parentLayout = mRootLayout; in createChildLayoutAndGetNewWebView()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DGeckoApp.java166 protected RelativeLayout mRootLayout; field in GeckoApp
1070 mRootLayout = (RelativeLayout) findViewById(R.id.root_layout); in onCreate()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DGeckoApp.java175 protected RelativeLayout mRootLayout; field in GeckoApp
1263 mRootLayout = (RelativeLayout) findViewById(R.id.root_layout); in onCreate()