Searched defs:changed (Results 1 - 25 of 186) sorted by relevance

12345678

/frameworks/compile/slang/StripUnkAttr/
H A Dstrip_unknown_attributes.cpp24 bool changed = false; local
36 changed = true;
40 return changed;
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/jni/android/graphics/
H A DMovieImpl.cpp58 bool changed = false; local
62 changed = this->onSetTime(time);
63 fNeedBitmap |= changed;
65 return changed;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java126 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java40 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/support/design/src/android/support/design/internal/
H A DBaselineLayout.java84 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java44 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
45 super.onLayout(changed, l, t, r, b);
H A DGuidedActionsRelativeLayout.java67 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
68 super.onLayout(changed, l, t, r, b);
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
63 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java36 * inform you that the print attributes (page size, density, etc) changed
132 * Called when the print attributes (page size, density, etc) changed
139 * whether the layout changed the content or not, respectively; or {@link
312 * Notifies that the layout finished and whether the content changed.
315 * @param changed Whether the layout changed.
319 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DMediaNotificationView.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
118 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.cpp46 bool changed = false; local
47 changed |= layer->setSize(width, height);
48 changed |= layer->setBlend(!isOpaque);
49 return changed;
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) {} argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFixedSizeFrameLayout.java58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
60 layoutContents(mLayoutBounds, changed);
89 protected void layoutContents(Rect bounds, boolean changed) { argument
90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DMinimizedDockShadow.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
83 super.onLayout(changed, left, top, right, bottom);
84 if (changed) {
/frameworks/compile/libbcc/lib/
H A DRSX86TranslateGEPPass.cpp137 bool changed = false; variable
158 changed = true;
162 return changed;
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java58 boolean changed = setupResources(thisTheme);
61 restoreResources(changed);
70 boolean changed = setupResources(thisTheme);
74 restoreResources(changed);
82 boolean changed = setupResources(thisTheme);
86 restoreResources(changed);
95 boolean changed = setupResources(thisTheme);
98 restoreResources(changed);
118 boolean changed = false;
124 changed
131 restoreResources(boolean changed) argument
[all...]
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java83 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DThemePreviewLayout.java171 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java70 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
71 super.onLayout(changed, l, t, r, b);
79 // properties are changed in the callbacks.
H A DStickyHeaderListView.java88 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
89 super.onLayout(changed, l, t, r, b);
H A DStickyHeaderScrollView.java63 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
64 super.onLayout(changed, l, t, r, b);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java60 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
61 super.onLayout(changed, l, t, r, b);
83 * Call this method when the "sticky" view has changed, so this view can update its internal

Completed in 797 milliseconds

12345678