HomeSort by relevance Sort by last modified time
    Searched refs:topView (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/views/
BaseDragLayer.java 85 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mActivity);
86 if (topView != null && topView.onControllerInterceptTouchEvent(ev)) {
87 mActiveController = topView;
103 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity,
105 if (topView != null) {
106 if (child == topView) {
110 // which are not topView
118 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity,
120 if (topView != null)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 344 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top);
349 assertNotNull(topView);
354 topView.getText().toString());
362 ViewAsserts.assertTopAligned(parent, topView);
366 assertEquals(0, topView.getTop());
367 assertEquals(topView.getHeight(), topView.getBottom());
368 assertEquals(0, topView.getLeft());
369 assertEquals(centerView.getLeft(), topView.getRight());
374 assertEquals(topView.getRight(), centerView.getLeft())
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 155 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mActivity);
156 if (!(topView instanceof Folder)) {
162 Folder currentFolder = (Folder) topView;
167 isOverFolderOrSearchBar = isEventOverView(topView, ev) ||
177 isOverFolderOrSearchBar = isEventOverView(topView, ev) ||
221 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity,
223 if (topView != null) {
224 addAccessibleChildToList(topView, childrenForAccessibility);
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
RecyclerViewActivity.java 156 final View topView = getChildAt(0);
157 final int hangingTop = Math.max(-getDecoratedTop(topView), 0);
166 final int bottom = getDecoratedTop(topView);
AnimatedRecyclerView.java 531 final View topView = getChildAt(0);
532 final int hangingTop = Math.max(-topView.getTop(), 0);
541 final int bottom = topView.getTop(); // TODO decorated top?
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 205 milliseconds