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

123

/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCExpandVAArgPass.cpp30 bool changed = false; local
41 changed = true;
45 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java62 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
63 super.onLayout(changed, l, t, r, b);
H A DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DNotificationPanelView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
74 super.onLayout(changed, left, top, right, bottom);
75 if (changed) {
H A DSettingsPanelView.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
122 super.onLayout(changed, left, top, right, bottom);
123 if (changed) {
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java107 protected void onLayout(boolean changed, int l, int t, argument
H A DFrameLayout.java387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DTableRow.java121 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DActivityChooserView.java424 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DSlidingDrawer.java315 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
637 // Something changed in the content, we need to honor the layout request
H A DSpinner.java456 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
457 super.onLayout(changed, l, t, r, b);
H A DSwitch.java672 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
673 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp147 bool changed = false; local
157 changed = true;
167 changed = true;
176 changed |= arm_config->enableNEON(/* pEnable */false);
180 return changed;
255 // configuration it referenced is changed.
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java175 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
239 super.onLayout(changed, left, top, right, bottom);
301 * Shortcut has changed and we're showing it right now, need to
H A DActionMenuView.java389 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
391 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java280 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
281 super.onLayout(changed, l, t, r, b);
H A DSizeAdaptiveLayout.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
247 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive +
H A DActionBarContextView.java456 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java266 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
267 super.onLayout(changed, l, t, r, b);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardFaceUnlockView.java124 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
125 super.onLayout(changed, l, t, r, b);
H A DMultiPaneChallengeLayout.java325 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java454 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 5412 milliseconds

123