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

1234567

/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/compile/slang/
H A Dstrip_unknown_attributes.cpp26 bool changed = false; local
38 changed = true;
41 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/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java47 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
48 super.onLayout(changed, l, t, r, b);
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java56 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
57 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
310 * Notifies that the layout finished and whether the content changed.
313 * @param changed Whether the layout changed.
317 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { argument
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.cpp47 bool changed = false; local
48 changed |= layer->setSize(width, height);
49 changed |= layer->setBlend(!isOpaque);
50 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/base/tools/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/base/tools/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/compile/libbcc/lib/Renderscript/
H A DRSX86TranslateGEPPass.cpp137 bool changed = false; variable
158 changed = true;
162 return changed;
/frameworks/opt/setupwizard/library/full-support/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);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java71 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
72 super.onLayout(changed, l, t, r, b);
80 // 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/base/core/java/android/widget/
H A DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, argument
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java166 boolean changed = textChild.setNumIndentLines(Math.max(0, imageLines));
167 if (changed) {
187 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DNotificationActionListLayout.java67 // Rebuild the measure order if the number of children changed or the text length of
68 // any of the children changed.
188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp54 bool changed = false; local
55 changed |= setAlpha(static_cast<uint8_t>(PaintUtils::getAlphaDirect(paint)));
56 changed |= setXferMode(PaintUtils::getXfermodeDirect(paint));
57 changed |= setColorFilter(paint ? paint->getColorFilter() : nullptr);
58 return changed;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java143 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 5677 milliseconds

1234567