OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalInsetsInfo
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/view/
ViewTreeObserver.java
182
public final static class
InternalInsetsInfo
{
265
InternalInsetsInfo
other = (
InternalInsetsInfo
)o;
272
void set(
InternalInsetsInfo
other) {
297
public void onComputeInternalInsets(
InternalInsetsInfo
inoutInfo);
[
all
...]
ViewRootImpl.java
262
final ViewTreeObserver.
InternalInsetsInfo
mLastGivenInsets
263
= new ViewTreeObserver.
InternalInsetsInfo
();
[
all
...]
View.java
[
all
...]
/frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java
384
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_FRAME;
391
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_CONTENT;
398
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_REGION;
410
public void onComputeInternalInsets(ViewTreeObserver.
InternalInsetsInfo
info) {
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
313
public void onComputeInternalInsets(ViewTreeObserver.
InternalInsetsInfo
info) {
321
info.setTouchableInsets(ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_FRAME);
590
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_FRAME;
597
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_CONTENT;
604
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_VISIBLE;
611
= ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_REGION;
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java
28
import android.view.ViewTreeObserver.
InternalInsetsInfo
;
439
public void onComputeInternalInsets(
InternalInsetsInfo
inoutInfo) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java
359
public void onComputeInternalInsets(ViewTreeObserver.
InternalInsetsInfo
info) {
362
info.setTouchableInsets(ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_REGION);
/frameworks/base/services/core/java/com/android/server/wm/
WindowState.java
206
int mTouchableInsets = ViewTreeObserver.
InternalInsetsInfo
.TOUCHABLE_INSETS_FRAME;
[
all
...]
WindowManagerService.java
[
all
...]
Completed in 854 milliseconds