Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/frameworks/base/core/java/android/webkit/
DWebViewClient.java57 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
82 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { in shouldOverrideUrlLoading()
100 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
114 public void onPageFinished(WebView view, String url) { in onPageFinished()
124 public void onLoadResource(WebView view, String url) { in onLoadResource()
154 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
190 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
225 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
243 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
322 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
[all …]
DWebChromeClient.java36 public void onProgressChanged(WebView view, int newProgress) {} in onProgressChanged()
43 public void onReceivedTitle(WebView view, String title) {} in onReceivedTitle()
50 public void onReceivedIcon(WebView view, Bitmap icon) {} in onReceivedIcon()
58 public void onReceivedTouchIconUrl(WebView view, String url, in onReceivedTouchIconUrl()
83 public void onShowCustomView(View view, CustomViewCallback callback) {}; in onShowCustomView()
97 public void onShowCustomView(View view, int requestedOrientation, in onShowCustomView()
148 public boolean onCreateWindow(WebView view, boolean isDialog, in onCreateWindow()
159 public void onRequestFocus(WebView view) {} in onRequestFocus()
185 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
203 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java84 public abstract int getDecoratedStart(View view); in getDecoratedStart()
96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd()
112 public abstract int getTransformedEndWithDecoration(View view); in getTransformedEndWithDecoration()
128 public abstract int getTransformedStartWithDecoration(View view); in getTransformedStartWithDecoration()
138 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement()
148 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther()
192 public abstract void offsetChild(View view, int offset); in offsetChild()
273 public int getDecoratedMeasurement(View view) { in createHorizontalHelper()
281 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper()
289 public int getDecoratedEnd(View view) { in createHorizontalHelper()
[all …]
DMessagingPropertyAnimator.java69 private static boolean isFirstLayout(View view) { in isFirstLayout()
77 public static void recycle(View view) { in recycle()
81 private static void setFirstLayout(View view, boolean first) { in setFirstLayout()
85 private static void setLayoutTop(View view, int top) { in setLayoutTop()
89 public static int getLayoutTop(View view) { in getLayoutTop()
103 public static void startLocalTranslationFrom(View view, int startTranslation, in startLocalTranslationFrom()
114 public static void startLocalTranslationTo(View view, int endTranslation, in startLocalTranslationTo()
206 private static void updateLayerType(View view, boolean animating) { in updateLayerType()
214 public static void fadeOut(final View view, Runnable endAction) { in fadeOut()
258 public static void setToLaidOutPosition(View view) { in setToLaidOutPosition()
DDefaultItemAnimator.java134 View view = moves.get(0).holder.itemView; in runPendingAnimations() local
184 View view = additions.get(0).itemView; in runPendingAnimations() local
200 final View view = holder.itemView; in animateRemoveImpl() local
230 final View view = holder.itemView; in animateAddImpl() local
258 final View view = holder.itemView; in animateMove() local
279 final View view = holder.itemView; in animateMoveImpl() local
350 final View view = holder == null ? null : holder.itemView; in animateChangeImpl() local
438 final View view = item.itemView; in endAnimation() local
561 View view = item.holder.itemView; in endAnimations() local
596 View view = item.itemView; in endAnimations() local
[all …]
DViewClippingUtil.java93 boolean shouldFinish(View view); in shouldFinish()
98 default boolean isClippingEnablingAllowed(View view) { in isClippingEnablingAllowed()
106 default void onClippingStateChanged(View view, boolean isClipping) {}; in onClippingStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java31 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut()
35 public static void fadeOut(final View view, long duration, int delay, in fadeOut()
57 public static void fadeOut(View view, float fadeOutAmount) { in fadeOut()
72 public static void fadeOut(View view, float fadeOutAmount, boolean remap) { in fadeOut()
94 private static void updateLayerType(View view, float alpha) { in updateLayerType()
108 public static void fadeIn(final View view) { in fadeIn()
112 public static void fadeIn(final View view, long duration, int delay) { in fadeIn()
129 public static void fadeIn(View view, float fadeInAmount) { in fadeIn()
144 public static void fadeIn(View view, float fadeInAmount, boolean remap) { in fadeIn()
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupChildrenTest.java60 View view = createView("1"); in testAddChild() local
73 View view = createView(String.valueOf(i + 1)); in testAddChildAtFront() local
77 View view = createView("X"); in testAddChildAtFront() local
91 View view = createView(String.valueOf(i + 1)); in testAddChildInMiddle() local
95 View view = createView("X"); in testAddChildInMiddle() local
109 View view = createView(String.valueOf(i + 1)); in testAddChildren() local
120 View view = createView("1"); in testRemoveChild() local
258 TextView view = new TextView(getActivity()); in createView() local
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java83 InternalSelectionView view = mActivity.getSelectedView(); in testScrollingDownInFirstItem() local
96 InternalSelectionView view = (InternalSelectionView) in testScrollingDownInFirstItem() local
144 InternalSelectionView view = mActivity.getSelectedView(); in testNoFadingEdgeAtBottomOfLastItem() local
172 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
179 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
193 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
205 final InternalSelectionView view = in testNavigatingUpThroughInternalSelection() local
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
DTestHelper.java34 public static void assertViewVisible(View view) { in assertViewVisible()
38 public static void assertViewNotVisible(View view) { in assertViewNotVisible()
42 public static void assertViewEnabled(View view) { in assertViewEnabled()
46 public static void assertViewNotEnabled(View view) { in assertViewNotEnabled()
50 public static void assertTextEqual(TextView view, String text) { in assertTextEqual()
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
DExpandableSwitchItemTest.java54 View view = createLayout(); in testInitialState() local
77 View view = createLayout(); in testExpanded() local
96 View view = createLayout(); in testCollapsed() local
117 View view = createLayout(); in testClick() local
132 final View view = LayoutInflater.from(application).inflate(mItem.getLayoutResource(), null); in testDrawableState() local
DSwitchItemTest.java78 View view = createLayout(); in testChecked() local
92 View view = createLayout(); in testNotChecked() local
106 View view = createLayout(); in testListener() local
139 View view = createLayout(); in testRebind() local
165 View view = createLayout(); in testListenerSetChecked() local
191 View view = createLayout(); in testToggle() local
211 View view = LayoutInflater.from(application).inflate(R.layout.suw_items_switch, null); in testAccessibility() local
/frameworks/layoutlib/bridge/src/android/view/
DAttachInfo_Accessor.java30 public static void setAttachInfo(View view) { in setAttachInfo()
45 public static void dispatchOnPreDraw(View view) { in dispatchOnPreDraw()
49 public static void detachFromWindow(View view) { in detachFromWindow()
55 public static ViewRootImpl getRootView(View view) { in getRootView()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillCallback.java51 public void onAutofillEvent(View view, int event) { in onAutofillEvent()
68 public void expectEvent(@NonNull View view, int event) { in expectEvent()
109 private static String toString(View view, int event) { in toString()
114 public final View view; field in MyAutofillCallback.MyEvent
117 MyEvent(View view, int event) { in MyEvent()
/frameworks/base/core/java/android/text/method/
DKeyListener.java63 public boolean onKeyDown(View view, Editable text, in onKeyDown()
71 public boolean onKeyUp(View view, Editable text, in onKeyUp()
79 public boolean onKeyOther(View view, Editable text, KeyEvent event); in onKeyOther()
84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
DBaseKeyListener.java70 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { in backspace()
82 public boolean forwardDelete(View view, Editable content, int keyCode, KeyEvent event) { in forwardDelete()
319 private boolean backspaceOrForwardDelete(View view, Editable content, int keyCode, in backspaceOrForwardDelete()
376 private boolean deleteUntilWordBoundary(View view, Editable content, boolean isForwardDelete) { in deleteUntilWordBoundary()
424 private boolean deleteSelection(View view, Editable content) { in deleteSelection()
439 private boolean deleteLine(View view, Editable content) { in deleteLine()
474 public boolean onKeyDown(View view, Editable content, in onKeyDown()
501 public boolean onKeyOther(View view, Editable content, KeyEvent event) { in onKeyOther()
/frameworks/base/core/java/android/view/
DViewManager.java34 public void addView(View view, ViewGroup.LayoutParams params); in addView()
35 public void updateViewLayout(View view, ViewGroup.LayoutParams params); in updateViewLayout()
36 public void removeView(View view); in removeView()
DViewDebug.java408 public static void trace(View view, RecyclerTraceType type, int... parameters) { in trace()
416 public static void startRecyclerTracing(String prefix, View view) { in startRecyclerTracing()
432 public static void trace(View view, HierarchyTraceType type) { in trace()
440 public static void startHierarchyTracing(String prefix, View view) { in startHierarchyTracing()
451 static void dispatchCommand(View view, String command, String parameters, in dispatchCommand()
487 View view = root.getRootView(); in findView() local
501 final View view = findView(root, parameter); in invalidate() local
508 final View view = findView(root, parameter); in requestLayout() local
521 final View view = findView(root, parameter); in profile() local
544 public static void profileViewAndChildren(final View view, BufferedWriter out) in profileViewAndChildren()
[all …]
DGhostView.java41 private GhostView(View view) { in GhostView()
90 public static void calculateMatrix(View view, ViewGroup host, Matrix matrix) { in calculateMatrix()
99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost()
140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost()
145 public static void removeGhost(View view) { in removeGhost()
157 public static GhostView getGhost(View view) { in getGhost()
266 private static boolean isGhostWrapper(View view) { in isGhostWrapper()
308 private static void getParents(View view, ArrayList<View> parents) { in getParents()
321 private static boolean isOnTop(View view, View comparedWith) { in isOnTop()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchUIUtil.java43 void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
50 void onDrawOver(Canvas c, RecyclerView recyclerView, View view, in onDrawOver()
57 void clearView(View view); in clearView()
63 void onSelected(View view); in onSelected()
DItemTouchUIUtilImpl.java31 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
65 public void clearView(View view) { in clearView()
77 public void onSelected(View view) { in onSelected()
82 View view, float dX, float dY, int actionState, boolean isCurrentlyActive) { in onDrawOver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java140 public void initFrom(View view) { in initFrom()
154 public void applyToView(View view) { in applyToView()
233 public boolean isAnimating(View view) { in isAnimating()
255 private static boolean isAnimating(View view, int tag) { in isAnimating()
259 public static boolean isAnimating(View view, AnimatableProperty property) { in isAnimating()
325 private void updateAlphaAnimation(View view) { in updateAlphaAnimation()
407 private void updateAnimationZ(View view) { in updateAnimationZ()
411 private void updateAnimation(View view, AnimatableProperty property, in updateAnimation()
472 private void updateAnimationX(View view) { in updateAnimationX()
537 private void updateAnimationY(View view) { in updateAnimationY()
[all …]
/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
DLaunchActivity.java69 public void onTryLock(View view) { in onTryLock()
73 public void onTryUnlock(View view) { in onTryUnlock()
77 public void onLaunchMain(View view) { in onLaunchMain()
/frameworks/base/core/java/android/transition/
DSlide.java61 float getGoneX(ViewGroup sceneRoot, View view, float fraction); in getGoneX()
64 float getGoneY(ViewGroup sceneRoot, View view, float fraction); in getGoneY()
70 public float getGoneY(ViewGroup sceneRoot, View view, float fraction) { in getGoneY()
78 public float getGoneX(ViewGroup sceneRoot, View view, float fraction) { in getGoneX()
163 View view = transitionValues.view; in captureValues() local
234 public Animator onAppear(ViewGroup sceneRoot, View view, in onAppear()
250 public Animator onDisappear(ViewGroup sceneRoot, View view, in onDisappear()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java74 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_title); in setHeaderTitleRes_setTextRes_shouldSetToTitleView() local
82 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsRes_setTextRes_shouldSetToDetailsView() local
90 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_onlyDetailsTextSet_shouldSetToDetailsView() local
99 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_detailsTextAndResBothSet_shouldSetTextToDetailsView() local
108 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsClickListener_setClickListener_detailsViewAttachClickListener() local

12345678910>>...26