/frameworks/base/awt/java/awt/event/ |
D | HierarchyEvent.java | 54 private Component changed; field in HierarchyEvent 77 public HierarchyEvent(Component source, int id, Component changed, in HierarchyEvent()
|
/frameworks/base/tests/CoreTests/android/view/ |
D | ViewGroupAttributesTest.java | 34 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/frameworks/base/services/java/com/android/server/status/ |
D | TrackingView.java | 24 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | ExpandedView.java | 45 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | IconMerger.java | 19 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | StatusBarView.java | 55 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 256 int changed = 0; in updateFrom() local 350 int changed = 0; in diff() local
|
/frameworks/base/core/java/android/widget/ |
D | AbsoluteLayout.java | 107 protected void onLayout(boolean changed, int l, int t, in onLayout()
|
D | Spinner.java | 109 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | FrameLayout.java | 274 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | TableRow.java | 119 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | TableLayout.java | 435 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | SlidingDrawer.java | 309 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | AdapterView.java | 515 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | HorizontalScrollView.java | 1104 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | LinearLayout.java | 916 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | ScrollView.java | 1107 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | Gallery.java | 328 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | RelativeLayout.java | 890 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | AbsListView.java | 1110 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | IconMenuView.java | 486 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/frameworks/base/services/java/com/android/server/ |
D | InputDevice.java | 60 boolean changed = false; field in InputDevice.MotionState
|
/frameworks/base/libs/audioflinger/ |
D | AudioMixer.cpp | 279 uint32_t changed = state->needsChanged; in process__validate() local
|
/frameworks/base/core/java/android/view/ |
D | View.java | 4278 int changed = mViewFlags ^ old; in setFlags() local 6850 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|