Searched refs:layout (Results 351 - 375 of 441) sorted by relevance

<<1112131415161718

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java50 setContentView(R.layout.effectstest);
H A DVirtualizerTest.java71 setContentView(R.layout.virtualizertest);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java177 setContentView(R.layout.status_bar_recent_panel);
H A DRecentsScrollViewPerformanceHelper.java63 RecentsCallback callback, LinearLayout layout, boolean hardwareAccelerated) {
62 onAttachedToWindowCallback( RecentsCallback callback, LinearLayout layout, boolean hardwareAccelerated) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java88 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
H A DUsbPermissionActivity.java103 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java73 View view = View.inflate(this, R.layout.manage, null);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java50 setContentView(R.layout.main);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java79 * Display options that require re-layout as opposed to a simple invalidate
220 com.android.internal.R.layout.action_bar_home);
747 // Used by custom nav views if they don't supply layout params. Everything else
772 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item,
1175 customView.layout(xpos, ypos, xpos + customWidth,
1184 mProgressView.layout(mProgressBarPadding, -halfProgressHeight,
1402 mUpView.layout(upLeft, upTop, upRight, upBottom);
1422 mIconView.layout(iconLeft, iconTop, iconRight, iconBottom);
H A DActionBarContextView.java179 inflater.inflate(R.layout.action_bar_title_item, this);
206 mClose = inflater.inflate(R.layout.action_mode_close_item, this, false);
312 // Used by custom views if they don't supply layout params. Everything else
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java28 * DynamicLayout is a text layout that updates itself as the text is edited.
29 * <p>This is used by widgets to control text layout. You should not need
41 * Make a layout for the specified text that will be updated as
54 * Make a layout for the transformed text (password transformation
68 * Make a layout for the transformed text (password transformation
85 * Make a layout for the transformed text (password transformation
124 * This is annoying, but we can't refer to the layout until
258 // find affected region of old layout
269 // generate new layout for affected text
290 // If the new layout ha
613 ChangeWatcher(DynamicLayout layout) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java72 super(context, com.android.internal.R.layout.action_menu_layout,
73 com.android.internal.R.layout.action_menu_item_layout);
284 // Post this for later; we might still need a layout for the anchor to be right.
H A DMenuPopupHelper.java48 static final int ITEM_LAYOUT = com.android.internal.R.layout.popup_menu_item_layout;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DMultiPaneChallengeLayout.java220 // which consumes space in the layout.
257 // measureChildWithMargins will resolve layout direction for the LayoutParams
334 // Reserve extra space in layout for the user switcher by modifying
335 // local padding during this layout pass
349 child.layout(0, 0, width, height);
448 child.layout(left, top, right, bottom);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockScreen.java439 * @param configuration The current configuration. Used to use when selecting layout, etc.
464 inflater.inflate(R.layout.keyguard_screen_tab_unlock, this, true);
466 inflater.inflate(R.layout.keyguard_screen_tab_unlock_land, this, true);
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp574 bool MCLinker::layout() function in class:MCLinker
576 return m_Layout.layout(m_LDInfo.output(), m_Backend, m_LDInfo);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java102 * programmatic control over them. They layout of these elements is explicitly
683 com.android.internal.R.layout.input_method, null);
826 * view layout mechanisms to position your views within the full horizontal
920 * <p>The default implementation makes the layout for the window
1224 * Called by the framework to create the layout for showing extacted text.
1231 com.android.internal.R.layout.input_method_extract_view, null);
1879 Layout layout = eet.getLayout();
1880 if (movement != null && layout != null) {
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java437 com.android.internal.R.layout.ssl_certificate, null);
/frameworks/base/core/java/android/widget/
H A DToast.java242 View v = inflate.inflate(com.android.internal.R.layout.transient_notification, null);
339 // defined that sets up the layout params appropriately.
380 // the layout direction
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java102 setContentView(com.android.internal.R.layout.recent_apps_dialog);
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java177 com.android.internal.R.layout.overlay_display_window, null);
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp375 mDriver->layout();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp209 bool RSInfo::layout(off_t initial_offset) { function in class:RSInfo
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp149 // 9. - pre-layout
152 // 10. - linear layout
153 m_pLDDriver->layout();
155 // 10.b - post-layout (create segment, instruction relaxing)
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp368 mDriver->layout();

Completed in 593 milliseconds

<<1112131415161718