Searched refs:di (Results 1 – 12 of 12) sorted by relevance
28 const DeviceInfo* di = DeviceInfo::get(); in OPENGL_PIPELINE_TEST() local29 ASSERT_NE(nullptr, di) << "DeviceInfo initialization failed"; in OPENGL_PIPELINE_TEST()30 EXPECT_EQ(2048, di->maxTextureSize()) << "Max texture size didn't match"; in OPENGL_PIPELINE_TEST()
269 final DisplayInfo di = displayContent.getDisplayInfo(); in adjustConfigurationForBounds() local272 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in adjustConfigurationForBounds()274 mService.mPolicy.getNonDecorInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in adjustConfigurationForBounds()276 mTmpDisplayBounds.set(0, 0, di.logicalWidth, di.logicalHeight); in adjustConfigurationForBounds()
152 final DisplayInfo di = mDisplayContent.getDisplayInfo(); in getSmallestWidthDpForBounds() local162 mDisplayContent.rotateBounds(di.rotation, rotation, mTmpRect); in getSmallestWidthDpForBounds()189 final DisplayInfo di = mDisplayContent.getDisplayInfo(); in getHomeStackBoundsInDockedMode() local190 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getHomeStackBoundsInDockedMode()198 di.logicalWidth, di.logicalHeight); in getHomeStackBoundsInDockedMode()203 0, di.logicalWidth, di.logicalHeight); in getHomeStackBoundsInDockedMode()
826 final DisplayInfo di = mDisplayContent.getDisplayInfo(); in getStackDockedModeBounds() local827 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStackDockedModeBounds()830 di.logicalWidth, in getStackDockedModeBounds()831 di.logicalHeight, in getStackDockedModeBounds()
7055 final DisplayInfo di = dc.getDisplayInfo(); in getStableInsetsLocked() local7056 mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, outInsets); in getStableInsetsLocked()
35 public MicroAlertController(Context context, DialogInterface di, Window window) { in MicroAlertController() argument36 super(context, di, window); in MicroAlertController()
181 public static final AlertController create(Context context, DialogInterface di, Window window) { in create() argument189 return new MicroAlertController(context, di, window); in create()191 return new AlertController(context, di, window); in create()195 protected AlertController(Context context, DialogInterface di, Window window) { in AlertController() argument197 mDialogInterface = di; in AlertController()199 mHandler = new ButtonHandler(di); in AlertController()
902 jsize di = 0; in android_os_Process_parseProcLineArray() local962 if ((mode&PROC_OUT_FLOAT) != 0 && di < NR) { in android_os_Process_parseProcLineArray()964 floatsData[di] = strtof(buffer+start, &end); in android_os_Process_parseProcLineArray()966 if ((mode&PROC_OUT_LONG) != 0 && di < NL) { in android_os_Process_parseProcLineArray()969 longsData[di] = buffer[start]; in android_os_Process_parseProcLineArray()972 longsData[di] = strtoll(buffer+start, &end, 10); in android_os_Process_parseProcLineArray()975 if ((mode&PROC_OUT_STRING) != 0 && di < NS) { in android_os_Process_parseProcLineArray()977 env->SetObjectArrayElement(outStrings, di, str); in android_os_Process_parseProcLineArray()980 di++; in android_os_Process_parseProcLineArray()
297 private String sortKey(DreamInfo di) { in sortKey() argument299 sb.append(di.componentName.equals(mDefaultDream) ? '0' : '1'); in sortKey()300 sb.append(di.caption); in sortKey()
177 public AlertController(Context context, AppCompatDialog di, Window window) { in AlertController() argument179 mDialog = di; in AlertController()181 mHandler = new ButtonHandler(di); in AlertController()199 di.supportRequestWindowFeature(Window.FEATURE_NO_TITLE); in AlertController()
238 DisplayInfo di = DisplayManagerGlobal.getInstance().getDisplayInfo( in getRefreshRate() local240 return di.getMode().getRefreshRate(); in getRefreshRate()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...